경고 값은 쿼리 값들이며 해당 값들은 시스템에 정의된 메트릭 모니터에 있는 메트릭의 현재 값을 표시하는 쿼리 값입니다.
구성
설정
- 이전에 만든 메트릭 모니터를 선택하여 그래프로 표시하세요.
- 표시할 형식을 선택하세요.
- 표시하려면 선택하세요.
Automatic
/s
초당b
비트B
바이트Custom
옵션
타이틀
Show a Title
확인란을 활성화하여 위젯의 커스텀 타이틀을 표시하세요.
선택적으로 크기와 정렬을 정의할 수 있습니다.
API
이 위젯은 Dashboards API와 함께 사용할 수 있습니다. 더 많은 정보를 얻으시려면 대시보드 API 가이드를 참조하세요.
경고 값 위젯의 전용 위젯 JSON 스키마 정의는 다음과 같습니다:
Expand All
ID of the alert to use in the widget.
Number of decimal to show. If not defined, will use the raw value.
How to align the text on the widget.
Allowed enum values: center,left,right
How to align the text on the widget.
Allowed enum values: center,left,right
Size of value in the widget.
Type of the alert value widget.
Allowed enum values: alert_value
default: alert_value
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"
}
참고 자료
Additional helpful documentation, links, and articles: