prometheus-wire 0.1.0

A simple library to query and parse metrics from Prometheus exporters
Documentation
1
2
3
4
5
6
7
enum Metric {
    counter,
    gauge,
    histogram,
    summary,
    untyped,
}