Looks like there is an issue with the documentatio...
# support
t
Looks like there is an issue with the documentation, https://signoz.io/docs/userguide/collecting_application_logs_otel_sdk_python/ for logging references
opentelemetry.sdk._logs.set_log_emitter_provider
, which is no longer provider by
pentelemetry.sdk._logs
The reason why logs is in a private module is because logs are still experimental, so apparently the api is changing without warning a lot at this point. Dang.
n
Thanks for mentioning it. Yes, it seems to be updated. Please look at the latest example here https://github.com/open-telemetry/opentelemetry-python/blob/main/docs/examples/logs/example.py