PrometheusRangeQuery interface
Prometheus instant query enrichment object.
- Extends
Properties
| end | The end evaluation date and time in ISO8601 format. |
| start | The start evaluation date and time in ISO8601 format. |
| step | Query resolution step width in ISO8601 format. |
| type | The enrichment type. |
Inherited Properties
| datasources | An array of the azure monitor workspace resource ids. |
| description | The enrichment description. |
| error |
The error message. Will be present only if the status is 'Failed'. |
| grafana |
Partial link to the Grafana explore API. |
| link |
Link to Prometheus query API (Url format). |
| query | The Prometheus expression query. |
| status | The status of the evaluation of the enrichment. |
| title | The enrichment title. |
Property Details
end
The end evaluation date and time in ISO8601 format.
end: Date
Property Value
Date
start
The start evaluation date and time in ISO8601 format.
start: Date
Property Value
Date
step
Query resolution step width in ISO8601 format.
step: string
Property Value
string
type
The enrichment type.
type: "PrometheusRangeQuery"
Property Value
"PrometheusRangeQuery"
Inherited Property Details
datasources
An array of the azure monitor workspace resource ids.
datasources: string[]
Property Value
string[]
Inherited From PrometheusEnrichmentItem.datasources
description
The enrichment description.
description: string
Property Value
string
Inherited From PrometheusEnrichmentItem.description
errorMessage
The error message. Will be present only if the status is 'Failed'.
errorMessage?: string
Property Value
string
Inherited From PrometheusEnrichmentItem.errorMessage
grafanaExplorePath
Partial link to the Grafana explore API.
grafanaExplorePath: string
Property Value
string
Inherited From PrometheusEnrichmentItem.grafanaExplorePath
linkToApi
Link to Prometheus query API (Url format).
linkToApi: string
Property Value
string
Inherited From PrometheusEnrichmentItem.linkToApi
query
The Prometheus expression query.
query: string
Property Value
string
Inherited From PrometheusEnrichmentItem.query
status
The status of the evaluation of the enrichment.
status: string
Property Value
string
Inherited From PrometheusEnrichmentItem.status
title
The enrichment title.
title: string
Property Value
string
Inherited From PrometheusEnrichmentItem.title