forked from thanos-io/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (thanos-io#5411) * draft: standalone OTLP tracer Signed-off-by: Aditi Ahuja <[email protected]> * added jaeger exporter Signed-off-by: Aditi Ahuja <[email protected]> * draft: tracing test Signed-off-by: Aditi Ahuja <[email protected]> * minor refactor and cleanup Signed-off-by: Aditi Ahuja <[email protected]> * created package tracing/otlp Signed-off-by: Aditi Ahuja <[email protected]> * minor refactor Signed-off-by: Aditi Ahuja <[email protected]> * draft: added some more config options for jaeger Signed-off-by: Aditi Ahuja <[email protected]> * draft: extended e2e test Signed-off-by: Aditi Ahuja <[email protected]> * draft: added OTLP GRPC options Signed-off-by: Aditi Ahuja <[email protected]> * minor fixes; temp prints Signed-off-by: Aditi Ahuja <[email protected]> * refactor: removed OT code, changed tag parsing to OTel tags Signed-off-by: Aditi Ahuja <[email protected]> * jaeger refactor; minor updates Signed-off-by: Aditi Ahuja <[email protected]> * jaeger: added some more config options Signed-off-by: Aditi Ahuja <[email protected]> * otlp: added retry options Signed-off-by: Aditi Ahuja <[email protected]> * organizing and pruning Signed-off-by: Aditi Ahuja <[email protected]> * added TLS config for OTLP Signed-off-by: Aditi Ahuja <[email protected]> * draft: temp test fix for CI Signed-off-by: Aditi Ahuja <[email protected]> * added unit tests for jaeger Signed-off-by: Aditi Ahuja <[email protected]> * draft: added sampler types to jaeger Signed-off-by: Aditi Ahuja <[email protected]> * replaced objstore with exthttp Signed-off-by: Aditi Ahuja <[email protected]> * draft: test fixes Signed-off-by: Aditi Ahuja <[email protected]> * added jaeger remote sampler Signed-off-by: Aditi Ahuja <[email protected]> * draft: reverted E2E test fix Signed-off-by: Aditi Ahuja <[email protected]> * lint and doc test fixes Signed-off-by: Aditi Ahuja <[email protected]> * minor refactor for OTLP Signed-off-by: Aditi Ahuja <[email protected]> * jaeger: modified sampler selection Signed-off-by: Aditi Ahuja <[email protected]> * review fixes Signed-off-by: Aditi Ahuja <[email protected]> * draft: jaeger rate limiting sampler added Signed-off-by: Aditi Ahuja <[email protected]> * added OTLP unit tests; minor refactor Signed-off-by: Aditi Ahuja <[email protected]> * minor review fixes Signed-off-by: Aditi Ahuja <[email protected]> * draft: rate limiting sampler implementation Signed-off-by: Aditi Ahuja <[email protected]> * review fixes Signed-off-by: Aditi Ahuja <[email protected]> * removed OT tracer struct Signed-off-by: Aditi Ahuja <[email protected]> * Use service name in resource Signed-off-by: Matej Gera <[email protected]> * Fix tracing E2E test Signed-off-by: Matej Gera <[email protected]> * Adjust trace ID extraction for exemplars Signed-off-by: Matej Gera <[email protected]> * Add OTLP docs and adjust Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * review fixes Signed-off-by: Aditi Ahuja <[email protected]> * draft: updated E2E tests Signed-off-by: Aditi Ahuja <[email protected]> Signed-off-by: Aditi Ahuja <[email protected]> Signed-off-by: Aditi Ahuja <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Matej Gera <[email protected]> Signed-off-by: utukj <[email protected]>
- Loading branch information
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.