opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
OpenTelemetry instrumentation for Python modules
# Description Add a metric to track the number of responses per endpoint per status code Fixes # (issue) - no open issue about it that I'm aware of ##...
The current instrumentation of `celery` doesn't work with celery v5.5.0 release candidate. ## Minimal reproducible example `celery_app.py` ```py import logging from celery import Celery, signals from opentelemetry import trace from...
@codeboten, will do! _Originally posted by @sid-maddy in https://github.com/open-telemetry/opentelemetry-python/discussions/1929#discussioncomment-957719_
# Description This happens for me when using werkzeug's debug=True. In this case, the token was already detached. But when I enter an expression into the debug console, we attempt...
# Description Part of https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3191 (Copied out of cohere PR https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3081) ## Type of change Refactor # How Has This Been Tested? Please describe the tests that you ran to...
# Description Adds `CORE_REPO` and `CONTRIB_REPO` inputs and corresponding environment variables to allow people to use CI in forks of https://github.com/open-telemetry/opentelemetry-python ## Type of change Please delete options that are...