Tags: enozcan/hazelcast-docker
Tags
Fix JMX metrics exposed via Prometheus (hazelcast#151) Expose all metrics matching "com.hazelcast*:type=Metrics,*". Remove any patterns - difference between JMX and Prometheus is not desirable. Labels are correctly extracted on Prometheus side, so it is possible to filter by e.g. instance name etc. Tags are published in tag0="name=realName" format because of presentation in tools like jconsole, which omits the name part. It is still possible to filter in Prometheus by tag0, tag1, although a bit awkward. Fixes hazelcast#150.
PreviousNext