Skip to content
Observability

Datadog vs New Relic vs Dynatrace (2026): Enterprise APM Pricing Compared

Enterprise APM pricing and feature comparison for Datadog, New Relic, and Dynatrace at 100-service, 200-host scale. Real 2026 figures, DPS licensing, AI-assisted RCA depth, OTel support, and a migration-off-Datadog playbook that cuts spend 50-70%.

A
Abhishek Patel18 min read

Infrastructure engineer with 10+ years building production systems on AWS, GCP,…

Datadog vs New Relic vs Dynatrace (2026): Enterprise APM Pricing Compared
Datadog vs New Relic vs Dynatrace (2026): Enterprise APM Pricing Compared

Quick Answer: Which Enterprise APM Wins in 2026

For a 100-service, 200-host production estate, Datadog still has the deepest integration catalog and the most polished UX, but its per-host plus per-custom-metric billing model pushes real invoices into the $18-45K/month range once logs, RUM, and SIEM add-ons land. New Relic's flat per-GB-ingested pricing (post the 2022 model change) lands the same estate in the $8-22K/month range with far more predictable bills — at the cost of a weaker integration catalog and a UI that still feels like a product built by five acquired companies. Dynatrace is the most expensive headline number (DPS "Davis Points" licensing typically clears $25-60K/month for this size) but its OneAgent auto-instrumentation and Davis AI genuinely cut MTTR at large estates. Pick Datadog for breadth and DX, New Relic for predictable ingestion-based bills, Dynatrace for AI-first ops at 500+ services.

Last updated: April 2026 — verified pricing tiers, DPS calculator, New Relic Data Plus add-on, and the Datadog flex logs + APM matrix against each vendor's public docs.

Hero Comparison: Datadog vs New Relic vs Dynatrace at a Glance

PlatformPricing ModelStarting PriceFree TierBest ForKey Differentiator
DatadogPer-host + per-custom-metric + per-GB logsAPM Pro $31/host/mo14-day trial, 5 hosts free infraBreadth of integrations, polished UX700+ integrations, best dashboarding
New RelicPer-GB ingested + per-user seatStandard $0.30/GB + $99/core user/mo100 GB/mo + 1 full user free foreverPredictable bills, OTel-first shopsFlat ingestion pricing, no host caps
DynatraceDPS (Davis Points System) consumption units$0.04-0.08 per DPS + host-hour15-day trial, no perpetual free tierEnterprise AI-driven RCA at scaleOneAgent auto-instrumentation + Davis AI

Affiliate disclosure: New Relic has a partner program we participate in. Datadog and Dynatrace are enterprise-sales-direct; we link to their official pages without affiliate tracking. When we reference open-source alternatives like Grafana Cloud or SigNoz, those are non-monetized.

How Enterprise APM Pricing Actually Works

APM pricing in 2026 splits along three philosophies, and understanding the split is worth more than any line-item breakdown. Datadog bills by the thing you own — hosts, containers, custom metrics, log events. New Relic bills by the data you send — gigabytes ingested, users with query access. Dynatrace bills by a synthetic unit (Davis Points) that abstracts hosts, spans, logs, and memory into one meter. Each model has a failure mode that blows up bills unpredictably: Datadog's is custom-metric cardinality, New Relic's is runaway log ingestion, Dynatrace's is the opacity of DPS consumption until you're already over-committed.

I've run procurement against all three in the last 18 months, and the pattern is consistent. Sticker price means nothing — what matters is the 90-day bill shock after engineers enable the features sales promised. The advanced patterns — cost-governance policies, ingestion quotas, OTel sampling pipelines — are in a follow-up I send to the newsletter.

Pricing Breakdown: 100-Service, 200-Host Scenario

