Qryn is dropping my tracing information which was generated by opentelementry #575
-
Hi All, I can see that qryn is dropping the tracing information like traceId, spanId which was generated for my request flow and I cannot find these information in qryn dashboard. I am using Http line instead of grpc and below are the screenshots. My spring Boot Logs: My Qryn Dashboard: It would be great if someone can look into our code here https://github.com/yatamraghu7/ManualInstrumentationOtel Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
It's very unlikely for qryn to drop something. Are you sure you set the right labels for the fields? Please try checking for the raw data inside the qryn database. Like:
And check the result. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the support |
Beta Was this translation helpful? Give feedback.
@yatamraghu7 you can't just run SQL in bash! You need to use a clickhouse-client or CLI to query the database: https://clickhouse.com/docs/en/interfaces/cli
Alternatively you can open port 8123 on the clickhouse-server container and use the ClickHouse PLAY UI to run the query