Uses of Class
io.vertx.micrometer.Match
-
Packages that use Match Package Description io.vertx.micrometer io.vertx.micrometer.backends -
-
Uses of Match in io.vertx.micrometer
Methods in io.vertx.micrometer that return Match Modifier and Type Method Description Match
Match. setAlias(String alias)
Set an alias that would replace the label value when it matches.Match
Match. setDomain(MetricsDomain domain)
Set the label domain, restricting this rule to a single domain.Match
Match. setLabel(String label)
Set the label name.Match
Match. setType(MatchType type)
Set the type of matching to apply.Match
Match. setValue(String value)
Set the matched value.Methods in io.vertx.micrometer that return types with arguments of type Match Modifier and Type Method Description List<Match>
MicrometerMetricsOptions. getLabelMatches()
Methods in io.vertx.micrometer with parameters of type Match Modifier and Type Method Description MicrometerMetricsOptions
MicrometerMetricsOptions. addLabelMatch(Match match)
Add a rule for label matching.Method parameters in io.vertx.micrometer with type arguments of type Match Modifier and Type Method Description MicrometerMetricsOptions
MicrometerMetricsOptions. setLabelMatches(List<Match> matches)
Set a list of rules for label matching.Constructors in io.vertx.micrometer with parameters of type Match Constructor Description Match(Match other)
Copy constructor -
Uses of Match in io.vertx.micrometer.backends
Method parameters in io.vertx.micrometer.backends with type arguments of type Match Modifier and Type Method Description static void
BackendRegistries. registerMatchers(io.micrometer.core.instrument.MeterRegistry registry, List<Match> matches)
-