forked from cockroachdb/cockroach
-
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.
107114: sql: collect cluster-wide traces as part of job execution details r=stevendanna a=adityamaru This change includes the collection of cluster-wide, active tracing spans to a job's execution details. The traces are stored in a zip with a text and jaegar json file per node, that contain the active tracing spans associated with the current execution of the job. Once cockroachdb#106879 and cockroachdb#107210 merge a trace.zip will be generated everytime a user requests new execution details from the job details page. This zip will be downloadable from the job details page itself. Informs: cockroachdb#102794 Release note: None Co-authored-by: adityamaru <adityamaru@gmail.com>
- Loading branch information
Showing
4 changed files
with
138 additions
and
6 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