-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrating Jaeger tracing from OpenTracing to OpenTelemetry; Add OTLP …
…exporter (#5411) * draft: standalone OTLP tracer Signed-off-by: Aditi Ahuja <aditi.ahuja@couchbase.com> * added jaeger exporter Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: tracing test Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * minor refactor and cleanup Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * created package tracing/otlp Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * minor refactor Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: added some more config options for jaeger Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: extended e2e test Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: added OTLP GRPC options Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * minor fixes; temp prints Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * refactor: removed OT code, changed tag parsing to OTel tags Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * jaeger refactor; minor updates Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * jaeger: added some more config options Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * otlp: added retry options Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * organizing and pruning Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * added TLS config for OTLP Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: temp test fix for CI Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * added unit tests for jaeger Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: added sampler types to jaeger Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * replaced objstore with exthttp Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: test fixes Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * added jaeger remote sampler Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: reverted E2E test fix Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * lint and doc test fixes Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * minor refactor for OTLP Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * jaeger: modified sampler selection Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * review fixes Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: jaeger rate limiting sampler added Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * added OTLP unit tests; minor refactor Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * minor review fixes Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: rate limiting sampler implementation Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * review fixes Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * removed OT tracer struct Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * Use service name in resource Signed-off-by: Matej Gera <matejgera@gmail.com> * Fix tracing E2E test Signed-off-by: Matej Gera <matejgera@gmail.com> * Adjust trace ID extraction for exemplars Signed-off-by: Matej Gera <matejgera@gmail.com> * Add OTLP docs and adjust Signed-off-by: Matej Gera <matejgera@gmail.com> * Add CHANGELOG Signed-off-by: Matej Gera <matejgera@gmail.com> * review fixes Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> * draft: updated E2E tests Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> Signed-off-by: Aditi Ahuja <aditi.ahuja@couchbase.com> Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com> Signed-off-by: Matej Gera <matejgera@gmail.com> Co-authored-by: Matej Gera <matejgera@gmail.com>
- Loading branch information
1 parent
21aa1db
commit 64e7e3b
Showing
21 changed files
with
1,257 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.