-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Support OpenTelemetry #230
Comments
Please explain a little bit more how do you see OpenTelemetry implementatioin in this package. |
I see OpenTelemetry implementatioin as options in settings of the clickhouse_driver.Client and clickhouse_driver.Client.execute[_iter|_with_progress]. These options will be passed to the server. Example:
Description of --opentelemetry-traceparent and --opentelemetry-tracestate can be found here:
|
@sc07kvm I've added OpenTelemetry support to latest master. Looking forward to your feedback. |
Since ClickHouse supports OpenTelemetry it would be cool to be able to transfer trace context in request similar to options
--opentelemetry-traceparent and --opentelemetry-tracestate in clickhouse-client
The text was updated successfully, but these errors were encountered: