Class InfluxMetric

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

public class InfluxMetric
extends Object
Author:
Kristoffer Erlandsson
  • Field Details

    • NUMBER_FORMAT

      protected static final NumberFormat NUMBER_FORMAT
  • Constructor Details

  • Method Details

    • getTimestampMillis

      public long getTimestampMillis()
    • getTags

      public List<InfluxTag> getTags()
    • getMeasurement

      public String getMeasurement()
    • getValue

      public Object getValue()
    • toInfluxFormat

      public String toInfluxFormat()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object