Uses of Class
io.prometheus.jmx.MatchedRule
-
-
Uses of MatchedRule in io.prometheus.jmx
Methods in io.prometheus.jmx that return MatchedRule Modifier and Type Method Description MatchedRuleMatchedRulesCache. get(io.prometheus.jmx.JmxCollector.Rule rule, String cacheKey)static MatchedRuleMatchedRule. unmatched()A unmatched MatchedRule, used when no rule matching a JMX bean has been found in the configuration.Methods in io.prometheus.jmx with parameters of type MatchedRule Modifier and Type Method Description voidMatchedRulesCache. put(io.prometheus.jmx.JmxCollector.Rule rule, String cacheKey, MatchedRule matchedRule)
-