| Package | Description |
|---|---|
| com.kickstarter.dropwizard.metrics.influxdb.io |
| Modifier and Type | Class and Description |
|---|---|
class |
InfluxDbHttpWriter
An
InfluxDbWriter that writes to an HTTP/S server using a Client. |
class |
InfluxDbTcpWriter
An
InfluxDbWriter that writes bytes to TCP sockets. |
| Modifier and Type | Method and Description |
|---|---|
InfluxDbWriter |
InfluxDbWriter.Factory.build(com.codahale.metrics.MetricRegistry metrics) |
InfluxDbWriter |
InfluxDbTcpWriter.Factory.build(com.codahale.metrics.MetricRegistry __) |
InfluxDbWriter |
InfluxDbHttpWriter.Factory.build(com.codahale.metrics.MetricRegistry metrics) |
| Constructor and Description |
|---|
Sender(InfluxDbWriter writer) |
Sender(InfluxDbWriter writer,
int queueSize) |
Copyright © 2017. All rights reserved.