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

#544 in Asynchronous

Download history 187/week @ 2024-01-01 208/week @ 2024-01-08 307/week @ 2024-01-15 384/week @ 2024-01-22 261/week @ 2024-01-29 348/week @ 2024-02-05 217/week @ 2024-02-12 458/week @ 2024-02-19 653/week @ 2024-02-26 273/week @ 2024-03-04 129/week @ 2024-03-11 93/week @ 2024-03-18 61/week @ 2024-03-25 220/week @ 2024-04-01 123/week @ 2024-04-08 172/week @ 2024-04-15

583 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
~74K SLoC