Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.08 KB

File metadata and controls

18 lines (10 loc) · 1.08 KB

OpenTelemetry (Tracing and Metrics)

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

Links