opentelemetry-python
opentelemetry-python copied to clipboard
OpenTelemetry Python API and SDK
# Description Fixes #2407 Follow-up of https://github.com/open-telemetry/opentelemetry-python/pull/4094 - Add exemplars to histogram in Prometheus exporter - Fix typing of `span_id` and `trace_id` in exemplar related code (they were set as...
# Description This improves compatibility with logging libraries that use `logging.setLogRecordFactory()` or patching to customize the message formatting of the created `LogRecord`s. It does this by using the processed `LogRecord`'s...
# Description DRAFT: Proposal for adding configuration of log level and formatting for Auto Instrumentation. Main subject to decide on is which env vars to use: OTEL_LOG_LEVEL: Exists in the...
### Is your feature request related to a problem? As a new comer I was setting up development environment on my local machine following the instructions [CONTRIBUTING.md](https://github.com/open-telemetry/opentelemetry-python/blob/main/CONTRIBUTING.md). The instructions were...
### Describe your environment OS: Arch Linux, up to date Python version: Python 3.12.6 SDK version: 1.27.0 API version: 1.27.0 ### What happened? Following the examples in [the docs](https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/django), the...
### Describe your environment OS: MacOS Python version: 3.11 SDK version: 1.27 API version: 1.27 ### What happened? `opentelemetry-semantic-conventions` package is published with version like 0.48b0, which treated as BETA...
# Description This PR is to obtain CLA from linux organization. Please do not merge, I will close this PR asap after having the CLA. Fixes # (issue) ## Type...
### Is your feature request related to a problem? The exemplars were added in https://github.com/open-telemetry/opentelemetry-python/pull/4094 and support for the histogram exemplars in the Prometheus exporter is added in https://github.com/open-telemetry/opentelemetry-python/pull/4178 ###...
> Okay @srikanthccv this is updated and there are testcases for all three exporters (gRPC, HTTP trace, HTTP log) which fail if the new code is removed, or you manually...
### Is your feature request related to a problem? Hi, I want to write a custom LogRecordProcessor that will attach baggage attributes (on the current context) to the log record....