Package org.apache.beam.sdk.metrics
Class MetricNameFilter
java.lang.Object
org.apache.beam.sdk.metrics.MetricNameFilter
The name of a metric.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()If set, the metric must have this name to match thisMetricNameFilter.abstract StringThe inNamespace that a metric must be in to match thisMetricNameFilter.static MetricNameFilterinNamespace(Class<?> namespace) static MetricNameFilterinNamespace(String namespace) static MetricNameFilterstatic MetricNameFilter
-
Constructor Details
-
MetricNameFilter
public MetricNameFilter()
-
-
Method Details
-
getNamespace
The inNamespace that a metric must be in to match thisMetricNameFilter. -
getName
If set, the metric must have this name to match thisMetricNameFilter. -
inNamespace
-
inNamespace
-
named
-
named
-