https://github.com/open-telemetry/opentelemetry-php
Need to do a wide structured event at the end of every HTTP request send from client to server. We can start with basic metrics and work our way up from there.
PHP: SDK + API
We need to install API, Context, SDK, and some exporter.
ONLY depend on classes/interfaces from API package.
We will likely want to install the following optional dependencies
Collector
A dedicated process that takes in OTEL data and shoves it somewhere else (eventually SigNoz). Will be a separate Docker for this
Signoz
Specification
https://github.com/open-telemetry/opentelemetry-php
Need to do a wide structured event at the end of every HTTP request send from client to server. We can start with basic metrics and work our way up from there.
PHP: SDK + API
We need to install
API,Context,SDK, and some exporter.ONLY depend on classes/interfaces from API package.
We will likely want to install the following optional dependencies
Collector
A dedicated process that takes in OTEL data and shoves it somewhere else (eventually SigNoz). Will be a separate Docker for this
Signoz
Specification