-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use OpenTelemetry tracer, bridge OpenTracing and OpenCensus (#842)
* Use OpenTelemetry tracer, bridge OpenTracing and OpenCensus * Use patched OpenTracing bridge * Encapsulate code to create tracers * Configure a propagation mechanism 🤦 * Clean up implementation * Extract traceID from underlying OTel span * Add resources to traces * go mod tidy && go mod vendor * Fix merge - make vendor-check * Link to PR with fix * make vendor-check * Copy JAEGER_TAGS over to OTel resource attributes * Add use_otel_tracer feature flag * Refactor Jaeger env var migration * Clean up * Set Otel global error handler * When migrating env var, log OpenTelemetry key as well * Rename imports for consistency * Attempt to extract TraceID from OpenTracing and OpenTelemetry * make fmt * Add CHANGELOG.md * Reset opentelemetry-proto to 286810d * make vendor-check
- Loading branch information
Showing
206 changed files
with
30,738 additions
and
1,923 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
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.