Crate prom_remote_api

source ·
Expand description

Prometheus remote storage API

This crate provides:

Any third-party storage can integrate with Prometheus by implementing RemoteStorage trait.

See simple.rs to learn how to build a remote storage with warp web framework.

In future, more web framework will be supported.

Modules

This module provides various middlewares/handlers for popular web framework to help implementing write/read procotols of remote storage.