How to enable the trace for Trino jdbc driver? #22896
Unanswered
srsooraj82
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to make sure the If that's configured, the OpenTelemetry JDBC instrumentation will create spans for any active trace, or create a new trace. The trace will be propagated to the Trino server, so if you have tracing configured there too, you'll be able to see the whole query execution. @electrum should we document this? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Any Idea, how can we enable a trace for the trino Jdbc driver to get some trace logs to debug ? I could not find anything in the documentation.
Regards,
srs
Beta Was this translation helpful? Give feedback.
All reactions