public interface MetricFilter
Modifier and Type | Field and Description |
---|---|
static MetricFilter |
NO_OP_FILTER
Filter that accepts every metric.
|
Modifier and Type | Method and Description |
---|---|
boolean |
filter(Metric metric,
String name,
String logicalScope)
Filters a given metric.
|
static final MetricFilter NO_OP_FILTER
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.