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

feat: migrate tracing reporter from jaeger agent to opentelemetry collector (otlp) #13381

Merged
merged 7 commits into from
Oct 23, 2023

Conversation

andylokandy
Copy link
Contributor

@andylokandy andylokandy commented Oct 22, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Summary about this PR

QuMOwi7R47
9621fa19-f190-4e26-a0ae-e921d466bad7


This change is Reviewable

@vercel
Copy link

vercel bot commented Oct 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
databend ⬜️ Ignored (Inspect) Visit Preview Oct 23, 2023 9:37am

@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Oct 22, 2023
@andylokandy andylokandy changed the title feat: migrate tracing from jaeger agent to opentelemetry collector (otlp) feat: migrate tracing reporter from jaeger agent to opentelemetry collector (otlp) Oct 22, 2023
@BohuTANG

This comment was marked as resolved.

@BohuTANG

This comment was marked as outdated.

@BohuTANG BohuTANG added the ci-cloud Build docker image for cloud test label Oct 23, 2023
@github-actions
Copy link
Contributor

Docker Image for PR

  • tag: pr-13381-0f1bfb2

note: this image tag is only available for internal use,
please check the internal doc for more details.

@BohuTANG BohuTANG requested a review from zhang2014 October 23, 2023 02:40
@zhang2014
Copy link
Member

Some of the MySQL handler tests are running slowly. Please take a look @zhang2014

disabled trace for mysql handler unit test in #13389

@BohuTANG
Copy link
Member

#13391 merged, let's continue 🚀

@andylokandy
Copy link
Contributor Author

The unit test is still slow.

@andylokandy
Copy link
Contributor Author

seems opentelemetry reporter is blocking the only thread

@BohuTANG
Copy link
Member

seems opentelemetry reporter is blocking the only thread

Put it in a single thread? The old way is in a spawn thread.

@BohuTANG BohuTANG added ci-benchmark Benchmark: run all test and removed ci-cloud Build docker image for cloud test labels Oct 23, 2023
@github-actions
Copy link
Contributor

Docker Image for PR

  • tag: pr-13381-92a8ed5

note: this image tag is only available for internal use,
please check the internal doc for more details.

@github-actions
Copy link
Contributor

@BohuTANG BohuTANG merged commit 70b59f6 into databendlabs:main Oct 23, 2023
68 checks passed
andylokandy added a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
…lector (otlp) (databendlabs#13381)

* feat: migrate tracing from jaeger agent to opentelemetry collector (otlp)

* fix

* address comment

* fix

---------

Co-authored-by: BohuTANG <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-benchmark Benchmark: run all test pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: bring back tracings
3 participants