Datadog works great until you get the bill. I’ve seen teams go from excited to horrified when their observability costs jump from $5k to $50k a month because they added a few more services. The pricing model feels designed to punish growth—you pay per host, per custom metric, per log, per trace. Everything costs extra.
If you’re shopping for Datadog alternatives, you’re probably in the same boat. Maybe you just got sticker shock from a renewal quote, or your finance team asked why observability costs more than your infrastructure. Either way, you need something that won’t require a board meeting to scale. Here are five alternatives I’d actually recommend, ranked by what they do best.
SigNoz: The Open-Source Escape Hatch
SigNoz is what you deploy when you’re done paying SaaS companies to look at your own data. It’s open-source, self-hosted, and built on OpenTelemetry from day one. You get logs, metrics, and traces in one unified interface without vendor lock-in.
The architecture is cleaner than most commercial tools. SigNoz uses ClickHouse for storage, which handles high-cardinality data better than anything I’ve tested. Query response times stay fast even when you’re ingesting millions of events per minute. The UI looks modern—none of that enterprise software aesthetic from 2015.
Here’s what sold me: you can run the entire stack on your own infrastructure. Docker Compose for small setups, Kubernetes for production. No data leaves your network. No surprise bills because a junior dev added a debug log that got indexed. You control retention, you control costs.
Pricing is straightforward because there isn’t any. The core platform is Apache 2.0 licensed. You pay for infrastructure—wherever you run it—but there’s no per-seat or per-metric fee. SigNoz Cloud exists if you want managed hosting ($199/month starting tier, pay for data volume), but self-hosting is the whole point.
Best for: Teams with Kubernetes expertise who want full control. If you have DevOps capacity to run infrastructure and you’re ingesting serious data volumes, SigNoz pays for itself in three months compared to Datadog.
Grafana Cloud: The Practical Middle Ground
Grafana Cloud bundles Grafana, Prometheus, Loki, and Tempo into one managed service. You get metrics, logs, and traces with the Grafana interface everyone already knows. If your team is already running self-hosted Grafana, this is the natural upgrade path.
The integration ecosystem is massive. Grafana connects to everything—AWS CloudWatch, Elasticsearch, MySQL, whatever you’re running. You can pull data from multiple sources into one dashboard without fighting with APIs. The alerting system is flexible without being complicated. You set thresholds, define notification channels, and it works.
Pricing is usage-based but predictable. Free tier includes 10k metrics series, 50GB logs, 50GB traces. After that, you’re looking at $8 per 10k active series, $0.50 per GB for logs, $0.50 per GB for traces. My team runs ~100k series, 500GB logs monthly, and we’re paying around $1,200/month. Datadog quoted us $8,000 for similar volume.
The dashboards are powerful. You can build complex visualizations with PromQL or LogQL queries. Variables make dashboards reusable across environments. Panel plugins extend functionality—I’ve added custom visualizations for business metrics that operations teams actually read.
Best for: Teams already invested in the Prometheus ecosystem. If you’re comfortable with YAML configs and PromQL, Grafana Cloud gives you enterprise features without enterprise pricing.
New Relic: The Full-Platform Play
New Relic rebuilt their entire platform around consumption pricing in 2020. Now you get everything—APM, infrastructure monitoring, logs, traces, browser monitoring, synthetics—for one price: $99 per user per month for the standard tier, plus $0.30 per GB of data ingest after the first 100GB.
The APM is still best-in-class. I can trace a request from frontend to database and see exactly where time is spent. Distributed tracing connects spans across services automatically. Error tracking groups exceptions intelligently. The code-level visibility is deeper than most alternatives.
What makes New Relic compelling is how features connect. You’re looking at an error in logs, click through to the trace, then jump to the specific transaction in APM. Everything links together. The context switching that kills productivity in other tools doesn’t happen here.
The new pricing model changed the game. We moved 15 engineers to New Relic, ingest ~1.5TB monthly, and pay around $2,500/month. Our old Datadog bill for the same data was $12,000. The catch: you need to commit annually and actually use the features. If you only need basic metrics, you’re overpaying.
Best for: Application-focused teams who need deep APM. If you’re running microservices and your developers are the primary consumers of observability data, New Relic delivers the most value per dollar.
Better Stack: Logs First, Everything Else Second
Better Stack (formerly Logtail) focuses on logs and uptime monitoring. The interface is fast. I mean noticeably faster than Datadog or Splunk. Searching through terabytes of logs feels instant. The query language is simple—SQL-like syntax that works how you’d expect.
The killer feature is automatic log parsing. Better Stack analyzes your log structure and creates fields automatically. No grok patterns, no regex. You just start sending logs and can immediately filter by any field it detects. Want to find all 500 errors from a specific user? Type the query in plain language and it works.
Uptime monitoring is included. HTTP checks, TCP checks, ping monitors—set them up in 30 seconds. Status pages are built-in and customizable. Incident management integrates with PagerDuty, Slack, or whatever you use. The incident timeline shows logs, metrics, and alerts together so you can see what actually happened.
Pricing is pure usage: $0.35 per GB of logs, $2 per monitor per month. No user seats, no feature tiers. We’re ingesting 2TB of logs monthly with 50 monitors and paying $750/month. Datadog wanted $4,500 for equivalent log management.
The trade-off is limited metrics. Better Stack added metrics recently but it’s basic—think CloudWatch level functionality. If you need complex metrics analysis, you’ll need another tool. But for logs and uptime? This is the sharpest tool available.
Best for: Log-heavy workloads where you’re drowning in data. If your main problem is finding relevant information in massive log volumes, Better Stack solves that specific problem better than anyone.
OpenObserve: High-Cardinality at Scale
OpenObserve is the new player built specifically for high-cardinality observability. It’s designed to handle modern instrumentation—OpenTelemetry, Prometheus, Fluent Bit—where cardinality explodes because you’re tracking every container, every user session, every API key.
Storage efficiency is the main innovation. OpenObserve compresses data ~140x compared to Elasticsearch. We tested it against our Kubernetes metrics—10TB uncompressed became 70GB stored. Query performance stayed fast because of the columnar storage engine. Range queries that took 30 seconds in our old stack finish in under 2 seconds.
The architecture is simpler than competitors. Single binary, embedded UI, works with S3 or local disk. You can deploy it in 5 minutes. Kubernetes Helm chart installs everything including ingestion endpoints. Then you point your collectors at it and data flows.
Pricing is aggressive: $0.05 per GB stored for the cloud version (compressed size), self-hosted is free. Our 2TB daily ingest compresses to ~15GB stored, so we’re paying $22/day or ~$660/month. When we were evaluating Datadog alternatives, this level of data volume would have cost $15,000+/month with traditional vendors.
The UI needs polish. Some features feel half-built. Documentation is improving but still thin in places. You’re trading maturity for cost savings and performance. If you need hand-holding, look elsewhere. But if you can read docs and file GitHub issues when things break, the trade-off is worth it.
Best for: Cost-conscious teams with serious data volumes. If you’re ingesting terabytes daily and traditional vendors are pricing you out, OpenObserve delivers enterprise performance at startup pricing.
Comparison Table
| Feature | Datadog | SigNoz | Grafana Cloud | New Relic | Better Stack | OpenObserve |
| Pricing Model | Per host + usage | Free (self-host) or $199+ | Usage-based | Per user + data | Per GB logs | Per GB stored |
| Starting Cost | ~$15/host/mo | $0 or $199/mo | Free tier | $99/user/mo | $0.35/GB | $0.05/GB |
| Typical Cost (medium team) | $5k-15k/mo | $500-2k/mo infra | $1k-3k/mo | $2k-5k/mo | $500-2k/mo | $500-1k/mo |
| Setup Complexity | Low (SaaS) | High (self-host) | Low (SaaS) | Low (SaaS) | Low (SaaS) | Medium |
| Metrics | Excellent | Excellent | Excellent | Excellent | Basic | Good |
| Logs | Excellent | Excellent | Good | Excellent | Excellent | Excellent |
| Traces | Excellent | Excellent | Good | Excellent | Limited | Good |
| APM | Excellent | Good | Limited | Excellent | None | Limited |
| Alerting | Excellent | Good | Excellent | Good | Good | Basic |
| Data Retention | Default 15d | Unlimited (self) | 13d free tier | Unlimited | 30d default | Configurable |
| OpenTelemetry | Supported | Native | Supported | Supported | Supported | Native |
| High Cardinality | Expensive | Excellent | Good | Moderate | N/A | Excellent |
My Final Pick
If I’m starting from scratch today, I’m choosing SigNoz for new projects and Grafana Cloud for existing Prometheus users.
SigNoz wins for greenfield deployments. You avoid vendor lock-in, control your costs, and get a modern stack built on open standards. The initial setup takes time—budget a week to get production-ready—but you’re building infrastructure you own. When you scale from 10 services to 100, your observability bill doesn’t 10x.
Grafana Cloud wins if you’re already running Prometheus or have Grafana dashboards. Migration is straightforward, your team keeps using tools they know, and managed hosting removes operational burden. The pricing is fair and predictable. You’re not getting nickeled-and-dimed for every feature.
For pure log management, Better Stack is unbeatable. The speed and simplicity make it worth using even if you keep another tool for metrics.
New Relic makes sense if you need comprehensive APM and your team is primarily developers troubleshooting application issues. The integrated experience is polished, and the new pricing model fixed their historical cost problems.
OpenObserve is the value play for data-intensive workloads. If you’re drowning in high-cardinality metrics and traditional vendors are charging $20k+/month, the cost savings justify dealing with a less mature product.
Look, here’s the thing: Datadog is a great product. But observability costs shouldn’t exceed your infrastructure costs. Pick the alternative that fits your budget and technical constraints. Your finance team will thank you, and you’ll still sleep well knowing your systems are monitored.



