Hi Team, I am able to see the traces and logs in s...
# support
k
Hi Team, I am able to see the traces and logs in signoz dashboard. However issue is that in logs trace_id and span_id is absent. So i can’t see logs of traces since traiceId is not present in logs. I’m using logrus for logging and logs are collected from k8 pods. I didn’t find any documentation also , how trace_id is populated in logs or we have to set is somewhere
d
You need to get open telemetry to extend your logs - not used it but maybe something like this will help. https://pkg.go.dev/github.com/vincentfree/opentelemetry/otellogrus
👍 1