| Package | Description |
|---|---|
| com.kickstarter.dropwizard.metrics.influxdb | |
| com.kickstarter.dropwizard.metrics.influxdb.io | |
| com.kickstarter.dropwizard.metrics.influxdb.transformer |
| Modifier and Type | Method and Description |
|---|---|
InfluxDbMeasurement |
InfluxDbMeasurement.Builder.build() |
static InfluxDbMeasurement |
InfluxDbMeasurement.create(String name,
Map<String,String> tags,
Map<String,String> fields,
long timestamp)
Creates a new
InfluxDbMeasurement. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Sender.send(Collection<InfluxDbMeasurement> influxDbMeasurements)
Sends the provided
measurements to InfluxDB. |
| Modifier and Type | Method and Description |
|---|---|
List<InfluxDbMeasurement> |
DropwizardTransformer.fromCounters(Map<String,com.codahale.metrics.Counter> counters,
long timestamp)
Build a List of
InfluxDbMeasurements from a counter map. |
List<InfluxDbMeasurement> |
DropwizardTransformer.fromGauges(Map<String,com.codahale.metrics.Gauge> gauges,
long timestamp)
Build a List of
InfluxDbMeasurements from a gauge map. |
List<InfluxDbMeasurement> |
DropwizardTransformer.fromHistograms(Map<String,com.codahale.metrics.Histogram> histograms,
long timestamp)
Build a List of
InfluxDbMeasurements from a histogram map. |
List<InfluxDbMeasurement> |
DropwizardTransformer.fromMeters(Map<String,com.codahale.metrics.Meter> meters,
long timestamp)
Build a List of
InfluxDbMeasurements from a meter map. |
List<InfluxDbMeasurement> |
DropwizardTransformer.fromTimers(Map<String,com.codahale.metrics.Timer> timers,
long timestamp)
Build a List of
InfluxDbMeasurements from a timer map. |
Copyright © 2017. All rights reserved.