-
Notifications
You must be signed in to change notification settings - Fork 787
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
Otel oss integration #1462
Otel oss integration #1462
Conversation
Testing[437] @ 8c81441 |
Testing[437] @ 8c81441 |
Testing[437] @ 8c81441 had 15 FAILUREs. |
26916c5
to
34049b0
Compare
] | ||
+ [ | ||
client.V1EnvVar(name=k, value=str(v)) | ||
for k, v in inject_tracing_vars({}).items() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to lead to unnecessary import errors in the task logs
No module named 'opentelemetry'
when running with Kubernetes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only happens when trying to enable telemetry, but not including required libraries with either conda / a custom docker image. I think this is a good notification as is so no need to change things.
Testing[437] @ 6f8af34 |
Testing[437] @ 6f8af34 had 1 FAILURE. |
Testing[437] @ a0ed23f |
Testing[437] @ a0ed23f had 3 FAILUREs. |
The changes are straightforward and make a lot of sense. Thanks @saikonen for handling this! |
Testing[437] @ a0ed23f |
Testing[437] @ a0ed23f had 2 FAILUREs. |
Internal tests are fine (the 2 failures are flaky). The R test I don't know. |
a0ed23f
to
85a43dc
Compare
No description provided.