prometheus-32bitfix

Crates.ioprometheus-32bitfix
lib.rsprometheus-32bitfix
version0.13.1
sourcesrc
created_at2022-06-24 08:57:13.851369
updated_at2022-06-24 08:57:13.851369
descriptionPrometheus instrumentation library for Rust applications.
homepagehttps://github.com/tikv/rust-prometheus
repositoryhttps://github.com/tikv/rust-prometheus
max_upload_size
id612284
size425,413
Frank Denis (jedisct1)

documentation

https://docs.rs/prometheus

README

Prometheus Rust client library

Build Status docs.rs crates.io

This is the Rust client library for Prometheus. The main data structures and APIs are ported from Go client.

Documentation

Find the latest documentation at https://docs.rs/prometheus.

Advanced

Crate features

This crate provides several optional components which can be enabled via Cargo [features]:

  • gen: To generate protobuf client with the latest protobuf version instead of using the pre-generated client.

  • nightly: Enable nightly only features.

  • process: Enable process metrics support.

  • push: Enable push metrics support.

Static Metric

When using a MetricVec with label values known at compile time prometheus-static-metric reduces the overhead of retrieving the concrete Metric from a MetricVec.

See static-metric directory for details.

Thanks

Commit count: 291

cargo fmt