opentelemetry-python-contrib icon indicating copy to clipboard operation
opentelemetry-python-contrib copied to clipboard

OpenTelemetry instrumentation for Python modules

Results 346 opentelemetry-python-contrib issues
Sort by recently updated
recently updated
newest added
trafficstars

# Description Removes the attempt to set attribute `connection._is_instrumented_by_opentelemetry` because `psycopg2.extensions.connection` does not allow setting of extra attributes and we get `AttributeError`. Similar `AttributeError` also happened with setattr for `connection._otel_orig_cursor_factory`...

### Describe your environment OS: (Linux, MacOS) Python version: (Python 3.8) Package version: (0.50b0, 0.51b0) ### What happened? the `_set_http_net_host` method is implemented in _semconv.py to align with Semantic Conventions...

bug

# Description Fixes https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3070 Depends on https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3043 to stop errors with manual tests (instrumenting an app and calling `instrument_connection`). Fixes docs and there will be merge conflicts. ## Type of...

### What problem do you want to solve? OTel Python current does not support [centralized/remote sampling from AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-sampling). ### Describe the solution you'd like OTel Python to support X-Ray...

feature-request

### What problem do you want to solve? The current span exporter offerings may drop spans under high traffic if the buffer overflows. ### Describe the solution you'd like I...

feature-request

### What problem do you want to solve? Right now, if you run use langchain with VertexAI in a chatbot, the initialization will appear like this: ```python return ChatVertexAI( model_name=os.getenv("CHAT_MODEL"),...

instrumentation
feature-request
gen-ai

I apologize for not having a minimum reproducible test case. It is unclear to me how auto-instrumentation of gRPC affects Pub/Sub. Perhaps it has something to do with `google.cloud.pubsub_v1.subscriber.message.Message`. So...

bug

**Notes** We are trying to use Opentelemetry to instrument grpc to get traces of functions. We observed this error on local once, and we couldn't reproduce it again, but it's...

bug

and the tool call "request" appears in the choice event in both `messages` and in `tool_calls`. See https://github.com/open-telemetry/semantic-conventions/issues/1883 for discussion. This is a tracking issue for the actual `opentelemetry-instrumentation-vertexai`.

instrumentation
gen-ai

Fixes: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3169