Back
SigNoz vs New Relic
Trust Score comparison · March 2026
Signal Comparison
10M+Docker pulls500k / wk
300 commitsCommits (90d)200 commits
19k ★GitHub stars800 ★
100 q'sStack Overflow12k q's
GrowingCommunityHigh
SigNozNew Relic
Key Differences
| Factor | SigNoz | New Relic |
|---|---|---|
| License | AGPL 3.0 | Proprietary |
| Language | Go | TypeScript / Python |
| Hosted | Self-hosted | Self-hosted |
| Free tier | — | — |
| Open Source | ✓ Yes | — |
| TypeScript | — | ✓ |
Pick SigNoz if…
- Teams wanting Datadog-quality observability without vendor lock-in or cost
- Self-hosted OpenTelemetry backend for traces, metrics, and logs
- Privacy-sensitive apps where sending telemetry to third-party SaaS is not acceptable
Pick New Relic if…
- Full APM with transaction traces, error tracking, and DB query analysis in one tool
- Large applications needing infrastructure + application observability together
- Teams that want a free tier with 100GB/mo ingest — more generous than Datadog
Side-by-side Quick Start
SigNoz
# Self-host with Docker
git clone https://github.com/SigNoz/signoz.git
cd signoz/deploy && docker compose up -d
# Send traces via OpenTelemetry (OTLP endpoint)
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
# Then use any OTel SDK — see opentelemetry entryNew Relic
// newrelic.js (require FIRST before all other requires)
require('newrelic');
// newrelic.js config file
exports.config = {
app_name: ['My App'],
license_key: process.env.NEW_RELIC_LICENSE_KEY,
logging: { level: 'info' },
};
// Package: npm install newrelicCommunity Verdict
Based on upvoted notes🏆
New Relic wins this comparison
Trust Score 80 vs 79 · 1-point difference
New Relic leads on Trust Score with stronger signal data across downloads and community health. That said, the other tool is worth considering if your use case matches its specific strengths above.