경고 그래프는 시스템에 정의된 모니터 대부분의 현재 상태를 보여주는 시계열 그래프입니다.
이 위젯은 메트릭, 이상, 아웃라이어, 예측, APM 및 통합 모니터에서 지원됩니다.
구성
설정
- 이전에 생성한 모니터를 선택하여 그래프화합니다.
- 타임프레임을 선택합니다.
- 다음에서 시각화를 선택합니다.
API
이 위젯은 Dashboards API와 함께 사용할 수 있습니다. 더 많은 정보를 얻으시려면 Dashboards API 가이드를 참조하세요.
경고 그래프 위젯의 전용 위젯 JSON 스키마 정의는 다음과 같습니다.
Expand All
ID of the alert to use in the widget.
Time setting for the widget.
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
How to align the text on the widget.
Allowed enum values: center,left,right
Type of the alert graph widget.
Allowed enum values: alert_graph
default: alert_graph
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"
}
참고 자료
Additional helpful documentation, links, and articles: