Class that iterarates through a char stream and extracts the StatsLines
Struct that parses a stats line
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Copyright (C) 2018 dunnhumby Germany GmbH. All rights reserved
Classes that can be used to parse the graphite stats.
Parses an InputStream to StatsLine. The lines can be iterated using a foreach. Sometimes only the last stat line is important. The StatsLogReader.last method will return only that line.
The StatsLine struct parses one stat line.
Refer to the class' description for information about their actual usage.