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

#734 in Asynchronous

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.7–3.5MB
~74K SLoC