- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
SLO 목록 위젯은 쿼리를 기반으로 SLO의 하위 집합을 표시합니다.
service:foo, env:prod
). 템플릿 변수가 지원됩니다.위젯을 만들 준비가 되면 Save를 클릭합니다.
이 위젯은 Dashboards API와 함께 사용할 수 있습니다. 자세한 내용은 대시보드 API 가이드를 참조하세요.
SLO 목록 위젯의 전용 위젯 JSON 스키마 정의는 다음과 같습니다.
Expand All
항목
유형
설명
requests [required]
[object]
Array of one request object to display in the widget.
query [required]
object
Updated SLO List widget.
limit
int64
Maximum number of results to display in the table.
default: 100
query_string [required]
string
Widget query.
sort
[object]
Options for sorting results.
column [required]
string
Facet path for the column
order [required]
enum
Widget sorting methods.
Allowed enum values: asc,desc
request_type [required]
enum
Widget request type.
Allowed enum values: slo_list
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 SLO List widget.
Allowed enum values: slo_list
default: slo_list
{
"requests": [
{
"query": {
"limit": "integer",
"query_string": "env:prod AND service:my-app",
"sort": [
{
"column": "",
"order": "desc"
}
]
},
"request_type": "slo_list"
}
],
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "slo_list"
}
추가 유용한 문서, 링크 및 기사: