flow-php / telemetry-otlp-bridge
Flow PHP Telemetry - OTLP Exporter Bridge
0.34.3
2026-03-27 20:25 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/telemetry: 0.34.3
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
Requires (Dev)
- google/protobuf: ^4.0
- grpc/grpc: ^1.74
- nyholm/psr7: ^1.8
- open-telemetry/gen-otlp-protobuf: ^1.8
- symfony/http-client: ^6.4 || ^7.3 || ^8.0
Suggests
- ext-grpc: Required for gRPC transport
- google/protobuf: Required for gRPC transport with binary protobuf encoding
- open-telemetry/gen-otlp-protobuf: Generated PHP classes for OTLP protobuf messages (required for gRPC transport)
README
OTLP (OpenTelemetry Protocol) exporter bridge for Flow PHP Telemetry library, enabling export of traces, metrics, and logs to any OTLP-compatible backend such as SigNoz, Jaeger, Grafana, Sentry, Datadog, Honeycomb, and New Relic.
Important
This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing
- 🚧 Upgrading