Home

Awesome

OTEL SDK-BUNDLE EXAMPLE

This is a Symfony demo application for the OpenTelemetry SdkBundle.

This project is based on dunglas' Symfony Docker template, so for a general documentation, please take a look there.

Apart from the demo application code the installation of the PHP gRPC extension has been added to the definition of the PHP image. Jaeger and Zipkin collector services have been added to the docker-compose.yml.

Usage:

docker-compose up

Feel free to play around with the configuration and the Subscriber and Controller classes. You don't need to restart the docker services to see your code changes taking effect.