- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Monitors that report data infrequently, can have unexpected results and queries may not evaluate as intended. There are tools and behaviors that you can use to ensure a monitor’s settings are appropriate for your data and expected evaluations.
This guide covers the following ways of troubleshooting and configuring monitors with sparse data:
You can use a dashboard widget, a notebook, or even an existing monitor’s history graph and hover over the datapoints to see if the datapoints seem continuous, as opposed to straight lines filling the gaps between each point.
In a notebook, or widget, select the Bars display option to see the points of data and their frequency.
A metric displayed in a widget may look like this:
But when the Bars style is applied, it looks like this:
With the bar graph display, you can visualize the gaps between datapoints more clearly.
If the graph editor does not have multiple options to change the graph style, you can apply the function default_zero()
to the metric, which helps reveal the gaps in data. For more information on this function, see the Interpolation documentation.
Is this a metric, change, anomaly, forecast, or outlier monitor? Adjust the following settings:
default_zero()
to ensure the gaps in the metric are evaluated as zero.Is this a log, event, audit trail, or error tracking monitor? Look at the following:
Are you monitoring an event that needs to happen at certain times of the day, week, month? A CRON task such as a backup job or export? Consider using Custom Schedules, which allow you to set RRULES to define when the monitor should evaluate and notify.
Reach out to the Datadog support team if you have any questions regarding monitoring sparse data.