- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
알림 값 위젯에는 간단 알림 메트릭 모니터의 현재 쿼리 값을 표시합니다. 간단 알림 모니터에는 그룹화되지 않고 값을 하나만 반환하는 메트릭 쿼리가 있습니다. 대시보드에 알림 값 위젯을 사용해 모니터 동작과 알림 상태의 개요를 확인할 수 있습니다.
이 위젯을 **대시보드 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
default: 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"
}
추가 유용한 문서, 링크 및 기사: