Class MetricKey

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

public abstract class MetricKey extends Object implements Serializable
Metrics are keyed by the step name they are associated with and the name of the metric.
See Also:
  • Constructor Details

    • MetricKey

      public MetricKey()
  • Method Details