# Functions
NewBuffer returns a new empty Buffer with the given capacity.
# Constants
Default size of metrics batch size.
Default number of metrics kept.
# Structs
AggregatorConfig is the common config for all aggregators.
BufferStats holds common metrics used for buffer implementations.
Filter containing drop/pass and include/exclude rules.
InputConfig is the common config for all inputs.
MemoryBuffer stores metrics in a circular buffer.
OutputConfig containing name and filter.
ParserConfig is the common config for all parsers.
ProcessorConfig containing a name and filter.
RunningOutput contains the output configuration.
SerializerConfig is the common config for all serializers.
TagFilter is the name of a tag, and the values on which to filter.