- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
서비스 점검은 특정 서비스의 증가 또는 감소 상태를 모니터링합니다. 모니터링 에이전트가 연속 점검에서 특정 횟수에 걸쳐 서비스에 연결하는 데 실패하는 경우 알림이 트리거됩니다. 점검 상태 위젯은 시각적으로 대시보드에 서비스 감소, 서비스 실패, 클러스터 전반의 이슈, 처리량 감소, 지연 증가를 표시합니다. 자세한 정보는 서비스 점검 설명서를 참조하세요.
점검 상태는 수행된 점검의 현재 상태 또는 결과 수를 보여줍니다.
이전에 생성된 서비스 점검을 선택합니다.
보고 시간 프레임을 선택합니다. 이 시간 프레임은 항상 현재까지를 포함하므로, The past 10 minutes
또는 The past 1 day
등 옵션을 선택할 수 있으며 현재까지의 시간 프레임을 포함하는 상태를 보고합니다. Global Time
을 선택하면 대시보드를 사용하는 사람은 오른쪽 상단의 시간 프레임 선택기를 사용하여 범위를 선택할 수 있지만, 현재 시점을 포함하는 시간 프레임을 선택해야 합니다. 이는 past X
시간 프레임에 해당합니다. 그렇지 않으면 위젯이 비어 있는 상태가 됩니다.
다음에서 범위를 선택합니다.
host:<HOSTNAME>
, 하나의 service:<SERVICE_NAME>
이라면 이 옵션을 선택하세요.host
또는 모든 service
에서와 같이 요소 범위에 해당한다면 이 옵션을 선택하세요.범위를 선택한 후 Reported by 필드로 점검 상태 위젯 컨텍스트를 정의합니다.
점검 클러스터의 범위에 대해 그룹화 기준 필드 내에서 하위 설정을 선택할 수 있는 옵션이 있습니다. 참고: 점검 상태는 그룹별 점검 횟수를 보여주지 않습니다. 점검이 실행된 그룹의 개수를 표시합니다. 예를 들어 env
별로 그룹화된 에이전트 증가를 모니터링하는 경우 점검 상태는 환경에 있는 에이전트 개수가 아니라 범위 설정과 일치하고 에이전트가 실행되는 env
의 개수를 표시합니다.
이 위젯은 **대시보드 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
<oneOf>
Time setting for the widget.
Option 1
object
Wrapper for live span
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
Option 2
object
Used for arbitrary live span times, such as 17 minutes or 6 hours.
type [required]
enum
Type "live" denotes a live span in the new format.
Allowed enum values: live
unit [required]
enum
Unit of the time span.
Allowed enum values: minute,hour,day,week,month,year
value [required]
int64
Value of the time span.
Option 3
object
Used for fixed span times, such as 'March 1 to March 7'.
from [required]
int64
Start time in seconds since epoch.
to [required]
int64
End time in seconds since epoch.
type [required]
enum
Type "fixed" denotes a fixed span.
Allowed enum values: fixed
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"
}
추가 유용한 문서, 링크 및 기사: