Package org.apache.beam.sdk.metrics
Interface Metric
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
BoundedTrie,Counter,Distribution,Gauge,Histogram,StringSet
- All Known Implementing Classes:
BoundedTrieImpl,CounterImpl,DelegatingCounter,DelegatingDistribution,DelegatingGauge,DelegatingHistogram,DistributionImpl,GaugeImpl,NoOpCounter,NoOpHistogram,StringSetImpl
Marker interface for all user-facing metrics.
-
Method Summary
-
Method Details
-
getName
MetricName getName()TheMetricNamegiven to this metric.
-