PrometheusEnrichmentItem interface
プロメテウスのエンリッチメントオブジェクト。
- Extends
プロパティ
| datasources | Azure MonitorのワークスペースリソースIDの配列です。 |
| grafana |
Grafana explore APIへの部分的なリンクです。 |
| link |
PrometheusクエリAPI(URL形式)へのリンク。 |
| query | プロメテウス式クエリ。 |
| type | 識別子の可能な値:PrometheusEnrichmentItem、PrometheusInstantQuery、PrometheusRangeQuery |
継承されたプロパティ
| description | エンリッチメントの説明。 |
| error |
エラー メッセージ。 ステータスが「失敗」の場合のみ存在します。 |
| status | リッチメント評価の状況。 |
| title | エンリッチメントのタイトルです。 |
プロパティの詳細
datasources
Azure MonitorのワークスペースリソースIDの配列です。
datasources: string[]
プロパティ値
string[]
grafanaExplorePath
Grafana explore APIへの部分的なリンクです。
grafanaExplorePath: string
プロパティ値
string
linkToApi
PrometheusクエリAPI(URL形式)へのリンク。
linkToApi: string
プロパティ値
string
query
プロメテウス式クエリ。
query: string
プロパティ値
string
type
識別子の可能な値:PrometheusEnrichmentItem、PrometheusInstantQuery、PrometheusRangeQuery
type: "PrometheusEnrichmentItem" | "PrometheusInstantQuery" | "PrometheusRangeQuery"
プロパティ値
"PrometheusEnrichmentItem" | "PrometheusInstantQuery" | "PrometheusRangeQuery"
継承されたプロパティの詳細
description
errorMessage
エラー メッセージ。 ステータスが「失敗」の場合のみ存在します。
errorMessage?: string
プロパティ値
string