Class MetricName

java.lang.Object
org.apache.beam.sdk.metrics.MetricName
All Implemented Interfaces:
Serializable

public abstract class MetricName extends Object implements Serializable
The name of a metric consists of a getNamespace() and a getName(). The getNamespace() allows grouping related metrics together and also prevents collisions between multiple metrics with the same name.
See Also: