mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-02-16 23:55:15 +00:00
Signed-off-by: Frank Davidson <frank_davidson@manulife.com> Signed-off-by: Frank Davidson <ffdavidson@gmail.com>
6 lines
342 B
Go
6 lines
342 B
Go
// Package logfmt implements utilities to marshal and unmarshal data in the
|
|
// logfmt format. The logfmt format records key/value pairs in a way that
|
|
// balances readability for humans and simplicity of computer parsing. It is
|
|
// most commonly used as a more human friendly alternative to JSON for
|
|
// structured logging.
|
|
package logfmt
|