| Constructor and Description |
|---|
OpenTSDBDecoder(List<String> customSourceTags) |
OpenTSDBDecoder(String hostName,
List<String> customSourceTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeReportPoints(String msg,
List<ReportPoint> out)
Certain decoders support decoding the customer id from the input line itself.
|
void |
decodeReportPoints(String msg,
List<ReportPoint> out,
String customerId)
Decode graphite points and dump them into an output array.
|
String |
getDefaultHostName() |
public void decodeReportPoints(String msg, List<ReportPoint> out, String customerId)
DecoderdecodeReportPoints in interface Decoder<String>msg - Message to parse.out - List to output the parsed point.customerId - The customer id to use as the table for the result ReportPoint.public void decodeReportPoints(String msg, List<ReportPoint> out)
DecoderdecodeReportPoints in interface Decoder<String>msg - Message to parse.out - List to output the parsed point.public String getDefaultHostName()
Copyright © 2017. All rights reserved.