Class OpenTsdbDataPointRepresenter
- java.lang.Object
-
- com.elastisys.autoscaler.systemhistorians.opentsdb.OpenTsdbDataPointRepresenter
-
public class OpenTsdbDataPointRepresenter extends java.lang.ObjectRepresents a given data point in the format required by the OpenTSDB's telnet protocol. See OpenTSDB's metrics discussion.
-
-
Constructor Summary
Constructors Constructor Description OpenTsdbDataPointRepresenter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringrepresentDataPoint(MetricValue dataPoint)Represents a given data point in the format required by the OpenTSDB Telnet protocol.
-
-
-
Method Detail
-
representDataPoint
public static java.lang.String representDataPoint(MetricValue dataPoint)
Represents a given data point in the format required by the OpenTSDB Telnet protocol. See OpenTSDB's overview page.- Parameters:
dataPoint- The data point.- Returns:
- An OpenTSDB Telnet protocol representation of the data point and any associated tags and their values.
-
-