Here's what a realistic mid-enterprise observability stack actually costs across all three vendors in Q2 2026. The scenario: 200 Linux hosts, 100 microservices, 2,000 containers, 500 GB/day of application logs, 50K custom metrics (moderate cardinality), 10 synthetic tests, 2M RUM sessions/month. All figures are list price before enterprise discounts (typically 20-35% at this scale, 40-55% for multi-year commits).

ComponentDatadogNew RelicDynatrace
Infrastructure monitoring$3,000/mo (200 hosts × $15)Included in ingest$8,640/mo (200 × $0.04 × 720 host-hours + DPS)
APM (per-host)$6,200/mo (200 hosts × $31)Included in ingestIncluded in DPS
Log management (500 GB/day = 15 TB/mo)$4,050/mo (0.10/GB ingest + $2.55/M events)$4,500/mo (15,000 × $0.30)$6,000-9,000/mo (DPS consumption)
Custom metrics (50K)$4,000/mo ($0.05 × 50K on-demand)Included in ingestIncluded in DPS
RUM (2M sessions)$3,000/mo ($1.50 per 1K sessions)$1,200/mo (ingest-based)$4,800/mo (DPS)
Synthetics (10 tests, 1-min freq)$600/mo ($5 per 10K runs)$0 (Free in Standard)$400/mo (DPS)
User seats (15 engineers)Included$1,485/mo (15 × $99 core user)Included (role-based)
Approx monthly list total~$20,850~$7,185~$19,840-22,840
Annual list (before discount)~$250K~$86K~$238-274K
Typical enterprise-discounted annual$175-200K$60-72K$170-220K

Watch out: Datadog's custom metrics pricing is the single most expensive trap in observability. Every unique metric_name + tag_key_value combination counts as one custom metric. A single histogram metric tagged with user_id, endpoint, and status_code can cascade to 500K+ custom metrics in days. At $0.05/metric on-demand that is $25K/month. Cardinality audits before deploy are non-negotiable — and they apply to what we cover in Kubernetes resource requests and limits too, since pod labels frequently become metric tags.

Datadog: Breadth and Polish at a Premium

Datadog remains the reference product for unified observability. The integration catalog is genuinely unmatched — over 700 prebuilt integrations, and the ones I've touched in production (Kafka, RDS, Kubernetes, AWS Lambda) work the way the docs describe on the first try. The dashboarding is the cleanest of the three, and the Watchdog AI anomaly detection has actually caught regressions my static alerts missed — notably a gradual p95 drift on a payment service in late 2025 that Watchdog flagged four hours before customers complained.

The weakness is the pricing model. Per-host plus per-custom-metric billing compounds in ways finance teams hate. I've watched a startup's Datadog bill climb from $3K to $28K/month over six quarters without any change in infrastructure — just engineers adding instrumentation. The log management product uses a two-axis meter (ingestion and indexing) that makes cost attribution painful. Flex Logs (introduced mid-2024) helps by letting you archive first and rehydrate on demand, but most teams never configure it correctly.

AI-assisted RCA: Watchdog is genuinely useful for anomaly detection on a handful of KPIs; it is less useful for root-cause analysis across a distributed trace. The 2025 Bits AI assistant (chat-based incident triage) is early and hallucinates on complex topologies. For broader context on monitoring tool selection, the best monitoring tools breakdown covers the full landscape including open-source alternatives.

When Datadog wins: Series B-D SaaS companies with under 300 services, where engineer time saved on integration setup clearly exceeds the licensing delta. Also: teams already embedded in Datadog Logs and Datadog Security Monitoring, where switching cost dwarfs savings.

Honest weakness: The billing model punishes growth. OpenTelemetry support is technically complete (OTLP ingest since 2023) but internal translations still lose fidelity on some span attributes — the full picture is in OpenTelemetry vs Datadog.

New Relic: Predictable Ingestion-Based Pricing

