-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
telemetry(core): implement tracing (#5591)
## Problem - We can't see an e2e view of our events ## Solution - Implement telemetry tracing using the opentelemetry idea of trace ids. - A trace id helps create a collection of spans. - Only one trace id can be active in an execution flow at a time. - Additionally, it swaps parentMetric for parentId so that we can directly correlate one telemetry event to another ## Other details - A trace is associated with a top level telemetry event. The top level can be either event_trace or any other of our metrics.
- Loading branch information
1 parent
b2ebc10
commit 791ae55
Showing
3 changed files
with
177 additions
and
33 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