mailru / go-clickhouse

Golang SQL database driver for Yandex ClickHouse
MIT License
423 stars 90 forks source link

Trace context propagation support in client #187

Open pranav-mehta opened 1 week ago

pranav-mehta commented 1 week ago

ClickHouse accepts trace context HTTP headers, as described by the W3C recommendation. It also accepts trace context over a native protocol that is used for communication between ClickHouse servers or between the client and server. Is there any plans to support sending trace context to Clickhouse for query tracing?

DoubleDi commented 1 week ago

Hello @pranav-mehta, yes, this is definitely planned. PRs are welcome.

pranavmehta94 commented 4 days ago

Hi @DoubleDi can you please review the PR raised for this? Thanks