New Relic changed its pricing model in July 2022, moving from per-host licensing to a flat per-GB-ingested meter plus per-user seats. That pivot is still the most honest simplification the observability industry has made this decade. You pay $0.30/GB ingested on Standard ($0.50/GB on Data Plus, which adds 90-day retention and HIPAA), and you pay per user — $0.99/mo for a basic user, $49/mo for a core user, $99/mo for a full platform user. That's it. Hosts, containers, APM, metrics, traces, and synthetics all fold into the ingestion meter.

The forever-free tier is serious: 100 GB/month ingest plus one full user, no credit card. For a small startup or a bootstrapped SaaS, this is enough to run a production stack. I've seeded three startups on the free tier in the last year; only one outgrew it within 18 months.

AI-assisted RCA: Applied Intelligence (formerly Proactive Detection) is competent but unremarkable. The 2025 New Relic AI assistant (a GPT-4-powered query builder) is useful for translating natural-language questions to NRQL but stops short of incident-scale RCA. Distributed tracing quality is on par with what OpenTelemetry gives you natively, which is not a coincidence — New Relic's agents emit OTLP.

When New Relic wins: Any team that wants predictable bills. Any OTel-first shop. Any team with heavy log volume where Datadog's indexing costs would be prohibitive. Also: engineering orgs that already think in terms of data ingestion quotas (they typically already run Prometheus + Grafana and understand cardinality economics).

Honest weakness: The UI is still a Frankenstein of acquired products (APM from 2008, Infrastructure from CloudFlare-era, Logs from a 2020 acquisition). Dashboarding is functional but visibly dated. The integration catalog is maybe 30% of Datadog's. If you need Cisco ACI monitoring or a native NetApp integration, New Relic will make you write it.

Dynatrace: DPS Licensing and AI-First Operations

Dynatrace is the most architecturally distinct of the three. OneAgent is a single binary that auto-instruments applications, containers, databases, and OS-level processes — no SDK imports, no manual spans, no Collector pipeline. Install the agent, Davis AI builds a topology graph, and within an hour you have full distributed traces, dependency mapping, and anomaly baselines. I've installed OneAgent on greenfield Kubernetes clusters and had actionable alerts within 30 minutes of first deploy.

Pricing is where Dynatrace loses people. The Davis Points System (DPS) introduced in late 2023 replaced separate host/log/span SKUs with a consumption model. One DPS costs roughly $0.04-0.08 depending on commit level, and every product feature — host monitoring, log analytics, application security, Grail queries, Davis AI computations — burns DPS at published rates. The upside is a single meter. The downside is that forecasting consumption requires a Dynatrace SE to model, and the model changes every time you enable a feature.

AI-assisted RCA: This is Dynatrace's category-defining strength. Davis AI does deterministic causation analysis on the topology graph — when a database connection pool saturates, Davis surfaces the service that caused it, the deploy that introduced the regression, and the log lines that correlate. It is genuinely better than Watchdog or Applied Intelligence for multi-service incidents. For teams drowning in alert fatigue, see alerting without burnout first.

When Dynatrace wins: Enterprises with 500+ services, heterogeneous tech stacks (Java, .NET, mainframe, SAP), and a genuine MTTR problem where Davis AI pays for itself in incident time saved. Regulated industries (banks, healthcare) where the security posture of OneAgent and Grail's immutable log store matters. Teams that value zero-touch instrumentation over OpenTelemetry portability.

Honest weakness: OneAgent is a black box. When it breaks, debugging requires Dynatrace support. OTel adoption is partial — Dynatrace accepts OTLP but OneAgent's data model doesn't fully match it, and hybrid pipelines are awkward. And DPS opacity is a real procurement problem: I've seen estimated vs actual annual spend diverge by 40% in year two.

Feature Comparison: AI, Auto-Instrumentation, and OTel Support

CapabilityDatadogNew RelicDynatrace
AI-assisted RCAWatchdog (anomaly detection), Bits AI assistant (chat triage)Applied Intelligence + AI query assistant (NRQL)Davis AI (causation graph, deterministic RCA)
Auto-instrumentation breadthAPM libraries for 12 languages, manual SDK importsAPM agents for 9 languages, OTel-first stanceOneAgent single-binary, 50+ tech stacks auto-discovered
OpenTelemetry supportOTLP ingest, internal translation lossy on some attributesFull native OTLP, no agent requiredOTLP ingest accepted, hybrid with OneAgent is awkward
Log ingestion billingPer-GB ingest + per-event index (two-axis)Per-GB ingest (flat)DPS consumption (variable)
Custom metric cardinality limitUnlimited (paid per metric)Unlimited (no separate meter)Unlimited (counts against DPS)
SIEM / Security productCloud SIEM (extra SKU, ~$0.20/GB)Vulnerability Management (bundled from 2024)Application Security (DPS-consumed)
Deep infra (eBPF, kernel)Via Universal Service Monitoring add-onPixie (acquired 2020, OSS eBPF agent)OneAgent kernel module (deepest)
Kubernetes nativeHelm chart, DaemonSet agentHelm chart + Pixie eBPFOneAgent Operator, sidecar-free
flowchart LR
  A[Your Services] -->|OTLP / agent SDK| B{Instrumentation}
  B -->|Datadog Agent| C[Datadog SaaS]
  B -->|New Relic Agent / OTLP| D[New Relic Grail-lite]
  B -->|OneAgent auto| E[Dynatrace Grail + Davis AI]
  C --> F[Bills per host + metric + GB]
  D --> G[Bills per GB + user seat]
  E --> H[Bills per DPS consumption unit]

Hidden Cost Multipliers to Watch

The sticker-price comparison above is the easy part. The following cost vectors are where bills go sideways — regardless of vendor. For a deeper primer on each pillar, observability: logs, metrics, traces explained is the foundation.

  • APM retention: 15 months default on Datadog, 8 days on New Relic Standard (90 on Data Plus), 35 days on Dynatrace Grail. Extended retention silently adds 20-30% to APM cost — audit before signing.
  • High-cardinality metrics: Any unbounded label (user_id, trace_id promoted to tag) explodes Datadog cost and Dynatrace DPS consumption. New Relic dodges it on custom metrics but not on log ingestion.
  • Containers as hosts: Datadog counts containers above ~20/host as additional billable units. Dense Kubernetes deploys can 2-3x your billable host count overnight.
  • RUM session volume: All three bill per session. A marketing campaign that triples MAUs triples RUM bills for 30 days after.
  • Synthetic frequency: 1-minute synthetics from 5 regions = 14,400 runs/day = $2K+/month on Datadog list. Drop to 5-minute frequency and cut 80% with negligible detection-latency impact.
  • Profiling: Separate SKU on Datadog (+$2/host), bundled on New Relic, DPS-consumed on Dynatrace.

Per-Engineer TCO at 10, 50, and 200 Services

List-price TCO modeled across three team sizes, assuming moderate instrumentation depth and realistic engineer-to-service ratios. These numbers are before enterprise discounts, which typically cut 25-50% at the 200-service tier.

ScaleDatadog /moNew Relic /moDynatrace /moOSS Alternative
10-service startup (20 hosts, 2 engineers)$900-1,400$0-400 (free tier + overage)$2,000-3,500Grafana Cloud free / SigNoz self-hosted ~$150 infra
50-service mid-stage (100 hosts, 15 engineers)$8,000-14,000$3,500-6,500$11,000-18,000Grafana Cloud Pro ~$2,500 / SigNoz Cloud ~$3,000
200-service enterprise (500 hosts, 60 engineers)$45,000-80,000$18,000-35,000$50,000-90,000Grafana Cloud Advanced ~$12,000 + OTel Collector ops

At the enterprise tier, the gap between New Relic and Datadog funds an SRE salary. The gap between OSS and any vendor funds two. The catch with OSS, of course, is that you need engineering capacity to operate the stack. For log-specific trade-offs, centralized log management across Loki, ELK, and CloudWatch has the detail.

