| Constructor and Description |
|---|
GraphiteDecoder(List<String> customSourceTags) |
GraphiteDecoder(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.
|
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.Copyright © 2018. All rights reserved.