New Relic → Grafana Cloud (or self-hosted)
mediumNew Relic is under private equity ownership (cost-cutting risk). Grafana Cloud has a generous free tier. Self-hosted Grafana + Prometheus + Loki gives full observability with no per-host pricing.
Cloud: grafana.com/cloud (free tier). Self-hosted: docker compose with Grafana + Prometheus + Loki + Tempo.
Remove New Relic agent. Install OpenTelemetry SDK (language-specific). Configure OTLP exporter to Grafana.
npm install @opentelemetry/sdk-node @opentelemetry/auto-instrumentations-node
Recreate New Relic dashboards in Grafana. Grafana dashboards are JSON-based and shareable.
Migrate New Relic alert policies to Grafana alerting. Contact points → Slack, PagerDuty, email.
What this migration involves
Moving from New Relic to Grafana Cloud (or self-hosted) is rated medium and takes about 4-10h on a typical project. The guide breaks it into 4 steps, 1 of which ship with runnable commands and 1 with a verification check.
FAQ
How long does migrating from New Relic to Grafana Cloud (or self-hosted) take?
Around 4-10h for a typical project — 4 steps, difficulty rated medium, 1 of them with copy-paste commands.
Is moving from New Relic to Grafana Cloud (or self-hosted) reversible?
No reverse guide is tracked yet, so treat this as a one-way move and keep a full export of your New Relic data before you start.
What does Grafana Cloud (or self-hosted) cost compared to New Relic?
New Relic: freemium from $0/mo, free plan available.