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** Ubuntu 22.04 in Docker Python 3.11 opentelemetry-api/sdk 1.23.0 **Steps to reproduce** I had been running into issues where spans created inside a forked process using multiprocessing.Process were...

bug

**Steps to reproduce** Create a span with a non-string name, then try to encode it, e.g. with the HTTP `OTLPSpanExporter`. For example: ```python from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter from opentelemetry.sdk.trace import...

bug

Can we consolidate this logic? I know that removing/replacing eachdist has been discussed, but while we still have it, would be nice to make it as easy to use and...

We need filename, args, thread name given in https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-sdk/src/opentelemetry/sdk/_logs/__init__.py#L281 because these were usually available in other places like AWS Cloudwatch.

feature-request
logging

From https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#shutdown-2 >Shuts down the exporter. Called when SDK is shut down. This is an opportunity for exporter to do any cleanup required. > >Shutdown should be called only once...

exporters
triaged

The OpenTelemetry SDK should have a timeout on exporters during the flush call, or some way to configure this behavior. This would ensure that the flush thread doesn't get hung...

good first issue
sdk
help wanted
release:required-for-ga
feature-request
triaged

**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....

question

Hello Perhaps this question has already been asked, but after looking through all the issues I have not found anything similar. At the moment we are using grpc-exporter to collect...

feature-request

# Description Allow to pass a client certificate to the OTLPLogExporter In our environment, the server needs to authenticate the client, in this PR, it simply forward the client certificate...

As described [in the spec](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.33.0/specification/compatibility/prometheus_and_openmetrics.md#metric-attributes) > Metrics from OpenTelemetry with unsupported Attribute names MUST replace invalid characters with the `_` character. Multiple consecutive `_` characters MUST be replaced with a...

bug
exporters
prometheus