This message was deleted.
# general
s
This message was deleted.
s
Does the tokio-tracing support send the logs to OTLP destination?
a
In principle it should be there, they have default configuration for jaeger, and logs are sent. I didn't try that particular configuration with signoz, but when I try the default setup, only tracepoints (spans) are sent.
s
Where do you see these logs in Jaeger?
a
in the main window:
but come to think about it, this is not all of the logs! after I carefully read the code!
so maybe those are not logs
s
Yes, you need to verify first if they are being sent to the OTLP compatible destination. If a log appears in jaeger but not in SigNoz then it's a bug otherwise it's the library that's not sending data.
a
I got it all working! @Srikanth Chekuri thanks for the suggestion that it could have been library limitation! I have now 2 days experience in open telemetry