TracerΒΆ

This integration is created to require you the less effort possible to use Tolerance’s Tracer component. Enable it with the following configuration.

1
2
3
4
5
6
7
tolerance:
    tracer:
        service_name: MyApplicationService

        zipkin:
            http:
                base_url: http://address.of.your.zipkin.example.com:9411

By default, it’ll activate the following integrations:

  • Request listener that reads the span informations from a request’s header
  • Monolog processor that adds the span information to the context of each log
  • Registered Guzzle middleware that create a span when sending a request if you are using CsaGuzzleBundle