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

Hey all! We've spent a lot of time lately improving our release workflow in the OTel Java repos, and I'd like to see if our toil and pain can be...

Fixes #2559 Fixes #2560 Fixes #2558

Skip Changelog

Some old documentation lives here https://open-telemetry.github.io/opentelemetry-python/index.html. It has been the source of lot of issues lately. Remove the github pages docs deployment.

bug
doc

# Description Add a configurable max_export_batch_size to the gRPC metrics exporter. This is to avoid reaching the 4MB gRPC limit when observables generate a lot metrics Fixes #2710 ## Type...

Similar to https://github.com/opentracing/opentracing-python#inbound-request

feature-request

# Description Fixes #2756 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) # How Has This Been Tested?...

Approve Public API check

Discussed further in https://github.com/open-telemetry/opentelemetry-python/issues/2402#issuecomment-1116875919 > OTLP exporter as of today > > * try to export, with a ~30~ 10 second timeout, fail and wait 2 seconds > * try...

bug
metrics
release:after-ga

good first issue
doc
metrics
help wanted
release:after-ga

Probably out of scope for this but should we clarify somewhere what happens when the metric reader is configured and view also matches. _Originally posted by @srikanthccv in https://github.com/open-telemetry/opentelemetry-python/pull/2832#discussion_r923971127_

doc
metrics

As per the SDK specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exemplar

sdk
metrics
feature-request