-
Notifications
You must be signed in to change notification settings - Fork 467
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
instrumentation/python: set OTEL_EXPORTER_OTLP_PROTOCOL to http/protobuf #3165
instrumentation/python: set OTEL_EXPORTER_OTLP_PROTOCOL to http/protobuf #3165
Conversation
5f1b8f2
to
6015543
Compare
I'm not able to sort out what's wrong with the e2e-tests failure but looks unrelated. |
@xrmx fixed that, e2e can be flaky at times. |
6f7ba8c
to
f5b5c17
Compare
…gnal specific env vars Instead of setting the environment variable for each signal use the common one that it is also set by the distro.
f5b5c17
to
735d5ae
Compare
I don't understand what this mean:
|
@xrmx it means the import statements at the top of the file are not arranged correctly into 3 sections. |
Was not that, the issue was that there were too many spaces in the const definitions before the equal sign 😅 |
Hello, can I do something to move this forward? BTW merged main and e2e tests failure looks unrelated. Thanks! |
Description:
Instead of setting the environment variable for each specific signal use the common one that it is also the one that is set by the distro.
Link to tracking Issue(s):
Testing:
Added test case for the new environment variable set
Documentation:
None