-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Timer and LongTaskTimer output similar in LoggingMeterRegistry
In case of the LoggingMeterRegistry, the output of a LongTaskTimer looks like this: "my.ltt{} active=30 duration=30m" while the output of a Timer is something like this: "my.timer{} delta_count=30 throughput=0.5/s mean=1s max=1s" We can add the missing fields to the LongTaskTimer output: "my.ltt{} active=30 duration=30m throughput=0.5/s mean=1m max=1m"
- Loading branch information
1 parent
1f43511
commit 5543b25
Showing
2 changed files
with
6 additions
and
2 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