You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opentelemetry: fix import ordering (#99)
* opentelemetry: fix import ordering
* test: fix failing tests
- auto_instrumentation patched away
* test: add missing call to test
- Results checked in the test were missing one is_ready() call
* fastapi: remove unused type ignore directives
* openetelemetry_instrument: use ResourceAttributes instead of aliases
- resources module uses constants that are just aliases to ResourceAttributes module. The module has
a @deprecated message though. But it doesn't appear to matter at the moment.
* opentelemetry_instrument: mypy blooper
- resources certainly have Resource!
Set `span_name` tag on Pyroscope profiles (#96)
* Enhance Pyroscope integration by customizing span processor and updating dependencies
* Add type ignore comment for untyped pyroscope import
* Adjust span name key and update test for Pyroscope instrumentation