Migration Off Datadog: Cutting Costs 50-70%

The most common migration I see in 2026 is Datadog to a hybrid (Datadog for a subset of services, New Relic or OSS for the rest). A full cutover to OSS is rarer because the dashboarding and alerting rebuild is genuinely painful. Here is the playbook that works.

Pro tip: Phase the migration by telemetry type, not by service. Move logs first (highest cost, lowest dashboard complexity), then custom metrics (cardinality audit forces a rewrite anyway), then traces (hardest, most tooling dependencies). The whole cut takes 4-6 weeks for 10 services and 4-6 months for 200.

  1. Audit Datadog spend by SKU. Pull the last 6 months of billing from the Admin > Plan & Usage page. Usually logs are 40-60% of the bill, custom metrics 10-25%, APM hosts 15-30%. This ratio tells you what to migrate first.
  2. Run OTel Collector alongside the Datadog Agent. Both can coexist on the same host. Configure the Collector to ingest from dd-trace via OTLP receiver and dual-write to Datadog plus the new destination. Verify parity for 2-4 weeks.
  3. Move logs first. New Relic's ingest cost is typically 40-60% lower than Datadog's at comparable volume. Cut indexing at Datadog once logs are flowing to New Relic and you've rebuilt the top 10 dashboards.
  4. Audit custom metric cardinality. Before you migrate, fix the cardinality bomb — 80% of custom metric cost is usually in 5-10 poorly-tagged series. This cuts cost on both platforms.
  5. Rebuild SLOs and alerts last. Alert-rule parity is the hardest part. For the philosophy, see SLOs, SLAs, and error budgets — the math doesn't change, only the query syntax.
  6. Keep Datadog for one thing. I have not seen a clean full cutover. Usually Datadog keeps Security Monitoring or RUM. Plan for a partial-migration end state and negotiate a reduced commit.

