Skip to content
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

Add support to send trace context to clickhouse server #188

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

pranavmehta94
Copy link
Contributor

@pranavmehta94 pranavmehta94 commented Nov 11, 2024

This PR contains following:

  1. Added support to send trace context to clickhouse server using OTEL SDK v1.7.0(highest version compatible with go1.16)
  2. updated go version from 1.11 to 1.16. This was needed since OTEL SDK with 1.11 support was not found

Note: golang version was updated to go1.16 since we need a client with go version<=1.16

This PR fixes #187

@pranavmehta94 pranavmehta94 marked this pull request as draft November 12, 2024 06:30
@pranavmehta94 pranavmehta94 force-pushed the pranav/tracing branch 2 times, most recently from 02e75a0 to 2547e52 Compare November 12, 2024 09:39
@pranavmehta94 pranavmehta94 marked this pull request as ready for review November 12, 2024 09:48
@DoubleDi
Copy link
Collaborator

@pranavmehta94 lgtm, thanks!

@DoubleDi DoubleDi merged commit a1b09ec into mailru:master Nov 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trace context propagation support in client
2 participants