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

https://opentelemetry-python.readthedocs.io/en/latest/examples/fork-process-model/README.html indicates that `BatchSpanProcessor` does not support forking process models, including those used by Gunicorn and uWSGI. However those docs (https://github.com/open-telemetry/opentelemetry-python/pull/1609) pre-date other changes which appear to have added support...

feature-request

Motivated by #3632 where there is a feature that shows the code that would instantiate the same objects that the configuration prototype would instantiate. For that to work we need...

feature-request

**Describe your environment** We are using python 3.8 on Amazon Linux 2 and opentelemetry version 1.18. We have django application and are using it inside docker. When calling ``` docker-compose...

bug

![image](https://github.com/open-telemetry/opentelemetry-python/assets/63301398/456d2b7e-872f-42cd-b524-887c8ede83c0) I dont know how to solve it. It confused me for several days.

**Describe your environment** Resource Detector only get [5 seconds by default](https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py#L375) to run. However, instead of ending the process after 5 seconds, a blank "Exception()" is creating resulting in the...

bug

Fixes #3887

Skip Changelog

I realized today that possibly large swaths of the codebase are not being checked by pylint. It seems like it is not recursing into directories that don't have an `__init__.py`...

bug
build & infra

# Describe your environment - Windows system - Python version 3.10.9 - Packages: ``` backoff 2.2.1 certifi 2022.12.7 charset-normalizer 3.1.0 Deprecated 1.2.13 googleapis-common-protos 1.59.0 grpcio 1.53.0 idna 3.4 importlib-metadata 6.0.1...

bug

Fixes https://github.com/open-telemetry/opentelemetry-python/issues/3556

**Describe your environment:** Python version: 3.10 **Steps to reproduce:** Inject attributes assigned to None into LogRecord in a LogRecordFactory. `(logging.LogRecord) record.custom_attribute = None` **What is the expected behavior?** The SDK...

bug
logging