-
Notifications
You must be signed in to change notification settings - Fork 125
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 (#706)
* feat: add otel & tracing for distributed tracing Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * feat: add tracing codes to chaslib Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: misc Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: make otel optional Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: skip if litmus-go not received trace_parent Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: Set context.Context as a parameter in each function Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * update templates Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * feat: rename spans and enhance coverage Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: avoid shadowing Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: add logs Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: add logs Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> * fix: fix templates Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr> --------- Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
- 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.