-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-46379: Propagate 'traceparent' to 'Sm.*' functions
Adds an optional parameter to 'Sm.*' function to inherit the traceparent. The 'traceparent' was not propagated to the functions inside 'sm.ml'. This commit propagetes the 'traceparent' and instruments 'sm.ml' to create spans for function calls. Signed-off-by: Gabriel Buica <[email protected]>
- Loading branch information
1 parent
9ec01f0
commit f189579
Showing
3 changed files
with
58 additions
and
37 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