-
Notifications
You must be signed in to change notification settings - Fork 759
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
feat: migrate tracing reporter from jaeger agent to opentelemetry collector (otlp) #13381
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
Docker Image for PR
|
disabled trace for mysql handler unit test in #13389 |
#13391 merged, let's continue 🚀 |
The unit test is still slow. |
seems opentelemetry reporter is blocking the only thread |
Put it in a single thread? The old way is in a spawn thread. |
Docker Image for PR
|
…lector (otlp) (databendlabs#13381) * feat: migrate tracing from jaeger agent to opentelemetry collector (otlp) * fix * address comment * fix --------- Co-authored-by: BohuTANG <[email protected]>
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
DATABEND_JAEGER_ENDPOINT
is replaced byDATABEND_OTEL_EXPORTER_OTLP_ENDPOINT
.This change is