public static class InfluxDbHttpWriter.Factory extends Object implements InfluxDbWriter.Factory
InfluxDbHttpWriter.
Configuration Parameters:
| Name | Default | Description |
| host | localhost | the InfluxDB hostname. |
| port | 8086 | the InfluxDB port. |
| database | none | the database to write to. |
| jersey | default | the jersey client configuration. |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
InfluxDbWriter |
build(com.codahale.metrics.MetricRegistry metrics) |
public InfluxDbWriter build(com.codahale.metrics.MetricRegistry metrics)
build in interface InfluxDbWriter.FactoryCopyright © 2017. All rights reserved.