opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
OpenTelemetry instrumentation for Python modules
# Description Previously, the hostname was conflated with the origin; however, they are distinct concepts, as detailed in the issue below. Fixes https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3096 ## Type of change Please delete options...
### What problem do you want to solve? Some system metrics captured in system-metrics instrumentations are out of spec. ### Describe the solution you'd like System metrics following the semantic...
Hi, I'm trying to use the pika instrumentation and it looks like important basic attributes are missing. I would like the next attributes to be instrumented: - destination queue -...
### Describe your environment OS: Ubuntu Python version: Python 3.10.16 Package version: opentelemetry-instrumentation-grpc 0.50b0 ### What happened? I am observing that when I create a gRPC channel with the aio...
# What problem do you want to solve? Many (if not most) observability backends are not built to accept arbitrarily large blobs. However, GenAI observability introduces a use case where...
I think this can be considered a breaking change, and I'm not sure how it affects other services, but it fixes the behavior according to the OTel specification. ## Changes...
# Description Provides an experimental library for uploading signals data to blob storage as a proof-of-concept to help inform direction of instrumentation that handles request/response data, with a focus on...
### What problem do you want to solve? It would be ideal to have automatic instrumentation for the `github.com/googleapis/python-genai` (PyPi: `google-genai`) package. ### Describe the solution you'd like A subpackage...
### Describe your environment OS: (MacOS) Python version: (3.12.4) Package version: 0.51b0 ### What happened? When using the BatchSpanProcessor with RichConsoleSpanExporter, my application stops at the end of the code...