Uses of Class
io.vertx.micrometer.Match
Packages that use Match
-
Uses of Match in io.vertx.micrometer
Methods in io.vertx.micrometer that return MatchModifier and TypeMethodDescriptionSet an alias that would replace the label value when it matches.Match.setDomain(MetricsDomain domain) Set the label domain, restricting this rule to a single domain.Set the label name.Set the type of matching to apply.Set the matched value.Methods in io.vertx.micrometer that return types with arguments of type MatchMethods in io.vertx.micrometer with parameters of type MatchModifier and TypeMethodDescriptionMicrometerMetricsOptions.addLabelMatch(Match match) Add a rule for label matching.Method parameters in io.vertx.micrometer with type arguments of type MatchModifier and TypeMethodDescriptionMicrometerMetricsOptions.setLabelMatches(List<Match> matches) Set a list of rules for label matching.Constructors in io.vertx.micrometer with parameters of type Match -
Uses of Match in io.vertx.micrometer.backends
Method parameters in io.vertx.micrometer.backends with type arguments of type MatchModifier and TypeMethodDescriptionstatic voidBackendRegistries.registerMatchers(io.micrometer.core.instrument.MeterRegistry registry, List<Match> matches)