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

OpenTelemetry Python API and SDK

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

From https://github.com/open-telemetry/opentelemetry-python/pull/2868

good first issue
build & infra
help wanted

https://opentelemetry.io/docs/instrumentation/python/automatic/

doc
metrics

https://opentelemetry.io/docs/instrumentation/python/cookbook/ Some possible common scenarios: - turn off a metric - turn off all metrics from a given instrumentation - turn default views off and require explicitly turning individual instruments...

good first issue
doc
metrics
help wanted

I've been trying to run the basic Open Telemetry "Getting Started" guide, but ran into multiple issues. I tried running it on a RHEL8 machine (tried fedora and MACOS as...

bug

Considering that logs is still underscore-prefixed, would this be a good opportunity to refactor the exported object to match the OTLP log proto as we did for metrics? _Originally posted...

sdk
exporters
help wanted
logging

The `opentelemetry-api` package, exporting `opentelemetry` doesn't successfully import into vscode. 1. In vanilla VSCode, the `import opentelemetry` is white 2. In VSCode with mypy / pylance enabled with strict mode:...

bug
good first issue
help wanted

While using the Go SDK I noticed an inconsistency in how `OTEL_RESOURCE_ATTRIBUTES` baggage values are encoded and decoded. This was due to a difference in the version of the W3C...

good first issue
help wanted
feature-request

# Description Fixes #2584 **Motivation:** Align `LogEmitter` implementation with OTel Log spec **Summary:** - Remove `LogEmitter.flush()` - Modify `LoggingHandler.__init__()`: - Replace `log_emitter` arg with `log_emitter_provider` - Obtain `log_emitter` via `log_emitter_provider`...

# Description Fix the documentation to state BatchSpanProcessor's fork-safety ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue)...

The spec says there are 4 data points: 1. Sum 2. Gauge 3. Histogram 4. Exponential Histogram Currently the SDK only implements 3 of them: Sum, Gauge, Histogram. See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#opentelemetry-protocol-data-model

sdk
metrics