newrelic

Query New Relic NRQL data, alert issues, and entities for RCA investigations.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill newrelic-arvo-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newrelic
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/newrelic
Command: npx skills add https://github.com/Arvo-AI/aurora --skill newrelic-arvo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines RCA by letting teams query New Relic data during investigations, reducing time to identify root causes.

Core Features & Use Cases

  • NRQL queries to fetch transaction metrics, errors, and performance trends for services.
  • Active alert issues and entity search to map incidents to affected components.
  • Guided RCA workflow combining NRQL data, NerdGraph entity lookups, and alert context.

Quick Start

Use the New Relic integration to run a NRQL query for the target service over the last hour.

Frequently Asked Questions about newrelic

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

FAQPage Schema
How do I query New Relic observability data for root cause analysis during an incident?

You can query New Relic observability data for root cause analysis by running NRQL queries to fetch transaction metrics, errors, and performance trends for impacted services. The guided RCA workflow combines NRQL data, entity lookups, and alert context to identify root causes.

What is the best way to map active alert issues to affected services and hosts in New Relic?

Mapping active alert issues to affected services and hosts in New Relic is done by searching active alert issues and entity data to correlate incidents with impacted components. This maps incidents to affected components and correlates metrics to pinpoint root causes.

Can I run NRQL queries to fetch transaction metrics and performance trends for RCA?

Yes, you can run NRQL queries to fetch transaction metrics, errors, and performance trends for services during RCA investigations. Queries must respect time ranges and query safety by using non-mutating operations.

Does the New Relic RCA workflow support NerdGraph entity lookups?

The New Relic RCA workflow supports NerdGraph entity lookups to identify impacted services and hosts. It combines NerdGraph entity searches with NRQL data and active alert context to map incidents to affected components.

What are the safety limitations when querying New Relic data during an RCA investigation?

The safety limitation when querying New Relic data during an RCA investigation is that queries must be non-mutating operations. The query tool enforces this by restricting resource types to nrql, issues, or entities and respecting specified time ranges.