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