Class MetricNames

java.lang.Object
com.hazelcast.jet.core.metrics.MetricNames

public final class MetricNames
extends Object
Each metric provided by Jet has a specific name which conceptually identifies what it's being used to measure. Besides their name metrics also have a description made up by tags, but those are more like attributes which describe a specific instance of the metric and are not directly part of the identity of the metric.

The constants described here represent the various names metrics can take in Jet.

Since:
3.2