Package com.wavefront.ingester
Class GraphiteReportMetricDecoder
- java.lang.Object
-
- com.wavefront.ingester.ReportMetricDecoder
-
- com.wavefront.ingester.GraphiteReportMetricDecoder
-
- All Implemented Interfaces:
ReportableEntityDecoder<String,ReportMetric>
public class GraphiteReportMetricDecoder extends ReportMetricDecoder
-
-
Constructor Summary
Constructors Constructor Description GraphiteReportMetricDecoder(Supplier<String> hostNameSupplier, List<String> customSourceTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(String msg, List<ReportMetric> out)Certain decoders support decoding the customer id from the input line itself.-
Methods inherited from class com.wavefront.ingester.ReportMetricDecoder
decode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.wavefront.ingester.ReportableEntityDecoder
decode
-
-
-
-
Method Detail
-
decode
public void decode(String msg, List<ReportMetric> out)
Description copied from interface:ReportableEntityDecoderCertain decoders support decoding the customer id from the input line itself.- Parameters:
msg- Message to parse.out- List to output the parsed point.
-
-