opentelemetry-php icon indicating copy to clipboard operation
opentelemetry-php copied to clipboard

[opentelemetry-php-contrib] Create Symfony DebugBundle

Open tidal opened this issue 3 years ago • 3 comments
trafficstars

The DebugBundle should enhance the Symfony Profiler with a view of telemetry data collected by opentelemetry-php. Custom data-collectors and profiler templates need to be created for this to work.

tidal avatar Dec 13 '21 19:12 tidal

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 10 '22 22:03 stale[bot]

I've try something in this PR https://github.com/open-telemetry/opentelemetry-php-contrib/pull/74 . Like I say, I've put profiling logic into OtelSdkBundle instead of DebugBundle. I don't know if it's wrong or not.

jdalmas avatar Jul 31 '22 16:07 jdalmas

@jdalmas - would you like us to merge this?

bobstrecansky avatar Oct 12 '22 12:10 bobstrecansky

@jdalmas - would you like us to merge this?

@bobstrecansky I've updated PR to use Instrumentation Interface & Trait. I you think this PR is ok, you can merge it.

jdalmas avatar Oct 14 '22 13:10 jdalmas