Package org.jmxtrans.agent.influxdb
Class InfluxMetricConverter
java.lang.Object
org.jmxtrans.agent.influxdb.InfluxMetricConverter
public class InfluxMetricConverter
extends java.lang.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(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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InfluxMetricConverter
public InfluxMetricConverter()
-
-
Method Details
-
convertToInfluxMetric
public static InfluxMetric convertToInfluxMetric(java.lang.String metricName, java.lang.Object value, java.util.List<InfluxTag> additionalTags, long timestamp) -
tagsFromCommaSeparatedString
-