dt-obs-frontends
Installation
SKILL.md
Frontend Observability (RUM)
Monitor web and mobile frontends using Real User Monitoring with DQL. Targets the New RUM Experience only — do not use classic RUM data.
Concepts and data model: https://docs.dynatrace.com/docs/observe/digital-experience/new-rum-experience/concepts
Data Model
Three data sources, each for a different question:
| Source | Use for | Granularity |
|---|---|---|
timeseries dt.frontend.* |
Trends, dashboards, alerting | Aggregated metric |
fetch user.events |
Root cause, individual page views / requests / clicks / errors | Per-event |
fetch user.sessions |
Bounce rate, session duration, session-level aggregates | Per-session |
Rule of thumb: start with metrics for the shape of the problem, drill into events for the why. Use sessions when the question is about user journeys, not individual interactions.