Created
April 1, 2022 07:24
-
-
Save edwise/9bf7a00233fe77ac372ad3c0e1118b92 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Timer timer = Timer.builder("timerName") | |
.publishPercentiles(0.5, 0.95, 0.99) | |
.tag("tag1", "sdgawehwh") | |
.register(meterRegistry); | |
return timer.record(() -> httpClient.call(body)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment