Uses of Class
io.prometheus.jmx.MatchedRule
Packages that use MatchedRule
-
Uses of MatchedRule in io.prometheus.jmx
Methods in io.prometheus.jmx that return MatchedRuleModifier and TypeMethodDescriptionMatchedRulesCache.get
(io.prometheus.jmx.JmxCollector.Rule rule, String cacheKey) static MatchedRule
MatchedRule.unmatched()
An unmatched MatchedRule, used when no rule matching a JMX bean has been found in the configuration.MatchedRule.withValue
(double value) Methods in io.prometheus.jmx with parameters of type MatchedRuleModifier and TypeMethodDescriptionvoid
MatchedRulesCache.put
(io.prometheus.jmx.JmxCollector.Rule rule, String cacheKey, MatchedRule matchedRule) Method parameters in io.prometheus.jmx with type arguments of type MatchedRuleModifier and TypeMethodDescriptionstatic io.prometheus.metrics.model.snapshots.MetricSnapshots
MatchedRuleToMetricSnapshotsConverter.convert
(List<MatchedRule> matchedRules)