File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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"`),
You can’t perform that action at this time.
0 commit comments