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

#583 in Asynchronous

Download history 274/week @ 2024-07-22 237/week @ 2024-07-29 425/week @ 2024-08-05 561/week @ 2024-08-12 512/week @ 2024-08-19 661/week @ 2024-08-26 536/week @ 2024-09-02 562/week @ 2024-09-09 1070/week @ 2024-09-16 919/week @ 2024-09-23 1097/week @ 2024-09-30 361/week @ 2024-10-07 362/week @ 2024-10-14 306/week @ 2024-10-21 341/week @ 2024-10-28 348/week @ 2024-11-04

1,413 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.6–3.5MB
~71K SLoC