Closed Nirzak closed 7 months ago
Added example config to fetch custom hazelcast metrics from jmx mbeans.
The metrics will be like as following
hazelcast_total_max_get_latency{instance="hz-instance",prefix="map",tag0="\"name=request-trace-cache\"",} 1.0 hazelcast_priority_queue_size{instance="hz-auth-instance",prefix="operation",} 0.0
It can also handle metrics with multiple tags.
hazelcast_connection_type{instance="hazelcastCacheInstance",prefix="tcp.connection, tag0=\"endpoint=[localhost]:5703\"",tag1="\"bindAddress=[testserver]:5703\"",} 1.0
The pull request will close issue #941
@Nirzak Thanks for the PR!!!
Added example config to fetch custom hazelcast metrics from jmx mbeans.
The metrics will be like as following
hazelcast_total_max_get_latency{instance="hz-instance",prefix="map",tag0="\"name=request-trace-cache\"",} 1.0 hazelcast_priority_queue_size{instance="hz-auth-instance",prefix="operation",} 0.0
It can also handle metrics with multiple tags.
hazelcast_connection_type{instance="hazelcastCacheInstance",prefix="tcp.connection, tag0=\"endpoint=[localhost]:5703\"",tag1="\"bindAddress=[testserver]:5703\"",} 1.0