- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Datadog’s Real User Monitoring (RUM) provides real-time visibility into individual user activity for web and mobile applications. It addresses performance tracking, error management, analytics, and support use cases.
After you enable RUM for your organization, you can create a RUM monitor to alert you when a specific RUM event type exceeds a predefined threshold over a given period of time.
To create a RUM monitor in Datadog, first navigate to Monitors > New Monitor > Real User Monitoring.
As you expand your search filters, the graph above the search bar updates.
Construct a search query using the same logic as a RUM Explorer search.
Choose to monitor over a RUM event count, facet, or measure.
Unique value count
of the facet.min
, avg
, sum
, median
, pc75
, pc90
, pc95
, pc98
, pc99
, or max
).Group RUM events by multiple dimensions (optional): All RUM events matching the query are aggregated into groups based on the value of up to four facets. When there are multiple dimensions, the top values are determined according to the first dimension, then according to the second dimension within the top values of the first dimension, and so on up to the last dimension. The dimensions limit depends on the total number of dimensions:
Configure the alerting grouping strategy (optional).
group by
and you select Simple-Alert, you get one alert when one or multiple groups values breach the threshold. You may use this strategy to reduce notification noise.@browser.name
to receive a separate alert for each browser when the number of errors is high.Add multiple queries and apply formulas and functions (optional):
(a/b)*100
.An alert is triggered whenever a metric crosses a threshold.
above
, above or equal to
, below
, or below or equal to
.5 minutes
, 15 minutes
, 1 hour
, or custom
to set a value between 5 minutes and 48 hours.<NUMBER>
.<NUMBER>
.To receive a notification when an application has stopped sending RUM events, set the condition to below 1
. This notifies when no RUM events match the monitor query in a given time frame across all aggregate groups.
When splitting the monitor by any dimension (tag or facet) and using a below
condition, the alert is triggered if and only if there are RUM events for a given group, and the count is below the threshold—or if there are no RUM events for all of the groups.
For example, this monitor triggers if and only if there are no RUM events for all applications:
And this monitor triggers if there are no logs for the application Shop.ist
:
For more information about advanced alert options such as evaluation delay, see Configure Monitors.
For more information about the Configure notifications and automations section, see Notifications.