[][src]Module bioyino_metric::parser

Metric parsing routines

Structs

DummyParseErrorHandler

Does nothing about error, can be used for ignoring all errors

MetricParser

A high level parser to parse metric and split names from BytesMut. Follows an iterator pattern, which fires metrics until it is possible, modifying the buffer on the fly

Enums

ParsedPart

Used for returning parsing result

Traits

ParseErrorHandler

Used to handle parsing errors

Functions

metric_stream_parser

Parse stream of multiple metrics in statsd format. Usage of MetricParser is recommended instead.

Type Definitions

MetricParsingError