Uses of Enum
com.codahale.metrics.MetricAttribute
-
Uses of MetricAttribute in com.codahale.metrics
Methods in com.codahale.metrics that return MetricAttributeModifier and TypeMethodDescriptionstatic MetricAttributeReturns 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 com.codahale.metrics that return types with arguments of type MetricAttributeModifier and TypeMethodDescriptionprotected Set<MetricAttribute>ScheduledReporter.getDisabledMetricAttributes()Method parameters in com.codahale.metrics with type arguments of type MetricAttributeModifier and TypeMethodDescriptionConsoleReporter.Builder.disabledMetricAttributes(Set<MetricAttribute> disabledMetricAttributes) Don't report the passed metric attributes for all metrics (e.g.Slf4jReporter.Builder.disabledMetricAttributes(Set<MetricAttribute> disabledMetricAttributes) Don't report the passed metric attributes for all metrics (e.g.Constructor parameters in com.codahale.metrics with type arguments of type MetricAttributeModifierConstructorDescriptionprotectedScheduledReporter(MetricRegistry registry, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes)