PrometheusInstantQuery interface
Prometheus instant query enrichment object.
- Extends
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
time
The date and the time of the evaluation.
time: string
Property Value
string
type
The enrichment type.
type: "PrometheusInstantQuery"
Property Value
"PrometheusInstantQuery"
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