Class GraphiteReportMetricDecoder

    • Method Detail

      • decode

        public void decode​(String msg,
                           List<ReportMetric> out)
        Description copied from interface: ReportableEntityDecoder
        Certain decoders support decoding the customer id from the input line itself.
        Parameters:
        msg - Message to parse.
        out - List to output the parsed point.