Introduction
PHPUnit Telemetry Bridge
Table of Contents
Composer
composer require flow-php/phpunit-telemetry-bridge:~0.36.0
Core Dependencies
Optional Dependencies
The default curl transport works with the core dependencies only. To use the grpc transport, install:
- PHP extension ext-grpc
- grpc/grpc
- google/protobuf
- open-telemetry/gen-otlp-protobuf
composer require --dev grpc/grpc google/protobuf open-telemetry/gen-otlp-protobuf