Class InfluxMetricConverter

java.lang.Object
org.jmxtrans.agent.influxdb.InfluxMetricConverter

public class InfluxMetricConverter
extends java.lang.Object
Author:
Kristoffer Erlandsson
  • 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

      public static java.util.List<InfluxTag> tagsFromCommaSeparatedString​(java.lang.String s)