mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-29 10:41:00 +00:00
c710b851c7
Fixes #270 Signed-off-by: mhartenbower <matt.hartenbower@gmail.com>
6 lines
336 B
Go
6 lines
336 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
|