#prometheus #observability #format #nom #parser #exposition

prometheus-exposition-format-rs

A parser for the prometheus exposition format using nom

3 releases

0.1.2 Apr 20, 2020
0.1.1 Apr 19, 2020
0.1.0 Apr 19, 2020

#6 in #exposition

41 downloads per month

MIT license

30KB
833 lines

Prometheus-exposition-format-rs

Build Status crates.io

A simple and quick Rust lib for reading exposition format. This uses nom in an attempt to make it fast and correct.

Disclaimer

This is my first real Rust project. So a lot of things are probably wrong or non idiomatic. Please let me know so I can correct and learn.

Dependencies

~1MB
~15K SLoC