Describe your environment
OS: Debian 12
Python version: 3.13
SDK version: 1.28.2
API version: 0.49b2
What happened?
Warnings and significant delay at the startup:
Overriding of current EventLoggerProvider is not allowed
|
_logger.warning( |
|
"Overriding of current EventLoggerProvider is not allowed" |
|
) |
Timeout was exceeded in force_flush().
|
if not ret: |
|
_logger.warning("Timeout was exceeded in force_flush().") |
Steps to Reproduce
pip install opentelemetry-distro[otlp] opentelemetry-instrumentation
opentelemetry-bootstrap -a install
OTEL_LOGS_EXPORTER=console,otlp
OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true
Expected Result
No warnings
Actual Result
Warnings and delay
Additional context
Probalby regression in 0.49b2 version
#4270
Would you like to implement a fix?
None
Describe your environment
OS: Debian 12
Python version: 3.13
SDK version: 1.28.2
API version: 0.49b2
What happened?
Warnings and significant delay at the startup:
Overriding of current EventLoggerProvider is not allowedopentelemetry-python/opentelemetry-api/src/opentelemetry/_events/__init__.py
Lines 196 to 198 in db4ef06
Timeout was exceeded in force_flush().opentelemetry-python/opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/export/__init__.py
Lines 376 to 377 in db4ef06
Steps to Reproduce
OTEL_LOGS_EXPORTER=console,otlp
OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true
Expected Result
No warnings
Actual Result
Warnings and delay
Additional context
Probalby regression in 0.49b2 version
#4270
Would you like to implement a fix?
None