Module prometheus_http_query::response[][src]

Expand description

Collection of response types, most importantly the Response enum

Structs

ActiveTarget

A single active target.v

Alert
AlertingRule

A recording rule.

DroppedTarget

A single dropped target.

Group

A group of rules.

Matrix

A single time series containing a range of data points (Samples).

RecordingRule

An alerting rule.

Sample

A single data point.

Targets

Collection of active and dropped targets as returned by the API.

Vector

A single time series containing a single data point (Sample).

Enums

Response

A wrapper for any kind of response the API returns.

Rule

A wrapper enum for different rule types.