Module prometheus_http_query::response[][src]

Expand description

Collection of response types, most importantly the Response enum

Structs

ActiveTarget

A single active target.v

DroppedTarget

A single dropped target.

Matrix

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

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.