Expand description
All types that are returned when querying the Prometheus API.
Structs§
- Active
Target - A single active target.
- Alert
- A single alert.
- Alerting
Rule - An alerting rule.
- Alertmanager
- A single alertmanager.
- Alertmanagers
- Collection of active and dropped alertmanagers as returned by the API.
- Build
Information - An object containing Prometheus server build information.
- Dropped
Target - A single dropped target.
- Head
Statistics - Prometheus TSDB head block data.
- Instant
Vector - A single time series containing a single data point/sample.
- Metric
Metadata - A metric metadata object.
- Promql
Result - Range
Vector - A single time series containing a range of data points/samples.
- Recording
Rule - A recording rule.
- Rule
Group - A group of rules.
- Runtime
Information - An object containing Prometheus server build information.
- Sample
- A single data point.
- Samples
- Stats
- Target
Metadata - A target metadata object.
- Targets
- Collection of active and dropped targets as returned by the API.
- Timings
- Tsdb
Item Count - Prometheus TSDB item counts used in different contexts (e.g. series count, label value count …).
- Tsdb
Statistics - Prometheus TSDB statistics.
- WalReplay
Statistics - WAL replay state.
Enums§
- Data
- A wrapper for possible result types of expression queries (
Client::query
andClient::query_range
). - Metric
Type - Possible metric types that the HTTP API may return.
- Rule
- A wrapper for different types of rules that the HTTP API may return.
- WalReplay
State