public class MatchedRule extends Object
| Constructor and Description |
|---|
MatchedRule(String name,
String matchName,
io.prometheus.client.Collector.Type type,
String help,
List<String> labelNames,
List<String> labelValues,
Double value,
double valueFactor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatched() |
boolean |
isUnmatched() |
static MatchedRule |
unmatched()
A unmatched MatchedRule, used when no rule matching a JMX bean has been found in the configuration.
|
public static MatchedRule unmatched()
public boolean isUnmatched()
public boolean isMatched()
Copyright © 2021. All rights reserved.