rum
Query Datadog RUM data to analyze frontend performance, user sessions, page views, errors, and resource loading. Retrieve Core Web Vitals, aggregate events, or inspect session timelines.
Instructions
Query Datadog Real User Monitoring (RUM) data. Actions: applications (list RUM apps), events (search RUM events), aggregate (group and count events), performance (Core Web Vitals: LCP, FCP, CLS, FID, INP), waterfall (session timeline with resources/actions/errors). Use for: frontend performance, user sessions, page views, errors, resource loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| query | No | RUM query string (e.g., "@type:view @application.id:abc") | |
| from | No | Start time (ISO 8601, relative like "1h", "7d", or precise like "1d@10:00") | |
| to | No | End time (ISO 8601, relative like "now", or precise timestamp) | |
| type | No | RUM event type filter | |
| sort | No | Sort order for events | |
| limit | No | Maximum number of events to return (default: 50) | |
| groupBy | No | Fields to group by for aggregation (e.g., ["@view.url_path", "@session.type"]) | |
| compute | No | Compute configuration for aggregation | |
| metrics | No | Core Web Vitals metrics to retrieve (default: all). lcp=Largest Contentful Paint, fcp=First Contentful Paint, cls=Cumulative Layout Shift, fid=First Input Delay, inp=Interaction to Next Paint, loading_time=View loading time | |
| applicationId | No | Application ID for waterfall action | |
| sessionId | No | Session ID for waterfall action | |
| viewId | No | View ID for waterfall action (optional, filters to specific view) |