TraceId can only be seen in my backend logs dashboard when I set the logging level as DEBUG in my spring boot application property. #11929
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
If you can see the traces at the debug level, the problem may not be related to the OTel starter. The problem may be that you have not enabled the traces in your collector config:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
As there was no support provided here I am closing this issue for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am sending my logs from spring boot application to open telemetry Collector using dependency below and then from otel-collector using clickhouse I am trying to view the logs with qryn dashboard.
I can see in my backend logs dashboard which is qryn with my query Builder as logging level set to INFO only some plain logs without traceId and spanId. When i set the application log level to DEBUG and run my application and forward the logs I can see the traceId and spanId if I set the logging level as DEBUG in my qryn query but along with that I am getting huge number of irrelevant logs.
Can someone please help me how Can i sort this out and my code is present in below repository.
https://github.com/yatamraghu7/opentelemetry-poc
Thanks
Raghu Ram
Beta Was this translation helpful? Give feedback.
All reactions