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

#520 in Asynchronous

Download history 293/week @ 2023-12-16 13/week @ 2023-12-23 170/week @ 2023-12-30 206/week @ 2024-01-06 299/week @ 2024-01-13 384/week @ 2024-01-20 284/week @ 2024-01-27 314/week @ 2024-02-03 221/week @ 2024-02-10 447/week @ 2024-02-17 643/week @ 2024-02-24 297/week @ 2024-03-02 143/week @ 2024-03-09 93/week @ 2024-03-16 67/week @ 2024-03-23 192/week @ 2024-03-30

528 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

~2.8–4MB
~75K SLoC