| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* feat: introduce OpenTelemetry Tracing decorators * update test coverage * add tests, update fixture * update noxfile, extras; remove print * update unit test * review comments
* feat: OTel tracing media ops initial instrumentation * use download class name as span name * avoid asserting filtered warnings from otel per open-telemetry/opentelemetry-python#3164
There was a problem hiding this comment.
LGTM with a tiny comment.
I'd let someone else also take a look since I don't know much about it.
Sorry, something went wrong.
| @@ -0,0 +1,100 @@ | |||
| """Manages OpenTelemetry tracing span creation and handling.""" | |||
There was a problem hiding this comment.
Copyright and License missing.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks Neha! I've added the copyright notice.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This adds OpenTelemetry Tracing support as a preview feature, and is subject to change before GA launch.
To enable OpenTelemetry tracing in the python storage client, please refer to the readme for instructions and samples. Feel free to submit bugs and general feedback by opening a github issue.