Back

SigNoz vs New Relic

Trust Score comparison · March 2026

SigNoz
79
Trust
Good
View profile
VS
Trust Score Δ
1
🏆 New Relic wins
New Relic
80
Trust
Good
View profile

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

FactorSigNozNew Relic
LicenseAGPL 3.0Proprietary
LanguageGoTypeScript / Python
HostedSelf-hostedSelf-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 entry
New 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 newrelic

Community 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.