TracerΒΆ

The Tracer component’s goal is to be able to easily setup a tracing of your application messages across different services.

At the moment, the supported backend is Zipkin. Once configured, you’ll be able to preview a given Trace and analyze the time spent by each service.

../_images/zipkin-ui-preview.png

Note

The Symfony Bundle also integrates this component to ease the setup of traces in a Symfony application.