-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding OpenTelemetry support to the Python SDK via some environment variables. Key features: If you specify the environment variables, traces and spans will be sent to your collector automatically If the environment variables are unset, the tracer is a no-op, and nothing will happen from the user's PoV Adds a couple of basic spans allowing the user to track jobs being submitted and run, time their execution, etc. Uses the OTel carrier to correctly set children runs as being children of their parents Allows the client to pass their own OTel traceparent to correlate spans with other parts of their application
- Loading branch information
1 parent
22da1ec
commit b4130b1
Showing
9 changed files
with
987 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.