39 releases

0.13.3 Oct 21, 2022
0.13.1 May 19, 2022
0.13.0 Sep 28, 2021
0.12.0 Mar 5, 2021
0.1.0 Jan 22, 2016

#3 in Debugging

Download history 237392/week @ 2023-11-14 197567/week @ 2023-11-21 222695/week @ 2023-11-28 210934/week @ 2023-12-05 212774/week @ 2023-12-12 168708/week @ 2023-12-19 86001/week @ 2023-12-26 191295/week @ 2024-01-02 211263/week @ 2024-01-09 233182/week @ 2024-01-16 232100/week @ 2024-01-23 224403/week @ 2024-01-30 220310/week @ 2024-02-06 220432/week @ 2024-02-13 220405/week @ 2024-02-20 187689/week @ 2024-02-27

886,176 downloads per month
Used in 841 crates (268 directly)

Apache-2.0

330KB
7.5K SLoC

Prometheus Rust client library

Build Status docs.rs crates.io

This is the Rust client library for Prometheus. The main data structures and APIs are ported from Go client.

Documentation

Find the latest documentation at https://docs.rs/prometheus.

Advanced

Crate features

This crate provides several optional components which can be enabled via Cargo [features]:

  • gen: To generate protobuf client with the latest protobuf version instead of using the pre-generated client.

  • nightly: Enable nightly only features.

  • process: Enable process metrics support.

  • push: Enable push metrics support.

Static Metric

When using a MetricVec with label values known at compile time prometheus-static-metric reduces the overhead of retrieving the concrete Metric from a MetricVec.

See static-metric directory for details.

Thanks

Dependencies

~2–17MB
~241K SLoC