rum

Query and analyze Datadog RUM events for application performance issues.

Updated Jan 14, 2022
One-click install
npx skills add https://github.com/alexmarucci/dotfiles --skill rum-alexmarucci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rum
Source: https://github.com/alexmarucci/dotfiles/tree/main/claude/skills/rum
Command: npx skills add https://github.com/alexmarucci/dotfiles --skill rum-alexmarucci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pup, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies querying and analyzing Real User Monitoring (RUM) events, allowing you to quickly understand user interactions and application performance.

Core Features & Use Cases

  • RUM Data Search: Retrieve specific user interaction and application performance data.
  • User Session Analysis: Track and visualize user session paths and interactions.
  • Performance Metrics: Evaluate key performance indicators like page load times and errors.
  • Use Case: For instance, when a website's bounce rate suddenly increases, this Skill can help identify the issue by querying for errors or slow page loads in a specific time frame.

Quick Start

Run 'pup rum search --query="@type:error" --from="1h" --to="now"' to search for errors in the last hour.

Frequently Asked Questions about rum

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Real User Monitoring data to find web application errors?

Query Real User Monitoring data using Datadog RUM search syntax like '@type:error' to retrieve specific web and mobile application errors within a defined time frame.

What's the best way to analyze user session paths and mobile app performance metrics?

Analyze user session paths and mobile app performance metrics by querying RUM events to track interactions, visualize session journeys, and evaluate key indicators like page load times.

Do I need Datadog API credentials to search RUM events?

Yes, you need Datadog API credentials. Searching RUM events requires specific environment variables configured for your Datadog API credentials to authenticate and retrieve data.

Can I investigate a sudden bounce rate increase using Real User Monitoring?

Yes, investigate a sudden bounce rate increase by querying RUM events for errors or slow page loads within a specific time frame to identify the underlying performance issue.

What attributes can I filter by when querying Real User Monitoring data?

Filter Real User Monitoring data by event types, applications, view attributes, and other specific parameters using Datadog RUM search syntax to isolate relevant user interaction data.