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

### Is your feature request related to a problem? Many backends have size limits. If you try to send too large of a payload it may get dropped on the...

sdk
feature-request

### Is your feature request related to a problem? Each language api has a different function signature for record_exception. The common base is having `exception` and `attributes` as function parameters....

question
feature-request

Some frameworks do some questionable things, like setting global OTel provider to export telemetry to their own destination e.g. https://github.com/Chainlit/chainlit/blob/6ec007032945dfd6a1a608cc3c8074bd2f643d0c/backend/chainlit/telemetry.py#L65 It must be possible to override their configuration. Currently once...

enhancement
api
feature-request

### Describe your environment OS - AmazonLinux (Lambda) Python version - Python 3.13 Package version - mysql-connector 9.3.0 - pymysql 1.1.1 - opentelemetry-python 1.29.0 ### What happened? To measure the...

bug

Based on https://github.com/open-telemetry/opentelemetry-specification/pull/4430, the methods `span.add_event` and `span.record_exception` will eventually need to be deprecated. Usages of `span.record_exception` will need to be replaced by logging calls. I discussed at length with...

discussion
api
sdk

See context in #4216 This is mostly a revert of #3343 # Description This change makes the log exporting always call `LogRecord.getMessage()` in order to format and return the record's...

# Description Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...

With python 3.8 on windows on a branch on top of e5a93079d173c5385d37085db6339d3bccc54736: ``` ______ TestConcurrentMultiSpanProcessor.test_force_flush_late_by_timeout ______ self = @mark.skipif( python_implementation() == "PyPy" and system() == "Windows", reason="This test randomly fails...

### Is your feature request related to a problem? We want to be able to monitor (with metrics) whether or not records (logs, spans, metrics) being sent by exporters are...

sdk
feature-request

### Is your feature request related to a problem? Hello, we are considering migrating metrics instrumentation from the prometheus client. However the project depends in MultiProcessCollector: * https://prometheus.github.io/client_python/multiprocess/ * https://github.com/prometheus/client_python/blob/master/prometheus_client/multiprocess.py#L19C7-L19C28...

feature-request