Package org.jmxtrans.agent.influxdb
Class InfluxMetric
java.lang.Object
org.jmxtrans.agent.influxdb.InfluxMetric
public class InfluxMetric extends Object
- Author:
- Kristoffer Erlandsson
-
Field Summary
Fields Modifier and Type Field Description protected static NumberFormatNUMBER_FORMAT -
Constructor Summary
Constructors Constructor Description InfluxMetric(String measurement, List<InfluxTag> tags, Object value, long timestampMillis) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)StringgetMeasurement()List<InfluxTag>getTags()longgetTimestampMillis()ObjectgetValue()inthashCode()StringtoInfluxFormat()StringtoString()
-
Field Details
-
NUMBER_FORMAT
-
-
Constructor Details
-
InfluxMetric
-
-
Method Details