For the complete documentation index, see llms.txt. This page is also available as Markdown.

OpenTelemetry (Tracing and Metrics)

OpenTelemetry integration for tracing and metrics in Ecotone PHP

Trace your flows using OpenTelemetry

OpenTelemetry is tracing abstraction to collect and aggregate data such as metrics and traces. As OpenTelemetry is tracing abstraction it does not force to use specific Tracing 3rd party. Depending on the needs and preferences, we may choose provides like DataDog, Jaeger, Zipkin etc.

Ecotone brings full tracing using OpenTelemetry to your PHP applications. It will provide details about your Message flows no matter if they are synchronous or asynchronous.

Materials

Demo implementation

Last updated

Was this helpful?