PrometheusInstantQuery interface

Prometheus即時クエリエンrichmentオブジェクト。

Extends

プロパティ

time

評価の日付と時間。

type

エンリッチメントタイプです。

継承されたプロパティ

datasources

Azure MonitorのワークスペースリソースIDの配列です。

description

エンリッチメントの説明。

errorMessage

エラー メッセージ。 ステータスが「失敗」の場合のみ存在します。

grafanaExplorePath

Grafana explore APIへの部分的なリンクです。

linkToApi

PrometheusクエリAPI(URL形式)へのリンク。

query

プロメテウス式クエリ。

status

リッチメント評価の状況。

title

エンリッチメントのタイトルです。

プロパティの詳細

time

評価の日付と時間。

time: string

プロパティ値

string

type

エンリッチメントタイプです。

type: "PrometheusInstantQuery"

プロパティ値

"PrometheusInstantQuery"

継承されたプロパティの詳細

datasources

Azure MonitorのワークスペースリソースIDの配列です。

datasources: string[]

プロパティ値

string[]

PrometheusEnrichmentItem.datasourcesから継承

description

エンリッチメントの説明。

description: string

プロパティ値

string

プロメテウスEnrichmentItem.descriptionから引き継いだ

errorMessage

エラー メッセージ。 ステータスが「失敗」の場合のみ存在します。

errorMessage?: string

プロパティ値

string

PrometheusEnrichmentItem.errorMessageから継承

grafanaExplorePath

Grafana explore APIへの部分的なリンクです。

grafanaExplorePath: string

プロパティ値

string

プロメテウスから引き継ぎました。EnrichmentItem.grafanaExplorePath

linkToApi

PrometheusクエリAPI(URL形式)へのリンク。

linkToApi: string

プロパティ値

string

PrometheusEnrichmentItem.linkToApiから継承

query

プロメテウス式クエリ。

query: string

プロパティ値

string

PrometheusEnrichmentItem.queryから継承

status

リッチメント評価の状況。

status: string

プロパティ値

string

プロメテウスから引き継いだEnrichmentItem.status。

title

エンリッチメントのタイトルです。

title: string

プロパティ値

string

プロメテウスから引き継ぎましたEnrichmentItem.title.