public class InfluxDbMeasurementReporterFactory
extends io.dropwizard.metrics.BaseReporterFactory
InfluxDbMeasurementReporter instances.
Configuration Parameters:
| Name | Default | Description |
| globalTags | None | tags for all metrics reported to InfluxDb. |
| metricTemplates | None | tagged metric templates for converting names passed through MetricRegistry. |
| groupGauges | true | A boolean to signal whether to group gauges when reporting. |
| groupCounters | true | A boolean to signal whether to group counters when reporting. |
| sender | http | The type and configuration for reporting measurements to a receiver. |
| Constructor and Description |
|---|
InfluxDbMeasurementReporterFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.codahale.metrics.ScheduledReporter |
build(com.codahale.metrics.MetricRegistry registry) |
Copyright © 2017. All rights reserved.