#prometheus #metrics

prometheus-32bitfix

Prometheus instrumentation library for Rust applications

1 unstable release

0.13.1 Jun 24, 2022

#24 in #prometheus-metrics

Download history 54/week @ 2023-10-29 131/week @ 2023-11-05 35/week @ 2023-11-12 42/week @ 2023-11-19 29/week @ 2023-11-26 12/week @ 2023-12-03 19/week @ 2023-12-10 18/week @ 2023-12-17 24/week @ 2023-12-24 9/week @ 2023-12-31 19/week @ 2024-01-07 90/week @ 2024-01-14 20/week @ 2024-01-21 16/week @ 2024-01-28 20/week @ 2024-02-04 36/week @ 2024-02-11

99 downloads per month
Used in encrypted-dns

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–16MB
~203K SLoC