feat: introduce OpenTelemetry Tracing decorators by cojenco · Pull Request #1257 · googleapis/python-storage

@cojenco

@cojenco cojenco added the do not merge

Indicates a pull request not ready for merge, due to either quality or timing.

label

Apr 12, 2024

@cojenco cojenco removed the do not merge

Indicates a pull request not ready for merge, due to either quality or timing.

label

Apr 18, 2024

@cojenco

andrewsg

@cojenco

andrewsg

cojenco added a commit that referenced this pull request

Jun 26, 2024
* feat: introduce OpenTelemetry Tracing decorators (#1257)

* feat: introduce OpenTelemetry Tracing decorators

* update test coverage

* add tests, update fixture

* update noxfile, extras; remove print

* update unit test

* review comments

* feat: instrument metadata ops with OTel tracing (#2) (#1267)

* feat: instrument metadata ops with Otel tracing

* update README plus test

* update decorator name per review session

* fix typo in readme

* feat: OTel tracing media ops initial instrumentation (#1280)

* 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

* add copyright and preview note

* comments