-
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.
Add set_current_span and monitor functions to Tracing
`Tracing.Monitor.monitor(Tracing.current_span())` is a bit on the long side for something that should 99% of the times do the same thing. We can add an extra function on `Tracing` and use the current span as fallback if nothing is given.
- Loading branch information
1 parent
121eef4
commit 8f85e6e
Showing
2 changed files
with
13 additions
and
3 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