Crate prom_remote_api

source ·
Expand description

Prometheus remote storage API

This crate provides data structures to implement prometheus remote storage.

The main trait is RemoteStorage, which encapsulates write/read capability.

See this file for basic usage.

Modules

This module implements various middlewares/handlers for popular web framework, Which can simplify write/read procotols of remote storage.