| Package | Description |
|---|---|
| com.kickstarter.dropwizard.metrics.influxdb |
| Modifier and Type | Method and Description |
|---|---|
<T> InfluxDbMeasurement.Builder |
InfluxDbMeasurement.Builder.putField(String key,
T value)
Adds the given key-value pair to the fields map.
|
<T> InfluxDbMeasurement.Builder |
InfluxDbMeasurement.Builder.putFields(Map<String,T> fields)
Adds all key-value pairs to the fields map.
|
InfluxDbMeasurement.Builder |
InfluxDbMeasurement.Builder.putTag(String key,
String value)
Adds the key-value pair to the tags map.
|
InfluxDbMeasurement.Builder |
InfluxDbMeasurement.Builder.putTags(Map<String,String> items)
Adds all key-value pairs to the tags map.
|
<T> InfluxDbMeasurement.Builder |
InfluxDbMeasurement.Builder.tryPutFields(Map<String,T> fields,
java.util.function.Consumer<IllegalArgumentException> exceptionHandler)
Adds all key-value pairs to the fields map.
|
Copyright © 2017. All rights reserved.