open-telemetry/opentelemetry-php
[opentelemetry-php-contrib] Create Symfony InstrumentationBundle
开放
#568 创建于 2021年12月13日
enhancementhelp wantedlargeopentelemetry-php-contrib
仓库指标
- 星标
- (894 个星标)
- PR 合并指标
- (平均合并 5天 5小时) (30 天内合并 5 个 PR)
描述
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.