Package org.jmxtrans.agent.influxdb
Class InfluxMetricConverter
java.lang.Object
org.jmxtrans.agent.influxdb.InfluxMetricConverter
public class InfluxMetricConverter extends Object
- Author:
- Kristoffer Erlandsson
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInfluxMetricConverter.FailedToConvertToInfluxMetricException -
Constructor Summary
Constructors Constructor Description InfluxMetricConverter() -
Method Summary
Modifier and Type Method Description static InfluxMetricconvertToInfluxMetric(String metricName, Object value, List<InfluxTag> additionalTags, long timestamp)static List<InfluxTag>tagsFromCommaSeparatedString(String s)
-
Constructor Details
-
InfluxMetricConverter
public InfluxMetricConverter()
-
-
Method Details
-
convertToInfluxMetric
public static InfluxMetric convertToInfluxMetric(String metricName, Object value, List<InfluxTag> additionalTags, long timestamp) -
tagsFromCommaSeparatedString
-