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

OpenTelemetry Python API and SDK

Results 403 opentelemetry-python issues
Sort by recently updated
recently updated
newest added

**Describe your environment** Python 3.10.12 **Steps to reproduce** Using the code here, but with a logging.info rather than logging.warning: https://github.com/kuza55/pants_debug_otel/blob/main/src/no_configuration.py I would expect setting OTEL_PYTHON_LOG_LEVEL=INFO to let me see info...

bug
logging

We're developing an SDK that uses OpenTelemetry. This morning a user reported that after installing the SDK, everything they tried led to this error: ``` TypeError: Can't instantiate abstract class...

bug

# Description Fixes bug where labels are wrongfully assigned to values because their order changed in input dictionary. Fixes part of https://github.com/open-telemetry/opentelemetry-python/issues/3391. This does not fix missing labels, it only...

**Describe your environment** When instrumenting metrics using OpenTelemetry Python 0.44b0 and exporting them using `opentelemetry-exporter-prometheus` when using multiprocessing, not all metrics are exposed on the metrics endpoint. I assume that...

bug

When running mypy 1.8 on some of our samples, an error is generated saying that `"TracerProvider" has no attribute "add_span_processor"` From the looks of it, seems like [get_tracer_provider](https://github.com/open-telemetry/opentelemetry-python/blob/ac3c189ad40b3e482eda3cbfedd2d03312a20d4d/opentelemetry-api/src/opentelemetry/trace/__init__.py#L533) is returning...

# Description Adds support for OTEL_SDK_DISABLED environment variable. If set to "true", the SDK will do no operations. Fixes #3184 ## Type of change Please delete options that are not...

Hello, We have a Streamlit app in production and we are hoping to add observability to it by leveraging [`opentelemetry.instrumentation.logging.LoggingInstrumentor`](https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html) to integrate the current logging and OpenTelemetry to publish logs...

**Describe your environment** Describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc....

bug
auto-instrumentation