The best Datadog alternatives for a small team are SigNoz, Grafana Cloud, Better Stack, Uptrace, OpenObserve, and New Relic for general monitoring, Sentry for error tracking, and Fixter if you want a tool that investigates problems instead of just charting them. Most teams go looking when the Datadog bill arrives, around $3,000 a month for a small team once the startup credits expire. This guide compares the alternatives on real pricing and strengths, and shows why migrating your alerts off Datadog is no longer the project it used to be.

What Datadog costs a small team

Datadog's per-host prices look modest: infrastructure is $18 per host per month and APM is $42, and because APM requires the infra plan, a traced host runs about $60.1 The bill grows somewhere else. Logs are billed twice, $0.10 per GB to ingest and about $2 per million events to index, and custom metrics are billed by cardinality at roughly $0.05 each, so a single metric with a high-cardinality tag becomes thousands of billable series.

Here is every line Datadog bills you for, at month-to-month prices, what most teams pay before signing an annual contract. Pro is the standard tier; Enterprise is the top tier, and most usage lines cost the same on both.

Line itemUnitProEnterprise
Infrastructureper host / month$18$27
APM (requires the infra plan)per host / month$42$48
Log ingestionper GB$0.10$0.10
Log indexing, 15-day retentionper million events$2.04$2.04
Flex Logs, long-retention storageper million events$0.06$0.06
Custom metrics, beyond host allotmentper 100 metrics$5$5
Indexed spans, 15-day retentionper million spans$2.04$2.04
Real user monitoring (Investigate)per 1k sessions$3.60$3.60
Synthetic API testsper 10k runs$6$6
Database monitoringper DB host / month$84$84

Month-to-month list prices, June 2026.1 An annual commitment is cheaper: infrastructure Pro drops to $15 and APM Pro to $35 per host. Indexing scales with retention, roughly $1.27, $1.52, $2.04, and $3.00 per million events at 3, 7, 15, and 30 days.

What this means in practice: for a realistic twelve-host startup the bill lands near $3,000 a month, with only about $720 of that in fixed per-host cost and the rest in log indexing and custom metrics. This is usually the bill that shows up once the Datadog for Startups credits expire. We cover the credits and how to plan your exit in Datadog for startups.

The 9 best Datadog alternatives compared

Here are the alternatives worth a small team's time in 2026, with real entry prices and how each one bills. OTel native means the tool ingests OpenTelemetry data directly, the vendor neutral standard for logs, metrics, and traces,2 which is what makes switching a config change rather than a rewrite.

ToolFree tierStarts atLogsMetrics & tracesSelf-hostOTel
FixterTalk to usFrom $50/moBundledBundledNoYes
SigNozSelf-host only$49/mo (incl. usage)$0.30/GB$0.10 / M samplesYes, open sourceYes
Grafana Cloud50GB logs + traces, 3 users$19/mo + usage~$0.55/GB all-in$6.50 / 1k seriesYes, open sourceYes
Better Stack3GB logs, 10 monitors$29/mo$0.10/GB (EU)$0.50/GB-mo retainedNoYes
Uptrace50GB/mo cloud$0, pay as you go$0.10/GB to $0.016$0.025 / M pointsYes, open sourceYes
OpenObserveUnlimited self-host~$0.50/GB cloud$0.50/GB ingest$0.01/GB queriedYes, open sourceYes
New Relic100GB + 1 user$0 to start$0.40/GB$0.40/GB (all data)NoYes
Sentry5k errors, 1 user$26/mo$0.50/GB extra5M spans free, then tieredYes, heavyBeta
Datadog5 hosts, 1-day retention$15 infra + $31 APM$0.10/GB + $1.70/M$0.05 / custom metricNoPartial

List prices as of June 2026, from each vendor's pricing page. "Self-host" means a free, open source edition you run yourself. Confirm current numbers before you commit.

Each alternative, in detail

  • SigNoz is the most complete open source option: metrics, logs, and traces in one app on an OpenTelemetry and ClickHouse backend.3 Free to self host with no data caps, or $49 a month on SigNoz Cloud with logs and traces at $0.30 per GB. The trade off when self hosting is that ClickHouse is now yours to run.
  • Grafana Cloud has the largest free tier here: 10,000 metric series, 50GB of logs, 50GB of traces, and three users,4 then $19 a month plus usage. Easy if anyone already knows Grafana, but you are still building and maintaining dashboards, just for far less money.
  • Better Stack combines uptime, log management, and status pages for small teams, from around $30 a month with logs from $0.10 per GB in the EU. Fast to set up. Best when your needs are "tell me when the site is down" and "let me search recent logs," not deep tracing. SaaS only.
  • New Relic is all in one with 100GB of ingest and one full user free, then $0.40 per GB and $99 per additional user.5 A lot of capability for very little if you stay near the free limit; watch the per-user pricing as the team grows.
  • Sentry is the best tool for catching and grouping application errors, from $26 a month, and not a full Datadog replacement. Many teams pair it with a lighter metrics and logs tool. Its OpenTelemetry ingestion is still in beta. We cover it on the Sentry alternatives page.
  • Fixter is the one built to do the next step. When something breaks it pulls the relevant logs and traces, finds the root cause, and maps the impact. You query in plain language over MCP from Claude Code or Cursor, with no dashboards to build. From $50 a month, usage based. More on the difference below.

The lock-in is gone: migrate your alerts with your AI agent

