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

Attempted to add traceback.format_exc() to solve issue with exceptions. Fixes #2683 # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation...

**Describe the solution you'd like** I'd like to be able to register new Views to existing meter-provider. For example: ``` mp = metrics.get_meter_provider() mp.add_view(View(instrument_name="my_instrument_name", aggregation=ExplicitBucketHistogramAggregation((0, 100, 500))) ``` This will...

feature-request

# Description utcfromtimestamp is deprecated replace with fromtimestamp with explict UTC timezone See https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking...

We do not currently support Python 3.12. There was an issue with a new log record attribute in 3.12, but that appears to have been [fixed](https://github.com/open-telemetry/opentelemetry-python/pull/3557). Is there any reason...

feature-request

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/event-api.md

api
logging

First stab at https://github.com/open-telemetry/semantic-conventions/issues/551 # Remaining discussions: - [ ] How to generate metrics. See https://github.com/open-telemetry/opentelemetry-python/pull/3586#discussion_r1509494281 for options - [ ] How to separate stable semconv from experimental. See https://github.com/open-telemetry/opentelemetry-python/pull/3586#issuecomment-1973978521...