├── .phan └── config.php ├── README.md ├── _register.php ├── composer.json └── src ├── HttpClientInstrumentation.php ├── MessengerInstrumentation.php ├── RequestPropagationGetter.php ├── ResponsePropagationSetter.php └── SymfonyInstrumentation.php /.phan/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/.phan/config.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/README.md -------------------------------------------------------------------------------- /_register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/_register.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/composer.json -------------------------------------------------------------------------------- /src/HttpClientInstrumentation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/src/HttpClientInstrumentation.php -------------------------------------------------------------------------------- /src/MessengerInstrumentation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/src/MessengerInstrumentation.php -------------------------------------------------------------------------------- /src/RequestPropagationGetter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/src/RequestPropagationGetter.php -------------------------------------------------------------------------------- /src/ResponsePropagationSetter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/src/ResponsePropagationSetter.php -------------------------------------------------------------------------------- /src/SymfonyInstrumentation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentelemetry-php/contrib-auto-symfony/HEAD/src/SymfonyInstrumentation.php --------------------------------------------------------------------------------