-
Notifications
You must be signed in to change notification settings - Fork 228
fix(python): add otel-handler wrapper around otel-instrument
#1837
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
fix(python): add otel-handler wrapper around otel-instrument
#1837
Conversation
|
Hi @duncanista can you also update
|
removing references to the old handler should be ok, because the new one should be a wrapper which just acts upon the old one
…r-consistency-across-runtimes
|
Looking at the pipeline error – added docs in PR description -- edit |
unit tests actually required us to register both files so it worked as expected
|
Updated permissions and issue in unit tests, thanks for running the tests, allowed me to understand how they worked! |
|
Updated docs, they might be required to be approved by the maintainers of this repository – cheers! |
|
@open-telemetry/lambda-extension-maintainers Please comment here when this is released so the docs can be published. |
What?
Creates an
otel-handlerscript which forwards arguments directly tootel-instrumentMotivation
#1788
Notes
Docs PR: open-telemetry/opentelemetry.io#7048
Tests