-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tracegen] Switch from Jaeger Client to OTEL SDK (#4189)
## Which problem is this PR solving? - Part of migrating away from deprecated Jaeger Go SDK ## Short description of the changes - switch tracegen from Jaeger Client to OTEL SDK - a breaking change in some respect: - default exporter changed to Jaeger HTTP - different environment variables are used to configure exporters - debug and firehose flags are no longer set in the trace context, but as span attributes - no more metrics from tracegen Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
fb1d67f
commit 74d6a12
Showing
5 changed files
with
116 additions
and
104 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