PrometheusRangeResponse – Channels API – MediaKind

PrometheusRangeResponse

object

Response from Prometheus query_range API.

status

string Required

'success' or 'error'

data

object Optional

PrometheusMatrixData

object

Data section of a matrix response.

resultType

string Optional

Defaults to matrix

result

list of objects PrometheusMatrixResult Required

metric

object PrometheusMetricLabels Required

Metric labels from Prometheus. Allows arbitrary labels.

serverID

object Optional

name

object Optional

job

object Optional

values

list of list of items Required

Array of [unix_timestamp, value_string] pairs

error

object Optional

Error message if status is 'error'

errorType

object Optional