prom-remote-api 0.3.0

Prometheus remote storage API for Rust
Documentation
1
2
3
4
5
6
7
//! This module provides various middlewares/handlers for popular web framework to
//! help implementing write/read procotols of remote storage.

#[cfg(feature = "actix")]
pub mod actix;
#[cfg(feature = "warp")]
pub mod warp;