- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
チェックステータスは、実行されたチェックの現在のステータスまたは結果の数を表示します。
スコープを選択します。
host:<HOSTNAME>
、1 つの service:<SERVICE_NAME>
など) のみを対象とする場合は、このオプションを選択します。host
、すべての service
など) を対象とする場合は、このオプションを選択します。スコープを選択したら、Reported by フィールドで、チェックステータスウィジェットのコンテキストを定義します。
オプション: チェック結果をカスタムタグキーによってグループ化します。
Show a Title
チェックボックスをオンにして、ウィジェットのカスタムタイトルを表示します。
オプションで、サイズと配置を定義できます。
このウィジェットは、ダッシュボード API とともに使用できます。詳しくは、ダッシュボード API ドキュメントをご参照ください。
チェックステータスウィジェット専用のウィジェット JSON スキーマ定義は次のとおりです。
フィールド
種類
説明
check [required]
string
Name of the check to use in the widget.
group
string
Group reporting a single check.
group_by
[string]
List of tag prefixes to group by in the case of a cluster check.
grouping [required]
enum
The kind of grouping to use.
Allowed enum values: check,cluster
tags
[string]
List of tags used to filter the groups reporting a cluster check.
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,week_to_date,month_to_date,1y,alert
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 the title.
type [required]
enum
Type of the check status widget.
Allowed enum values: check_status
default: check_status
{
"check": "",
"group": "string",
"group_by": [],
"grouping": "check",
"tags": [],
"time": {
"live_span": "5m"
},
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "check_status"
}
お役に立つドキュメント、リンクや記事: