Issue with Documentation on Logging in Opentelemetry
TLDR tim pointed out an issue with the documentation for logging using opentelemetry. nitya-signoz provided an updated example.
May 24, 2023 (5 days ago)
tim
09:27 PMopentelemetry.sdk._logs.set_log_emitter_provider
, which is no longer provider by pentelemetry.sdk._logs
May 25, 2023 (4 days ago)
tim
12:03 AMnitya-signoz
04:49 AMYes, 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
SigNoz Community
Similar Threads
Configuring Logs and Resolving Issues with Signoz and Python OTEL
Einav faced issues with logs and exceptions in Signoz configuration. Srikanth provided a solution using Python OTEL and clarified how exceptions are reported.
Troubleshooting Django App Instrumentation with Signoz
tim encountered issues instrumenting a Django app with Signoz. tim resolved the problem by identifying the need for a client to forward content to Signoz.

Issues and Changes in OpentelemetryJs
Harald expressed frustration about changes and documentation issues in OpentelemetryJs. Srikanth shared the upgrade guidelines and suggested contributing to improve the project. Harald agreed to create a new PR for SigNoz examples.

FastAPI App Logs Not Showing in SigNoz Dashboard
Muhammed reported logs from their FastAPI app not appearing on SigNoz dashboard despite being in a Kubernetes environment. nitya-signoz suggested checking filters and namespaces, but the issue persists.
Parsing TraceID in Logs for Signoz/Otelcollector
sudhanshu inquires about parsing TraceID in logs for signoz/otelcollector. nitya-signoz suggests using the trace parser operator and provides an example.