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

#562 in Asynchronous

Download history 260/week @ 2024-06-14 204/week @ 2024-06-21 212/week @ 2024-06-28 162/week @ 2024-07-05 396/week @ 2024-07-12 267/week @ 2024-07-19 202/week @ 2024-07-26 318/week @ 2024-08-02 500/week @ 2024-08-09 567/week @ 2024-08-16 589/week @ 2024-08-23 519/week @ 2024-08-30 615/week @ 2024-09-06 1037/week @ 2024-09-13 994/week @ 2024-09-20 1082/week @ 2024-09-27

3,795 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