Skip to content

Commit 8de714e

Browse files
author
puetzp
committed
Update root-level doc
1 parent c78b508 commit 8de714e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/lib.rs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@
9393
//!
9494
//! This is just one example. See [Client] for examples of other types of metadata queries.
9595
//!
96+
//! # Supported operations
97+
//!
98+
//! - [x] Building PromQL expressions using time series selectors, functions and operators (aggregation/binary/vector matching ...)
99+
//! - [x] Evaluating expressions as instant queries
100+
//! - [x] Evaluating expressions as range queries
101+
//! - [x] Executing series metadata queries
102+
//! - [x] Executing label metadata queries (names/values)
103+
//! - [x] Retrieving target discovery status
104+
//! - [ ] Alerting + recording rules
105+
//! - [ ] Active alerts
106+
//! - [ ] Target metadata
107+
//! - [ ] Metric metadata
108+
//! - [ ] Alertmanager service discovery status
109+
//! - [ ] Prometheus status (config, startup flags ...)
110+
//!
96111
//! # Notes
97112
//!
98113
//! If the JSON response from the Prometheus HTTP API indicates an error (field `status` == `"error"`),

0 commit comments

Comments
 (0)