- 重要な情報
- はじめに
- 用語集
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
アラートグラフは、システムで定義されているほとんどのモニターの現在のステータスを表示する時系列グラフです。
このウィジェットは、メトリクス、異常値、外れ値、予測値、APM、インテグレーションモニターでサポートされます。
このウィジェットは、ダッシュボード API とともに使用できます。詳しくは、ダッシュボード API ドキュメントをご参照ください。
アラートグラフウィジェット専用のウィジェット JSON スキーマ定義は次のとおりです。
Expand All
フィールド
種類
説明
alert_id [required]
string
ID of the alert to use in the widget.
time
object
Time setting for the widget.
live_span
enum
The available timeframes depend on the widget you are using.
Allowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert
title
string
The title of the widget.
title_align
enum
How to align the text on the widget.
Allowed enum values: center,left,right
title_size
string
Size of the title.
type [required]
enum
Type of the alert graph widget.
Allowed enum values: alert_graph
viz_type [required]
enum
Whether to display the Alert Graph as a timeseries or a top list.
Allowed enum values: timeseries,toplist
{
"alert_id": "",
"time": {
"live_span": "5m"
},
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "alert_graph",
"viz_type": "timeseries"
}
お役に立つドキュメント、リンクや記事: