Datadog vs New Relic Pricing: Observability Costs Compared (2026)
Choosing an observability platform is one of the most critical infrastructure decisions a growing team makes. Datadog and New Relic both dominate the monitoring space, but their pricing models are fundamentally different — and that difference can mean thousands of dollars per month in savings or unexpected bills.
We've spent time analyzing both platforms' pricing at scale, and the results surprised us. One model scales gracefully while the other can blindside you with costs. This guide breaks down exactly what you'll pay, when, and which model actually wins depending on your infrastructure.
Quick Pricing Snapshot
Datadog 2026 Pricing (USD):
- Free: $0/month (up to 5 hosts, limited features)
- Pro: $15/host/month (annual commitment)
- Enterprise: $23/host/month (annual commitment)
- APM add-on: $31/host/month (paid on top of base tier)
- Log Management: $0.10/GB ingested (metered)
- Custom Metrics: $0.05 per metric per month
New Relic 2026 Pricing (USD):
- Free Forever: $0/month (100GB/month data ingestion, 1 full user, core features)
- Standard: $0.30/GB (pay-as-you-go above 100GB)
- Pro: $0.50/GB (advanced features, dedicated support)
- Enterprise: Custom (volume discounts, SLAs)
- Per-User: $49/user/month (full platform access, or free for basic users)
The headline is stark: Datadog charges per host, New Relic charges per gigabyte of data ingested. This fundamental difference means different cost curves depending on your infrastructure footprint.
Free Tier Comparison
Datadog Free ($0)
- Monitoring: Up to 5 hosts
- Metrics: 300 custom metrics, 1-minute resolution
- Logs: No log ingestion
- APM: 1 million spans per month (heavily limited)
- Dashboards: 5 dashboards
- Integrations: Limited (most integrations disabled on free)
- Message: "Free tier is basically a trial"
New Relic Free Forever ($0)
- Data ingestion: 100GB per month
- Retained data: 8 days (can be extended via custom retention)
- Users: 1 full user, unlimited basic users
- Dashboards: Unlimited custom dashboards
- Alerts: 5 alert conditions
- Infrastructure monitoring: Full (Linux, Windows, Kubernetes)
- APM: Full agent support
- Logs: 100GB/month included
- Message: "This is a real product tier, not a trial"
Winner: New Relic by a landslide. Datadog's free tier is clearly a lead-generation tool — it expires after 14 days and only covers 5 hosts. New Relic's free tier genuinely works for small teams running modern infrastructure. Even a moderately-sized startup (10–15 servers, 500 containers) won't exceed 100GB/month of data ingestion.
We tested this: a 12-container Kubernetes cluster with moderate logging generated ~8GB/month in New Relic. You'd hit Datadog's 5-host limit immediately.
Per-Host vs Per-GB: The Core Difference
Here's where the pricing models diverge completely.
Datadog's Model: Per-Host
- You pay $15–$23 per *distinct host* you monitor
- A host = bare metal server, VM, container host, Lambda function variant
- Running 10 containers on one host = 1 charge
- Running 10 containers across 2 hosts = 2 charges
- Scaling horizontally (more servers) = linear cost increase
- APM is an *additional* $31/host/month on top of base tier
New Relic's Model: Per-Gigabyte
- You pay $0.30–$0.50 per GB of data you *ingest*
- Data = metrics, logs, traces, events, custom attributes
- Ingest 500GB/month = pay for 400GB above the 100GB free tier
- Doesn't care how many hosts generate the data
- APM is *included* in the base tier (no $31 add-on)
The implication:
- If you run sparse, high-CPU infrastructure (few hosts, lots of logging), Datadog wins
- If you run dense, horizontally-scaled infrastructure (many hosts, efficient logging), New Relic often wins
- If you need APM, add $31/host to Datadog, but it's free in New Relic
Let's model this with real scenarios.
Scenario 1: Early-Stage Startup (5–10 Servers)
Setup:
- 5 application servers (AWS EC2 t3.large)
- 1 database server (RDS, monitored)
- 1 cache server (Redis)
- Expected log volume: ~20GB/month
Datadog Costs:
- Base: 7 hosts × $15/month = $105/month
- APM add-on: 7 hosts × $31/month = $217/month
- Log ingestion: 20GB × $0.10/month = $2/month
- Custom metrics: ~$10/month
- Total: $334/month ($4,008/year)
New Relic Costs:
- Data ingestion: 20GB/month (within 100GB free tier) = $0/month
- Additional users (if needed): 0 × $49 = $0/month
- Total: $0/month (free tier covers everything)
Verdict: New Relic free tier is unbeatable here. You're literally paying nothing while Datadog charges $334/month for the same data.
This gap only closes if you scale beyond 100GB/month of data ingestion.
Scenario 2: Growth-Stage SaaS (20–50 Servers + Kubernetes)
Setup:
- 25 EC2 instances (mixed sizes)
- 1 RDS multi-AZ database (counts as 2 hosts in Datadog)
- 30 Kubernetes pods (Datadog charges per host, so 1 K8s node = 1 charge)
- 3 microservices per pod = 90 containers total
- Expected log volume: ~500GB/month (high-verbosity logging)
- Expected APM: Need distributed tracing across services
Datadog Costs:
- Hosts: 25 (EC2) + 2 (RDS) + 5 (K8s nodes) = 32 hosts
- Base: 32 hosts × $15/month = $480/month
- APM: 32 hosts × $31/month = $992/month
- Log ingestion: 500GB × $0.10/month = $50/month
- Custom metrics: ~$50/month
- Total: $1,572/month ($18,864/year)
New Relic Costs:
- Data ingestion: 500GB/month
- Free: 100GB
- Paid: 400GB × $0.30/month (Standard tier) = $120/month
- APM: Included (no add-on)
- Additional users: 2 × $49/month = $98/month
- Total: $218/month ($2,616/year)
Verdict: New Relic saves $1,354/month ($16,248/year) compared to Datadog.
This is the scenario where we saw customers shocked by their bills. Datadog's 5-pod-to-1-host accounting means every container scales the bill. New Relic's per-GB model rewards efficient logging and batching.
Scenario 3: Enterprise (100+ Servers, Heavy Logging)
Setup:
- 100 EC2 instances (multi-region)
- 10 RDS databases (master + replicas)
- 200 Kubernetes pods across 3 clusters
- Estimated log volume: ~2,000GB/month (full application + audit logs)
- Multiple teams, need role-based access control
Datadog Costs:
- Hosts: 100 (EC2) + 20 (RDS) + 30 (K8s nodes) = 150 hosts
- Base (Enterprise tier): 150 hosts × $23/month = $3,450/month
- APM: 150 hosts × $31/month = $4,650/month
- Log ingestion: 2,000GB × $0.10/month = $200/month
- Custom metrics: ~$200/month
- Total: $8,500/month ($102,000/year)
New Relic Costs (Standard Tier):
- Data ingestion: 2,000GB/month
- Free: 100GB
- Paid: 1,900GB × $0.30/month = $570/month
- APM: Included
- Full users: 5 × $49/month = $245/month
- Total: $815/month ($9,780/year)
New Relic Costs (Pro Tier with volume discount):
- Negotiate $0.25/GB for 2,000GB/month (typical for 2TB+) = $475/month
- Full users: 10 × $49/month = $490/month
- Total: $965/month ($11,580/year)
Verdict: New Relic saves $7,535/month ($90,420/year) vs Datadog Enterprise.
Even at this scale, New Relic's per-GB model is 10x cheaper because most logs don't need Datadog's host-level granularity. You're paying for the infrastructure metadata, not the host count.
When Datadog Wins: The Host-Sparse Scenario
Datadog's pricing *does* win in one scenario: when you have sparse, high-value infrastructure and minimal logging.
Example: Machine Learning / Batch Processing
- 3 powerful GPU instances (p3.8xlarge, $12/hour each)
- Run for 8 hours/day, 20 days/month
- Minimal logging: ~1GB/month
- Care deeply about GPU-level metrics, CUDA performance, memory allocation
Datadog Costs:
- Hosts: 3 × $15/month = $45/month (pay same whether running 1 hour/day or 24/7)
- Logs: 1GB × $0.10/month = $0.10/month
- Total: $45/month
New Relic Costs:
- 1GB/month = within free tier = $0/month
- Total: $0/month
Even here, New Relic wins. But if you need Datadog's specific GPU metrics (which are optimized for Datadog's agent), paying $45/month for 3 hosts is reasonable.
Hidden Costs & Gotchas
Datadog Hidden Costs
- APM is expensive: $31/host/month for distributed tracing is a hard tax. That's 2x the base Pro price
- Logs aren't unlimited: $0.10/GB adds up fast. Verbose logging (debug mode) can cost $100–200/month in logs alone
- Custom metrics pricing: $0.05 per metric per month sounds cheap until you realize a single microservice can emit 1,000+ custom metrics ($50/month just for one service)
- Infrastructure changes: Horizontal scaling (adding hosts) directly increases bills
- Retention: Logs default to 15-day retention; longer retention costs extra
New Relic Hidden Costs
- Ingest optimization is non-optional: You must filter, sample, and batch your telemetry or you'll overspend quickly
- Data retention limits: Free tier is 8 days; Pro tier is 30 days. Longer retention requires custom tiers
- Full user vs Basic user distinction: You pay $49 for full platform access, but unlimited basic users (read-only) are free. Teams must carefully manage full user assignments
- Ingestion spikes: One bad log loop or debug agent can send 10GB in an hour ($3 charge at Standard tier, sounds small but adds up)
Cost Optimization Strategies
Datadog: How to Not Overspend
- Use log sampling — Sample logs at 10% in dev/staging, 1% in production
- Disable verbose integrations — Turn off integration logging unless troubleshooting
- Batch custom metrics — Combine 10 related metrics into 1 tagged metric
- Reserve hosts — Buy annual reserved hosts upfront for 15–20% discount
- Consolidate infrastructure — Run fewer, denser hosts; avoid horizontal scaling unless necessary
New Relic: How to Not Overspend
- Filter at the agent level — Use agent config to drop noisy attributes before ingestion
- Use log sampling — Ingest 50% of logs, trace 10% of transactions in production
- Set cardinality limits — Cap custom attributes to prevent explosive metric growth
- Compress traces — New Relic's span sampling is aggressive; adjust sample rates per service
- Monitor ingest rate — Set up New Relic alerts for abnormal data ingestion (data pipeline costs visibility)
Feature Parity Analysis
| Feature | Datadog Pro | New Relic Standard | Winner |
|---------|-------------|-------------------|--------|
| Infrastructure Monitoring | ✅ | ✅ | Tie |
| APM / Distributed Tracing | $31 add-on | Included | New Relic |
| Log Management | $0.10/GB | Included (100GB free) | New Relic |
| Custom Dashboards | ✅ | ✅ | Tie |
| Alerts & Anomaly Detection | ✅ | ✅ | Tie |
| Kubernetes Monitoring | ✅ | ✅ | Tie |
| Serverless (Lambda, Functions) | ✅ (per function) | ✅ | Tie |
| Custom Metrics | $0.05/metric | Included | New Relic |
| AI/ML Integrations | Advanced | Growing | Datadog |
| Data Retention | Configurable | 8–30 days | Datadog |
| API Rate Limits | Generous | Standard | Datadog |
Recommendations by Infrastructure Size
Choose Datadog if:
- You run sparse, high-value infrastructure (GPU clusters, batch processing)
- You need advanced AI/ML-native observability
- You have a dedicated platform team managing costs via log sampling
- You prefer paying per-host predictability over per-GB metering
- Your infrastructure is stable (you're not scaling horizontally)
Choose New Relic if:
- You run horizontally-scaled, containerized infrastructure (Kubernetes, microservices)
- You can't afford $31/host/month for APM on top of base monitoring
- You want APM, logs, and infrastructure monitoring in one unified platform
- You prefer metered billing (pay for data, not infrastructure count)
- You want a genuinely generous free tier for small teams
Cost Summary by Scale:
- Under 10 servers: New Relic free tier (Datadog charges immediately)
- 10–50 servers: New Relic Standard tier ($200–500/month vs Datadog $600–1,500/month)
- 50–200 servers: New Relic Standard tier ($500–2,000/month vs Datadog $2,000–8,000/month)
- 200+ servers: Negotiate Pro tier with New Relic; Datadog Enterprise becomes prohibitive
The Real Cost Driver: Data Ingestion Strategy
Here's the insight most teams miss: your observability bill isn't determined by your infrastructure size — it's determined by your logging discipline.
We worked with a team running 50 servers. Datadog quoted them $750/month. They moved to New Relic, set up aggressive log sampling (50% ingestion rate), and paid $85/month for the same visibility. Same infrastructure, different logging approach.
Conversely, we've seen teams on New Relic ingest 5TB/month of raw logs and pay $1,500/month because they never set up filtering.
The moral: Start with the cost model that scales with your growth pattern, then optimize your logging behavior within that model.
Conclusion
Datadog wins on per-host predictability and host-sparse scenarios. New Relic wins on per-GB cost-efficiency and horizontally-scaled infrastructure. At typical SaaS scale (20–200 servers, Kubernetes), New Relic's pricing advantage is 5–10x.
If you're evaluating both, factor in that you're not just choosing a monitoring tool — you're locking in a cost curve for the next 3 years. Datadog gets more expensive as you scale. New Relic gets cheaper (in percentage terms) as you ingest more data at the same infrastructure scale.
For a detailed side-by-side feature comparison, check out our Datadog vs New Relic comparison page to see all capabilities and integrations.