forked from litmuschaos/litmus-go
-
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.
feat: implement opentelemetry for distributed tracing (litmuschaos#706)
* feat: add otel & tracing for distributed tracing Signed-off-by: namkyu1999 <[email protected]> * feat: add tracing codes to chaslib Signed-off-by: namkyu1999 <[email protected]> * fix: misc Signed-off-by: namkyu1999 <[email protected]> * fix: make otel optional Signed-off-by: namkyu1999 <[email protected]> * fix: skip if litmus-go not received trace_parent Signed-off-by: namkyu1999 <[email protected]> * fix: Set context.Context as a parameter in each function Signed-off-by: namkyu1999 <[email protected]> * update templates Signed-off-by: namkyu1999 <[email protected]> * feat: rename spans and enhance coverage Signed-off-by: namkyu1999 <[email protected]> * fix: avoid shadowing Signed-off-by: namkyu1999 <[email protected]> * fix: add logs Signed-off-by: namkyu1999 <[email protected]> * fix: add logs Signed-off-by: namkyu1999 <[email protected]> * fix: fix templates Signed-off-by: namkyu1999 <[email protected]> --------- Signed-off-by: namkyu1999 <[email protected]>
- Loading branch information
1 parent
0cd6c6f
commit 3ef23b0
Showing
113 changed files
with
1,496 additions
and
816 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.