Uses of Class
io.dropwizard.metrics5.MetricAttribute
-
-
Uses of MetricAttribute in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return MetricAttribute Modifier and Type Method Description static MetricAttributeMetricAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricAttribute[]MetricAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.metrics5 that return types with arguments of type MetricAttribute Modifier and Type Method Description Set<MetricAttribute>ScheduledReporter. getDisabledMetricAttributes()Method parameters in io.dropwizard.metrics5 with type arguments of type MetricAttribute Modifier and Type Method Description ConsoleReporter.BuilderConsoleReporter.Builder. disabledMetricAttributes(Set<MetricAttribute> disabledMetricAttributes)Don't report the passed metric attributes for all metrics (e.g.Slf4jReporter.BuilderSlf4jReporter.Builder. disabledMetricAttributes(Set<MetricAttribute> disabledMetricAttributes)Don't report the passed metric attributes for all metrics (e.g.Constructor parameters in io.dropwizard.metrics5 with type arguments of type MetricAttribute Constructor Description ScheduledReporter(MetricRegistry registry, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes)
-