New Relic is a full-stack observability platform that ingests metrics, events, logs, and traces (MELT) from across your entire stack into a single unified database (NRDB), queryable with its SQL-like NRQL language. It matters because engineering teams need a single pane of glass to correlate APM data, infrastructure health, browser/mobile performance, and log streams without context-switching between tools. The key mental model: everything in New Relic is an entity β an application, host, service, or synthetic monitor β and entities can be grouped, mapped, and alerted on through a consistent interface regardless of how the data arrives (agent, OTel, or API).
What This Cheat Sheet Covers
This topic spans 18 focused tables and 161 indexed concepts, 133 flashcards. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
A jump-to index of every table row in this cheat sheet.
An interactive map of every table and concept in this topic.
Table 1: Platform Structure β Organizations, Accounts, and Users
New Relic's account model determines how data is isolated, who can see it, and how billing is calculated. Getting the hierarchy right before onboarding prevents painful data-access problems later.
| Concept | Example | Description | |
|---|---|---|---|
A company signs up β one organization is created | β’ Top-level container β’ holds all accounts, users, and billing for a New Relic customer | ||
Invoice processing prod vs. Invoice processing dev | β’ A data silo within an organization; all telemetry requires an account ID to be stored. β’ Free/Standard editions: single account only β’ Pro/Enterprise: can add multiple accounts | ||
1234567 used in API calls and agent config | β’ Unique numeric identifier β’ required for every API call and agent configuration | ||
SRE/developer who builds dashboards and responds to alerts | β’ Has access to all New Relic capabilities β’ primary billing dimension alongside data ingest | ||
Developer accessing Errors Inbox and APM only | β’ Access to more features than Basic β’ priced below Full Platform User | ||
On-call manager viewing dashboards without creating alert conditions | β’ Free β’ can view curated data and some platform features but cannot configure most capabilities | ||
Developers group β All Product Admin role on Prod account | β’ Users are assigned to groups β’ groups are granted roles on specific accounts, controlling access | ||
NerdGraph query spanning account IDs 111 and 222 | Distributed tracing, workloads, and NerdGraph API queries can span accounts within one organization. |