-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-477: Fix
MetricsRetryListener.close()
for concurrent calls
Fixes: #477 The `Timer.Builder` from Micrometer does not create a new `Builder` instance for its `tags()` call. So, using shared `Timer.Builder` is not OK when it can be used from concurrent calls. * Remove shared `retryMeterProvider` property and use fresh `Timer.Builder` instance in the `MetricsRetryListener.close()`
- Loading branch information
1 parent
78bd8d2
commit f92c90a
Showing
2 changed files
with
24 additions
and
8 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