public class NetuitiveMetricsReporterFactory
extends io.dropwizard.metrics.BaseReporterFactory
Constructor and Description |
---|
NetuitiveMetricsReporterFactory() |
Modifier and Type | Method and Description |
---|---|
com.codahale.metrics.ScheduledReporter |
build(com.codahale.metrics.MetricRegistry registry)
Configures and builds a
ScheduledReporter instance for the given registry. |
public com.codahale.metrics.ScheduledReporter build(com.codahale.metrics.MetricRegistry registry)
ScheduledReporter
instance for the given registry.registry
- the metrics registry to report metrics from.