public static class PrototypeMeasurementFilter.ValueFilterPattern extends Object
| Constructor and Description |
|---|
ValueFilterPattern(PrototypeMeasurementFilterSpecification.ValueFilterSpecification spec)
Constructs a filter from a specification.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<PrototypeMeasurementFilter.TagFilterPattern> |
getTags()
The list of tag filters that must be satisfied for the value to be satisfied.
|
int |
hashCode() |
boolean |
test(Iterable<com.netflix.spectator.api.Tag> sourceTags)
Implements the MeasurementFilter interface.
|
public ValueFilterPattern(PrototypeMeasurementFilterSpecification.ValueFilterSpecification spec)
public boolean test(Iterable<com.netflix.spectator.api.Tag> sourceTags)
public List<PrototypeMeasurementFilter.TagFilterPattern> getTags()