public class InfluxMetricConverter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InfluxMetricConverter.FailedToConvertToInfluxMetricException |
| Constructor and Description |
|---|
InfluxMetricConverter() |
| Modifier and Type | Method and Description |
|---|---|
static InfluxMetric |
convertToInfluxMetric(java.lang.String metricName,
java.lang.Object value,
java.util.List<InfluxTag> additionalTags,
long timestamp) |
static java.util.List<InfluxTag> |
tagsFromCommaSeparatedString(java.lang.String s) |
public static InfluxMetric convertToInfluxMetric(java.lang.String metricName, java.lang.Object value, java.util.List<InfluxTag> additionalTags, long timestamp)
public static java.util.List<InfluxTag> tagsFromCommaSeparatedString(java.lang.String s)
Copyright © 2017. All Rights Reserved.