-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(project-cache): Instrument task duration (#3117)
We have observability into how long the project cache service takes to process each message, but not each task. In other words, we know how long it takes to process _one_ branch of the `tokio::select` but not the rest. This PR adds observability there.
- Loading branch information
1 parent
ac1ff14
commit 37d2bbd
Showing
2 changed files
with
42 additions
and
11 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