| Package | Description |
|---|---|
| org.jmxtrans.agent.influxdb |
| Modifier and Type | Method and Description |
|---|---|
List<InfluxTag> |
InfluxMetric.getTags() |
static List<InfluxTag> |
InfluxMetricConverter.tagsFromCommaSeparatedString(String s) |
| Modifier and Type | Method and Description |
|---|---|
static InfluxMetric |
InfluxMetricConverter.convertToInfluxMetric(String metricName,
Object value,
List<InfluxTag> additionalTags,
long timestamp) |
| Constructor and Description |
|---|
InfluxMetric(String measurement,
List<InfluxTag> tags,
Object value,
long timestampMillis) |
Copyright © 2017. All Rights Reserved.