Decision Matrix: Which APM Should You Pick

  • Pick Datadog if: You're a Series B-D SaaS with under 300 services, your engineers value DX over procurement simplicity, you already use Datadog Logs and Security, and you're willing to invest in cost governance (cardinality audits, flex logs, retention tuning) to keep the bill from compounding.
  • Pick New Relic if: You want predictable, boring observability bills. You're OTel-first or have heavy log volume. You have a finance team that hates surprises more than engineering hates UI friction. You're a startup on the free tier — it's genuinely the best free observability offering in 2026.
  • Pick Dynatrace if: You run 500+ services across heterogeneous tech (Java, .NET, mainframe, SAP), MTTR is a CFO-visible metric, and you have the procurement muscle to negotiate DPS commits with confidence. Also: regulated industries that need OneAgent's security posture and immutable Grail storage.
  • Pick OSS (Grafana Cloud, SigNoz, or self-hosted Prometheus + Tempo + Loki) if: You have platform engineering capacity, your service count is above 100 (below that, licensing savings don't justify ops overhead), and you're comfortable with the fuller context in cutting your AWS bill and AI observability for newer workloads.
  • Stick with a hybrid if: You've outgrown Datadog's bills but can't justify the disruption of a full cut. Run logs and metrics on New Relic or OSS; keep Datadog for APM and RUM until the next contract cycle.

Frequently Asked Questions

Is Datadog more expensive than New Relic and Dynatrace?

At mid-enterprise scale (100 services, 200 hosts) Datadog typically runs 2-3x New Relic's monthly cost and roughly on par with Dynatrace at list price. The per-host plus per-custom-metric model makes Datadog the most expensive of the three once custom metrics exceed 10K series. New Relic's per-GB ingestion model is the cheapest for teams with moderate log volume; Dynatrace's DPS model lands between them but is the most opaque to forecast.

What is Dynatrace DPS pricing?

Davis Points System (DPS) is Dynatrace's consumption-based licensing introduced in late 2023. One DPS costs approximately $0.04-0.08 depending on commit level, and every feature — host monitoring, log analytics, application security, Davis AI computations — burns DPS at published rates. The single-meter model is simpler administratively than separate SKUs but harder to forecast. Enterprise quotes at 200 hosts typically clear $20-25K/month list price before discounts.

How did New Relic's pricing change in 2022?

In July 2022 New Relic abandoned per-host APM licensing in favor of per-GB-ingested pricing plus per-user seats. Standard tier is $0.30/GB ingested, Data Plus is $0.50/GB (with 90-day retention and HIPAA). Users are $99/month for a full platform user, $49 for core, $0.99 for basic. The free tier includes 100 GB/month and one full user. This model is more predictable than the old per-host structure but can still spike on runaway log ingestion.

Which APM has the best AI-assisted root cause analysis?

Dynatrace's Davis AI is the category leader for deterministic RCA on distributed systems — it uses the OneAgent topology graph to trace causation across services, not just statistical anomaly detection. Datadog's Watchdog is strong on single-metric anomaly detection but weaker on multi-service causation. New Relic's Applied Intelligence is competent but unremarkable. If MTTR across a complex microservice topology is the primary problem, Davis is worth the DPS premium.

Does Datadog support OpenTelemetry?

Yes. Datadog added native OTLP ingestion in 2023 and the Datadog Agent can act as an OTLP receiver. However, internal translations from OTel semantic conventions to Datadog's proprietary data model remain lossy on some span attributes (particularly exception events and resource attributes). Teams that want full OTel portability should evaluate New Relic (fully OTLP-native) or a Grafana Cloud stack for the cleanest end-to-end standard.

How long does migrating from Datadog to New Relic take?

For 10 services, expect 4-6 weeks. For 50 services, 3-4 months. For 200+ services, 4-6 months. The bottleneck is rebuilding dashboards, alerts, SLOs, and runbooks — not the instrumentation swap. The most reliable approach is dual-writing via an OTel Collector for 2-4 weeks, moving logs first (highest cost, lowest complexity), then custom metrics, then traces and SLOs last. Cost savings are typically 40-60% once migration stabilizes.

What are the open-source alternatives to Datadog and New Relic?

The mature options in 2026 are Grafana Cloud (Prometheus + Tempo + Loki, managed), SigNoz (OTel-native, self-hosted or managed), and self-hosted Prometheus + Grafana + Jaeger + Loki. At mid-enterprise scale OSS costs are typically 60-80% lower than Datadog but require platform engineering capacity to operate. See the full cost-vs-ops trade-off in the OpenTelemetry vs Datadog comparison.

Picking the APM That Fits Your Procurement Reality

Choosing between Datadog, New Relic, and Dynatrace in 2026 is less about which tool is "best" and more about which pricing model your finance team can live with. Datadog gives you the most polished tool with the most painful bill; New Relic gives you predictable economics with a merely functional UI; Dynatrace gives you AI-driven RCA with licensing complexity you re-negotiate every 18 months.

Model your actual telemetry volume for the next 12 months — hosts, custom metric cardinality, log GB/day, RUM sessions — then multiply by 1.3-1.5x for the bill shock that always arrives once engineers find new things to instrument. Negotiate 2-3 year commits aggressively at $15K+/month; discounts of 30-45% are standard. And audit your custom-metric cardinality before signing anything, regardless of vendor — it's the single biggest lever on enterprise APM bills.

A

Written by

Abhishek Patel

Infrastructure engineer with 10+ years building production systems on AWS, GCP, and bare metal. Writes practical guides on cloud architecture, containers, networking, and Linux for developers who want to understand how things actually work under the hood.

Related Articles

Enjoyed this article?

Get more like this in your inbox. No spam, unsubscribe anytime.

Comments

Loading comments...

Leave a comment

Stay in the loop

New articles delivered to your inbox. No spam.