- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
アラート値は、システムで定義されているモニター内のメトリクスの現在値を表示するクエリ値です。
Automatic
/s
: 毎秒b
: ビットB
: バイトCustom
Show a Title
チェックボックスをオンにして、ウィジェットのカスタムタイトルを表示します。
オプションで、サイズと配置を定義できます。
このウィジェットは、ダッシュボード API とともに使用できます。詳しくは、ダッシュボード API ドキュメントをご参照ください。
アラート値ウィジェット専用のウィジェット JSON スキーマ定義は次のとおりです。
Expand All
フィールド
種類
説明
alert_id [required]
string
ID of the alert to use in the widget.
precision
int64
Number of decimal to show. If not defined, will use the raw value.
text_align
enum
How to align the text on the widget.
Allowed enum values: center,left,right
title
string
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 value in the widget.
type [required]
enum
Type of the alert value widget.
Allowed enum values: alert_value
unit
string
Unit to display with the value.
{
"alert_id": "",
"precision": "integer",
"text_align": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "alert_value",
"unit": "string"
}
お役に立つドキュメント、リンクや記事: