micrometer
micrometer copied to clipboard
JMX Registry may be should convert tags to objectName key properties
Please describe the feature request. JMX Registry may be should convert tags to objectName key properties
Rationale
In most registry scenarios, the tags are mapped to the properties of different registries. However, in this scenario, the tags are spliced into the name property. Perhaps we should take the tags as the key properties of the objectname.
Additional context It can be completed by combining HierarchicalNameMapper with com.codahale.metrics.jmx.ObjectNameFactory.