-
Notifications
You must be signed in to change notification settings - Fork 994
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not remap id in remove method (#2025)
Registering a meter to a `MeterRegistry` returns a meter with a mapped id (`MeterFilter`s `map` method applied to it), so we should allow users to pass that to the remove method and it work. The previous behavior mapped the ID (again), which was problematic if any `MeterFilter` mapping was not idempotent. Fixes #1850
- Loading branch information
Showing
2 changed files
with
21 additions
and
7 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