public static class PrototypeMeasurementFilter.TagFilterPattern extends Object
| Constructor and Description |
|---|
TagFilterPattern(Pattern key,
Pattern value)
Construct from regex patterns.
|
TagFilterPattern(PrototypeMeasurementFilterSpecification.TagFilterSpecification spec)
Construct from the prototype specification.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
test(com.netflix.spectator.api.Tag tag)
Implements the MeasurementFilter interface.
|
String |
toString() |
public TagFilterPattern(PrototypeMeasurementFilterSpecification.TagFilterSpecification spec)