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 String
The inNamespace that a metric must be in to match thisMetricNameFilter
.static MetricNameFilter
inNamespace
(Class<?> namespace) static MetricNameFilter
inNamespace
(String namespace) static MetricNameFilter
static 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
-