#prometheus #utils

prometheus-utils

Utilities built on top of the prometheus crate

6 releases

0.6.3 Sep 20, 2022
0.6.2 May 16, 2022
0.6.1 Apr 6, 2022
0.6.0 Mar 18, 2022
0.5.1 Jul 29, 2021

#143 in Value formatting

Download history 97/week @ 2023-06-05 281/week @ 2023-06-12 201/week @ 2023-06-19 208/week @ 2023-06-26 176/week @ 2023-07-03 463/week @ 2023-07-10 249/week @ 2023-07-17 252/week @ 2023-07-24 165/week @ 2023-07-31 171/week @ 2023-08-07 317/week @ 2023-08-14 362/week @ 2023-08-21 322/week @ 2023-08-28 266/week @ 2023-09-04 366/week @ 2023-09-11 266/week @ 2023-09-18

1,230 downloads per month

Apache-2.0 WITH LLVM-exception

51KB
856 lines

Rust Prometheus utilities

A Rust crate adding helpful utilities on top of the prometheus crate, including:

  • APIs to instrument futures with Prometheus metrics.
  • APIs to ensure greater safety around gauges (through gaurds).
  • Labeled metric APIs that apply some static checking to the labels.

lib.rs:

Utilities for working with Prometheus metrics in Rust

This crate builds on the Promtheus crate to provide API with additional safety guardrails:

Dependencies

~4MB
~75K SLoC