[][src]Crate prometheus_query

Async interface to the Prometheus HTTP V1 API. This crate allows you to query a Prometheus server to drive tools like CLIs etc. It uses nightly-only async/await, and futures.

Modules

messages

Structs

Error

Represents errors that can occur while making queries to Prometheus.

PromClient

Enums

Step

Type Definitions

Result

Type alias for Result<T, prometheus_query::Error>