]
Jason Lee updated WFLY-12971:
-----------------------------
Fix Version/s: 19.0.0.Final
SmallRye Metrics - JmxWorker - findKeyForValueToBeReplaced could use
some polish
--------------------------------------------------------------------------------
Key: WFLY-12971
URL:
https://issues.redhat.com/browse/WFLY-12971
Project: WildFly
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jason Lee
Priority: Major
Fix For: 19.0.0.Final
SmallRye Metrics - JmxWorker - findKeyForValueToBeReplaced could use some polish
https://github.com/smallrye/smallrye-metrics/blob/master/implementation/s...
- iterate entrySet instead of keySet
- can it happen that there are more entries with value '*' ?
- shouldn't the for cycle end when the (first?) match is found ?