prometheus-wire 0.1.0

A simple library to query and parse metrics from Prometheus exporters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.nom]
version = "6.1"

[package]
authors = ["Leomar Silva <leomarssilva@gmail.com>"]
categories = ["development-tools", "parsing"]
description = "A simple library to query and parse metrics from Prometheus exporters"
edition = "2018"
homepage = "https://github.com/leomarssilva/prometheus-wire"
keywords = ["prometheus", "metrics", "parsing"]
license = "MIT OR Apache-2.0"
name = "prometheus-wire"
repository = "https://github.com/leomarssilva/prometheus-wire"
version = "0.1.0"