open-telemetry/opentelemetry-php
[opentelemetry-php-contrib] Create Symfony InstrumentationBundle
Offen
#568 geöffnet am 13.12.2021
enhancementhelp wantedlargeopentelemetry-php-contrib
Repository-Metriken
- Stars
- (894 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 5T 5h) (5 gemergte PRs in 30 T)
Beschreibung
The SdkBundle by design only acts as a bridge between opentelemetry-php and Symfony.
The Symfony InstrumentationBundle should allow for auto-instrumentation of Symfony applications by leveraging the event system and decorating common application componerts like MVC controllers. Intsrumentation should work out of the box, but should be configurable in its behavior.
Doctrine instrumentation should be addressed in a separate dedictated package which could be leveraged by the InstrumentationBundle.