-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add OtelInstrumentationBundle #58
Conversation
@cedricziel - do you have everything you need to continue on this draft? |
@bobstrecansky I have everything except time ;-) |
I know the feeling! Will be ready to view when needed. |
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. |
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. |
This issue has been automatically closed because it has not had recent activity, but it can be reopened. Thank you for your contributions. |
Hi @anthonyptetlow I would say that it's not being actively worked on, and is likely suffering some bit-rot. |
Hi folks - sorry I'm going to close this one. I just dont find the time for it. |
This is work in progress
What
This introduces a instrumentation-bundle, so we enable users to capture signals from Symfony apps out of the box.
While this PR is a draft, I'll continously force-push. The work is currently based on the OtelSDKBundle, but I found the approach kinda cumbersome, so i'll probably opt to using a more Symfony-esque approach, leveraging components instead of custom code.
Scope