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

**Is your feature request related to a problem?** In a Falcon app, if we raise an Exception of a type that is a subclass of a `falcon.HTTPError` or `falcon.HTTPStatus` it...

feature-request

# Description The current `opentelemetry-instrumentation-aws-lambda` module only supports conventional API Gateway events which typically contain a `headers` field that the trace context can be extracted from. ALB events will only...

# Description pkg_resources is deprecated. Following example of https://github.com/open-telemetry/opentelemetry-python/pull/3217/files Helps to fix #1970 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change...

As part of the semantic conventions, `http.target` should be included in the metrics attributes. However it is only present for span attributes. https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/http-metrics.md#parameterized-attributes Currently it isn't part of the `duration_attrs`....

feature-request

**Describe your environment** **Steps to reproduce** tox -e pypy3-test-instrumentation-sqlalchemy-1 **What is the expected behavior?** Tests pass **What is the actual behavior?** ``` =================================== FAILURES =================================== ______ TestSqlalchemyMetricsInstrumentation.test_metrics_two_connections _______ self =...

bug

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first....

feature-request

### What problem do you want to solve? semantic convention stability migration for `opentelemetry-instrumentation-jinja2`. ### Describe the solution you'd like Implement the semconv opt-in feature for jinja2 ### Describe alternatives...

feature-request

### What problem do you want to solve? semantic convention stability migration for `opentelemetry-instrumentation-psycopg2`. ### Describe the solution you'd like Implement the semconv opt-in feature for psycopg2 ### Describe alternatives...

feature-request