Uses of Enum
io.vertx.micrometer.MetricsDomain
Packages that use MetricsDomain
-
Uses of MetricsDomain in io.vertx.micrometer
Subclasses with type arguments of type MetricsDomain in io.vertx.micrometerModifier and TypeClassDescriptionenumMetric domains with their associated prefixes.Methods in io.vertx.micrometer that return MetricsDomainModifier and TypeMethodDescriptionMatch.getDomain()static MetricsDomainReturns the enum constant of this type with the specified name.static MetricsDomain[]MetricsDomain.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.micrometer with parameters of type MetricsDomainModifier and TypeMethodDescriptionMicrometerMetricsOptions.addDisabledMetricsCategory(MetricsDomain metricsDomain) Set metric that will not be registered.booleanMicrometerMetricsOptions.isMetricsCategoryDisabled(MetricsDomain metricsDomain) Is the given metrics category disabled?Match.setDomain(MetricsDomain domain) Set the label domain, restricting this rule to a single domain.