micrometer icon indicating copy to clipboard operation
micrometer copied to clipboard

JMX Registry may be should convert tags to objectName key properties

Open zhaomoran opened this issue 2 years ago • 0 comments

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. image

Additional context It can be completed by combining HierarchicalNameMapper with com.codahale.metrics.jmx.ObjectNameFactory.

zhaomoran avatar Aug 25 '22 06:08 zhaomoran