Interface | Description |
---|---|
DoubleProbe<S> |
A function that provides a double value and can be used to create a metric using
MetricsRegistry.register(Object, String, DoubleProbe) |
Gauge |
A gauge metric is an instantaneous reading of a particular value: for example, the current size of the pending
operations queue.
|
LongProbe<S> |
A function that provides a long value and can be used to create a metric using
MetricsRegistry.register(Object, String, LongProbe) . |
Metric |
Each metric is uniquely identified using a name.
|
MetricsRegistry |
The MetricsRegistry is responsible for recording all kinds of Hazelcast/JVM specific information to
help out with all kinds of issues.
|
Annotation Type | Description |
---|---|
Probe |
Annotation that can be placed on a field or method of an object to indicate that it should be tracked by the
MetricsRegistry when the
MetricsRegistry.scanAndRegister(Object, String) is called. |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.