Teams used to stay on Datadog after the credits ran out for one reason: the thought of rebuilding every monitor by hand. That was a real multi-week project, and it was the actual lock-in. It is gone now.

Today you point your AI agent at your existing Datadog alerts. It reads them through the Datadog MCP server and REST API,67 then rebuilds them in a tool like Fixter, which also lets you define and add alerting over MCP. What used to take weeks now takes about an hour: the agent does the translation, you review what it built. We are working on a step-by-step guide for it.

Open source and self-hosted Datadog alternatives

To drop the license cost entirely, the open source options are SigNoz, Uptrace, and OpenObserve. All three are OpenTelemetry native and free to self host. The cost does not vanish, it changes shape: instead of a vendor invoice, you pay for the servers and the time to run the stack.

Self hosting makes sense when you have strict data residency rules, very high volume where vendor pricing hurts most, or someone who is happy to own the infrastructure. It makes less sense when the whole point of leaving Datadog was to stop spending engineering time on the monitoring tool. In that case a managed plan, SigNoz Cloud at $49 a month, Grafana Cloud's free tier, New Relic's free 100GB, or Fixter if you want the tool to investigate for you, gets you most of the savings without a new service to operate. Be honest about which camp you are in before you commit to running ClickHouse yourself.

How to choose for a small team

The right alternative depends on what you actually need, not on which tool has the longest feature list. A few honest decision rules:

  • You mainly need errors. Use Sentry at $26 a month. Do not buy a platform to do one job.
  • You want full coverage and will self host. SigNoz, the most complete open source platform.
  • You want full coverage, managed and cheap. Grafana Cloud or New Relic's free tier.
  • You want observability that is simple and smart. Fixter: it investigates and hands you the answer, instead of another dashboard to maintain.

One rule applies to all of them: instrument with OpenTelemetry. If your data goes out in the OTel format, switching backends later is a config change, not a rewrite, and most of the tools above ingest it directly. That alone removes the lock-in that made leaving Datadog feel hard.

Where Fixter fits: investigate, not collect

Every tool on this list, Datadog included, is a collector. It gathers logs, metrics, and traces and gives you a way to look at them. The looking is still your job. Fixter is built around the next step: it does the investigation and hands you the conclusion.

You drop in the Fixter SDK, built on OpenTelemetry, so auto instrumentation covers your frameworks, databases, and outbound calls. Your logs live in Fixter, and you query them in plain language over MCP from Claude Code or Cursor, with no query syntax and no dashboards. When something breaks, Fixter runs the investigation: it pulls the relevant logs and traces, identifies the root cause, and maps the blast radius. Then you pull that investigation into your editor, where Fixter validates it against your code, and you decide and guide the fix.

Because it is MCP-first, the Claude Code workflow in the migration section is not a one-time trick, it is how you use Fixter day to day. The stance is deliberate: Fixter investigates and proposes, it does not edit your code on its own, and it never needs access to your repository. You stay in control of the fix, and your code stays yours. For a team of two to fifty people who already use AI to write code, the logic is the same on the other side: use it to keep the code running, without hiring someone to mind a dashboard.

Key takeaways

  • Datadog for Startups is free for about a year, then bills resume at list rates with no change in usage
  • A realistic 12-host setup lands near $3,000 a month, driven by log indexing and custom-metric cardinality, not per-host cost
  • SigNoz, Grafana Cloud, Better Stack, Uptrace, OpenObserve, and New Relic are the strongest broad alternatives, all far cheaper
  • Monitors export via API and Terraform, and Claude Code can rebuild most alerts in another tool, so the lock-in is largely gone
  • Fixter is the only option here that investigates and returns root cause instead of handing you a dashboard

Frequently asked questions

How much does Datadog cost for a small team?

At month-to-month list prices, infrastructure monitoring is $18 per host per month and APM Pro is $42 per host per month, and APM requires the infra plan, so a monitored host is about $60 (an annual commitment drops this to $15 and $35). The fixed per-host cost stays small, but a realistic 12 host setup with logs and custom metrics lands around $3,000 a month once you add log indexing at about $2 per million events and custom metrics at roughly $0.05 each.

Is there a free alternative to Datadog?

Yes. SigNoz, Uptrace, and OpenObserve are open source and free to self host. Grafana Cloud has a free tier with 50GB of logs and traces, and New Relic includes 100GB of ingest per month free. The cost moves from a license to the infrastructure and time you spend running it.

Why does Datadog get so expensive?

Datadog bills on several axes at once: per host for infrastructure and again per host for APM, per GB to ingest logs and again per million events to index them, and per custom metric counted by cardinality. The per-host sticker looks cheap, but log indexing and custom-metric cardinality are where small-team bills reach a few thousand dollars a month.

Can I migrate off Datadog easily?

Yes, much more easily than before. Monitors and dashboards export as JSON through the Datadog REST API and the official Terraform provider, and Datadog ships an MCP server that works with Claude Code. An AI agent can read your monitors and rebuild most of them in another tool. Thresholds and notification routing port cleanly; Datadog-specific query functions are where you still make a few manual calls.

What does Fixter do that Datadog does not?

Datadog collects data and shows it to you in dashboards. Fixter runs the investigation: when something breaks it pulls the relevant logs and traces, finds the root cause, maps who is affected, and returns a conclusion. You query your data in plain language over MCP from your editor, with no dashboards to build.