Last reviewed: 13 July 2026. Next review: October 2026. All prices are USD list prices verified against vendor pricing pages on the dates shown in the references; negotiated pricing differs.
The strongest Datadog alternatives in 2026 fall into three groups: managed commercial platforms such as New Relic and Dynatrace, managed open-source Grafana stacks (Mimir, Loki, Tempo), and self-hosted options such as SigNoz and VictoriaMetrics. The right choice depends on which line items drive your Datadog bill: hosts, custom metrics, or indexed logs.
Why are teams replacing Datadog?
Rarely because the product is bad. Datadog's platform breadth and integration catalogue are genuinely strong. Teams leave because of how the bill behaves as they grow: per-host charges stack across products (infrastructure plus APM on the same host), custom metrics are billed beyond a fixed per-host allotment, and log costs depend on how much you index rather than how much you ingest. Each of these scales along a different axis (host count, metric cardinality, log volume), which is why Datadog bills are hard to forecast and why the common complaint is unpredictability rather than the headline rate.
How does Datadog pricing actually work?
List prices (annual billing) as of July 2026:
| Line item | List price | Scales with | |--------|--------|--------| | Infrastructure Pro | $15 per host, per month ($18 month-to-month) | Host count | | Infrastructure Enterprise | $23 per host, per month ($27 month-to-month) | Host count | | APM | $31 per host, per month | Instrumented host count | | Custom metrics | $1 per 100 custom metrics, per month, beyond the plan allotment (Pro includes 100 per host, Enterprise 200) | Metric-and-tag-value cardinality | | Log ingestion | $0.10 per GB | Log volume | | Log indexing | $1.06 to $2.50 per million events, per month, by retention tier (3 to 30 days) | Indexed log volume |
Two structural points matter more than any single rate. First, a "custom metric" is a unique combination of metric name and tag values, so one metric tagged with a high-cardinality dimension (customer ID, pod name) can become thousands of billable custom metrics. Second, logs are billed twice: once to ingest, again to index, and the indexing rate is the one that grows. Reducing a Datadog bill usually means managing cardinality and index exclusion filters before considering a migration at all.
What are the managed commercial alternatives?
New Relic prices on consumption rather than hosts: a perpetual free tier with 100 GB of ingest per month, then $0.40 per GB on the Standard edition ($0.60 per GB with the Data Plus option), plus per-user charges (core users $49 per month; full platform users range from $10 for the first user on Standard to $349 per user per month on Pro annual commitments). One agent covers most of the platform. It suits teams consolidating tools whose costs are host-driven; the trap to model is seat cost for a large engineering team, which can exceed the data bill.
Dynatrace bills hourly per unit of capacity: full-stack monitoring at $0.01 per memory-GiB-hour (about $58 per month for an 8 GiB host running continuously), infrastructure-only at $0.04 per host-hour, logs at $0.20 per GiB ingested plus retention and query charges. Its automated instrumentation (OneAgent) and root-cause analysis are the differentiators. It is an enterprise consolidation play, not a cost-reduction play: at scale its bills are Datadog-shaped.
Chronosphere is a managed, Prometheus-native platform built for large engineering organisations with cardinality problems; its control plane for aggregating and dropping unused metrics is the headline feature. Pricing is quote-based (not published), and the product targets large engineering organisations rather than small teams.
Better Stack bundles log management, uptime monitoring and incident management under plan-based pricing. It is a credible choice for small teams replacing Datadog log management and alerting, less so for deep APM.
What are the open-source alternatives, and what does self-hosting really cost?
The Grafana stack (Mimir for metrics, Loki for logs, Tempo for traces, Grafana for visualisation) is the most widely adopted open-source path. All three backends write to object storage (S3 or equivalent), which is the structural cost advantage: durable storage at object-storage prices rather than block storage or proprietary indexes, and query with PromQL, LogQL and TraceQL. You can self-host it or buy it as Grafana Cloud, where the free tier covers 10,000 active metric series and 50 GB each of logs and traces, and the Pro tier bills usage: $6.50 per 1,000 active series for metrics, and logs and traces at $0.05 per GB processed, $0.40 per GB written and $0.10 per GB retained ($3 per 1,000 series at Enterprise volume, with a $25,000 per year commitment).
The honest caveat: self-hosting the stack means operating four distributed systems with their own scaling behaviours, upgrade cycles and failure modes. Practitioner accounts consistently describe meaningful ongoing engineering time, and the total cost of ownership comparison must price that time. "Free software" is not free operations; for teams under roughly five engineers with no dedicated platform capacity, a managed offering is usually the honest answer.
SigNoz packages metrics, logs and traces in one OpenTelemetry-native product backed by ClickHouse. The open-source edition is self-hostable; SigNoz Cloud starts at $49 per month including $49 of usage, then $0.30 per GB for logs and traces and $0.10 per million metric samples, with no per-user or per-host charges. It is one of the simplest single-product replacements for small and mid-sized teams; at large scale, self-hosting it means becoming good at ClickHouse operations.
VictoriaMetrics is a high-efficiency, Prometheus-compatible metrics backend (with a newer logs product) known for low resource usage. It is a strong choice when metrics are the whole problem, less so as a full three-signal platform.
Elastic Stack and OpenObserve also appear in this category: Elastic is strongest where log search is the primary workload; OpenObserve is a newer single-binary entrant. Both warrant evaluation against your specific workload rather than a blanket recommendation.
Datadog vs a managed Grafana stack: what changes?
What you gain: pricing that scales with data rather than host count (no per-host APM tax, no custom-metrics overage category); open query languages (PromQL, LogQL, TraceQL) and open instrumentation (Prometheus, OpenTelemetry) that keep telemetry portable; and object-storage economics for long retention.
What you lose: the breadth of a single integrated platform (Datadog's security products, RUM, synthetics and several hundred turnkey integrations), some UX polish, and one throat to choke. Dashboards and alerts also have to be rebuilt: there is no officially supported import path from Datadog dashboards to Grafana, and while community and vendor conversion tools exist, converted dashboards need review.
How hard is migrating off Datadog?
The telemetry is the easy part; the accumulated dashboards, monitors and runbooks are the sticky part. The standard playbook is incremental and per-signal: instrument via OpenTelemetry (or Prometheus for metrics) so the data is portable, dual-ship one signal (usually logs or metrics) to the new backend while Datadog stays live, rebuild the dashboards and alerts that matter (most estates carry many that do not), then cut over and repeat for the next signal. Teams that migrate in one jump tend to be small estates; one reported 2026 example is the startup Deductive, which is said to have rebuilt its Datadog dashboards and alerts on Grafana in roughly 48 hours using AI-assisted translation after losing account access. For most organisations, plan on a quarter per signal, not a weekend.
When should you stay on Datadog?
A comparison page that never recommends the incumbent is marketing. Stay on Datadog when:
- You genuinely use the platform breadth. If security monitoring, RUM, synthetics and APM are all in active use, replacing Datadog means replacing four products, and the consolidation maths usually favours staying.
- Your estate is small and stable. At tens of hosts with controlled cardinality, the bill is rarely the biggest line item, and engineering time spent migrating will not pay back.
- You have no platform engineering capacity and need vendor-managed everything, including hand-holding during incidents.
- You have a negotiated enterprise agreement. Committed-spend discounts can move Datadog's effective pricing far from list, so compare against your actual rate, not the rate card.
How to choose: a decision framework by bill profile
Start from your last three Datadog invoices and identify the dominant line item:
- Host-driven (infrastructure and APM per-host charges dominate): move to consumption pricing. New Relic, SigNoz, or the Grafana stack all remove the per-host axis.
- Custom-metrics-driven (cardinality overages dominate): you need a Prometheus-native backend with cardinality management. Mimir (self-hosted or managed) at mid scale; Chronosphere at large scale where aggregation tooling pays for itself.
- Log-indexing-driven: Loki's label-based indexing model (index the labels, not the content) is the structural fix; per-GB flat-rate platforms such as SigNoz or Better Stack are the simpler one.
- Trace-heavy: Tempo or SigNoz, both object-storage or columnar-store backed, priced per GB rather than per indexed span.
- No dominant item, just too many products: the problem is consolidation, not unit price; evaluate New Relic or Dynatrace rather than open source.
Frequently asked questions
What is the cheapest Datadog alternative? For small workloads, a free tier: New Relic's 100 GB per month or Grafana Cloud's 10,000 series and 50 GB of logs. At scale, self-hosted stacks have the lowest infrastructure cost but the highest engineering cost; managed open-source sits between.
Is the Grafana stack hard to run? Yes, in proportion to scale: Mimir, Loki and Tempo are distributed systems with independent scaling and failure modes. Small single-binary deployments are manageable; multi-tenant, high-cardinality deployments need dedicated platform engineering.
Does OpenTelemetry work with Datadog? Yes; Datadog accepts OTLP. Moving instrumentation to OpenTelemetry while still on Datadog is the single best step to reduce future switching costs, whatever backend you choose later.
Can I migrate off Datadog incrementally? Yes, and you should: per signal, dual-shipping during the transition, cutting over only when the new backend's dashboards and alerts are proven.
References
All verified July 2026; prices are USD list and change frequently.
- Datadog pricing list (checked 11 July 2026)
- Datadog custom metrics billing (checked 11 July 2026)
- Grafana Cloud pricing (checked 13 July 2026)
- New Relic pricing (checked 13 July 2026)
- Dynatrace rate card (checked 13 July 2026)
- SigNoz pricing (checked 13 July 2026)
- Deductive Datadog-to-Grafana migration coverage (checked 11 July 2026)
