Why Your Monitoring Bill Exceeds Your Infrastructure Bill — And What To Do About It
Published: 2026-06-22 | jslet Research | 18 min read | Classification: Unrestricted
Executive Summary
There is a number that doesn't appear on any vendor pricing page, but which every CTO at scale eventually discovers: observability now consumes 15–25% of total cloud infrastructure spend at the median mid-market SaaS company. For some, it's higher. I've spoken with teams where Datadog alone exceeds their AWS compute bill. Not their cloud bill — their compute bill. The part that actually runs the product.
This isn't an accident. The SaaS observability pricing model — per-host fees stacked on per-GB ingestion stacked on per-event indexing stacked on per-metric cardinality charges — is structurally designed to grow faster than the infrastructure it monitors. Every new microservice, every autoscaling event, every developer who adds a customer_id tag to a metric: the bill ticks up. The infrastructure scales with revenue. The monitoring bill scales with both revenue and architectural complexity, which in modern distributed systems grow faster than revenue.
This briefing runs the numbers. We model five observability solutions — Datadog, Grafana Cloud, Splunk Observability, New Relic, and a self-built LGTM stack (Loki + Grafana + Tempo + Mimir) — across three realistic workload scales. We include infrastructure costs, licensing, and the fully-burdened engineering overhead of self-hosting. The gap between the cheapest and most expensive option is not a percentage. It's an order of magnitude.
The Pricing Models: How We Got Here
To understand why observability bills spiral, you have to understand the pricing models. Each vendor charges for a different combination of dimensions. The bill isn't one number — it's a matrix multiplication.
Vendor Pricing Anatomy (Public Rates, June 2026)
| Vendor | Host-Based | Ingest-Based | The Trap |
|---|---|---|---|
| Datadog | Infra $15–23/host/mo APM $31–40/host/mo DB Monitoring $70/host/mo | Logs: $0.10/GB ingested + $1.70/million events indexed APM: $1.70/million spans | Custom metrics: OTel data billed as custom. High-cardinality tags multiply metric count silently. |
| Splunk Observability | Infra $15/host/mo APM+Infra $60/host/mo Full-Stack $75/host/mo | Traces: $50–100/million + Splunk Cloud logging $130–180/GB/day | Splunk Cloud + Observability are separate products. Combined, the per-GB-day model is brutal at scale. |
| New Relic | Per-user pricing (free for 1 full user) | Data: $0.30–0.50/GB ingested Free tier: 100 GB/mo | 100 GB cap is easily breached. Above it, per-GB pricing converges with Datadog. |
| Grafana Cloud | $15/active user/mo + $19/mo platform fee | Metrics: $8/1K series Logs: $0.50/GB Traces: $0.50/GB | Adaptive Metrics/Logs reduce bill but require configuration. Free tier: 10K series, 50GB logs, 50GB traces. |
| Self-Built LGTM | $0 — software is free | $0 — you own the pipe | Engineering time: 10–20 hrs/mo SRE at $75–150/hr. ClickHouse/TSDB tuning is not a side project. |
Sources: Vendor public pricing pages accessed June 2026. Self-built estimates based on community benchmarks and jslet's infrastructure modeling. Enterprise discounts can reduce list prices by 20–40% at scale, but the relative ordering between vendors is stable.
The structural problem across all SaaS vendors is the same: the cost function is multiplicative, while the value function is sub-linear. Every new dimension you pay for — hosts, gigabytes, events, metrics, traces, users — multiplies against the others. A single poorly-tagged metric with a user_id dimension on Datadog can generate millions of unique time series and add five figures to an annual bill overnight. It happens routinely. The engineer who added the tag had no idea. The billing system noticed immediately.
Workload A: The 20-Person Seed-Stage Startup
15 services · 30 hosts (K8s) · 50 GB logs/day · 1M spans/day · 14-day retention
Scenario
A seed-stage SaaS. Fifteen Node.js microservices running on a 30-node Kubernetes cluster. Log volume is moderate — around 50 GB/day uncompressed (structured JSON, ~500 events/second at 1 KB each). They're generating 1 million spans per day from their service mesh. They need 14-day retention for logs and traces, 30-day for metrics. Team of 20 engineers, no dedicated SRE — the CTO is on call.
At this scale, the cost differences between vendors are real but not yet existential. The operational overhead of self-hosting is the dominant variable, not the SaaS premium.
| Solution | Monthly Cost | Annual | Notes |
|---|---|---|---|
| Datadog | $4,200 | $50,400 | Infra Pro ($15/host × 30) + APM ($31/host × 30) + logs ($0.10/GB × 1,500 GB/mo) + spans ($1.70/M × 30M). No custom metric overages yet. |
| Splunk Observability | $1,800 | $21,600 | App & Infra tier ($60/host × 30). Traces included at this volume. Logs via separate Splunk Cloud would add substantially. |
| New Relic | $750 | $9,000 | Free tier (100 GB) covers first ~2 days. Overages at $0.30/GB for remaining 1,400 GB = $420. Plus 3 paid users at $49/mo each. |
| Grafana Cloud | $850 | $10,200 | Logs: $0.50/GB × 1,500 GB = $750. Traces: $0.50/GB × ~50 GB estimated = $25. Metrics: ~5K series × $8/1K = $40. Platform + 3 users: $64. |
| Self-Built LGTM | $1,450 | $17,400 | Infra: $250/mo (3× c6g.xlarge for Mimir/Tempo/Loki + S3). Engineering: $1,200/mo (~8 hrs at $150/hr — the CTO's time on nights and weekends). |
Takeaway: At seed stage, the self-built stack is more expensive than New Relic and Grafana Cloud once you account for the CTO's opportunity cost. The SaaS premium — $750–4,200/month — is a rounding error compared to engineering salaries. The rational choice here is Grafana Cloud or New Relic: moderate cost, zero ops, OpenTelemetry-native so you're not locked in. Do not self-host at this scale unless compliance requires it. The engineering hours you'd spend tuning Prometheus are hours you should be spending talking to customers.
Workload B: The Mid-Market Growth Company
80 services · 200 hosts (K8s + DB) · 500 GB logs/day · 10M spans/day · 30-day retention
Scenario
A Series B SaaS platform. Eighty microservices across a 200-host Kubernetes cluster plus managed databases. Log volume: 500 GB/day uncompressed (~5,800 events/second). They're generating 10 million spans per day. They need 30-day retention on logs and traces for debugging and customer support investigations. Fifty engineers, two dedicated SREs. Their current Datadog bill is the reason the VP of Engineering is reading this article.
This is the scale where most teams hit the wall. The SaaS pricing model crosses from "expensive but worth it" to "we could hire another engineering team for this."
| Solution | Monthly Cost | Annual | Notes |
|---|---|---|---|
| Datadog | $36,270 | $435,240 | Infra Pro ($15 × 200) = $3,000. APM Enterprise ($40 × 200) = $8,000. Logs ingest ($0.10 × 15,000 GB) = $1,500. Logs indexing ($1.70/M × 11,550M events, assuming 30% indexed) = $19,635. Spans ($1.70/M × 300M) = $510. DB monitoring ($70 × 12 DB hosts) = $840. Custom metrics overage: $2,785. High-water mark host count is the real number — autoscaling means you pay for peak. |
| Splunk Observability | $15,500 | $186,000 | Full-stack ($75/host × 200) = $15,000. Traces: 300M spans at ~$75/M = $500. This excludes Splunk Cloud for logging, which at 500 GB/day would add $65,000–90,000/mo if combined. |
| New Relic | $7,200 | $86,400 | Data ingest 15,000 GB/mo + traces at $0.30/GB blended = $4,500. 10 full-platform users at $270/user/mo = $2,700. |
| Grafana Cloud | $8,300 | $99,600 | Logs: $0.50/GB × 15,000 = $7,500. Traces: $0.50/GB × ~300 GB estimated = $150. Metrics: ~30K active series at $8/1K = $240. 15 users + platform: $310. |
| Self-Built LGTM | $4,900 | $58,800 | Infra: $1,900/mo (6× c6g.2xlarge + S3 Standard for logs, 15 TB stored after 10:1 compression × 30d retention). Engineering: $3,000/mo (~20 hrs at $150/hr — dedicated SRE time for upgrades, tuning, on-call coverage). |
Takeaway: This is where the math flips. Datadog at $36K/month is 7.4× the cost of self-built LGTM and 4.4× Grafana Cloud. The $27,970/month gap between Datadog and self-built LGTM funds two additional senior engineers — fully loaded, including benefits. The Datadog log indexing line item alone ($19,635/month) exceeds the total cost of the Grafana Cloud solution.
But here's what the spreadsheet doesn't capture: at 200 hosts, the self-built stack is not free in terms of cognitive load. Someone has to own the Prometheus TSDB compaction. Someone has to debug why Loki's ingester is OOMing during peak traffic. Someone has to plan the ClickHouse version upgrade. If your two SREs are already underwater, Grafana Cloud's $8,300/month is a reasonable insurance policy — it buys you back roughly 15–20 engineering hours per month that you'd otherwise spend on observability plumbing. The question isn't which option is cheaper on the invoice. It's which option lets your team sleep.
Workload C: The Enterprise Platform
500+ services · 1,200 hosts · 3 TB logs/day · 100M spans/day · 90-day retention · Multi-region
Scenario
A post-IPO platform operating across three AWS regions. Over 500 microservices. 1,200 monitored hosts across production, staging, and DR environments. Log volume: 3 TB/day uncompressed. Span volume: 100 million per day. Compliance requires 90-day retention for audit logs, 30-day for application logs. The observability budget is now a line item that the CFO reviews quarterly. There is a dedicated observability team of four engineers.
| Solution | Monthly Cost | Annual | Notes |
|---|---|---|---|
| Datadog | $201,000 | $2,412,000 | Enterprise negotiated rates assumed (30% off list). Infra + APM + logs + spans + DB monitoring + custom metrics + RUM. Log indexing at 90-day retention is the dominant cost driver. Real enterprise bills from public filings: Coinbase $65M+/yr, OpenAI >$100M/yr. |
| Grafana Cloud | $48,000 | $576,000 | Advanced tier with volume discounts (25% off). Logs: 90 TB/mo at $0.38/GB discounted = $34,200. Traces + Metrics + Profiles: ~$10,000. Users + platform: ~$3,800. Adaptive Metrics/Logs could reduce this further. |
| Self-Built LGTM | $22,500 | $270,000 | Infra: $12,500/mo (20-node Mimir cluster, 15-node Loki cluster, Tempo cluster, S3 for cold storage at 270 TB stored). Engineering: $10,000/mo (dedicated observability team — 4 engineers, ~25% of their total time on stack maintenance). 90-day retention of audit logs on S3 Deep Archive: negligible. |
Takeaway: At enterprise scale, the annual gap between Datadog and self-built LGTM is $2.14 million. That is not a typo. The gap between Datadog and Grafana Cloud is $1.84 million/year. These are not marginal optimization opportunities — they are strategic decisions that affect hiring plans, runway, and gross margins.
At this scale, self-hosting is the mathematically correct answer if and only if you have the organizational maturity to run it. A dedicated observability team of four engineers at $200K/year fully loaded costs $800K/year. Add $270K in infrastructure, and you're at $1.07M — still $1.34M/year less than Datadog. You could double the observability team headcount and still come out ahead.
The caveat: enterprise procurement is not rational in a vacuum. If your organization already runs Splunk for SIEM with a seven-figure ELA (Enterprise License Agreement), adding Splunk Observability may be "free" in the internal accounting sense. If your compliance team has already certified Datadog's FedRAMP package, the switching cost — in audit effort alone — can exceed the annual savings. The spreadsheet is straightforward. Organizational reality is not.
The Full Cost Curve
Here is the comparison across all scales. The numbers assume mid-range configurations for each solution at each scale. Self-built engineering cost is modeled at $150/hour for SRE time, which is conservative — many teams report higher real costs when factoring in on-call burden and context-switching overhead.
| Scale | Datadog | Splunk Obs. | New Relic | Grafana Cloud | Self-Built LGTM |
|---|---|---|---|---|---|
| Seed (30 hosts) | $4,200 | $1,800 | $750 | $850 | $1,450 |
| Mid-Market (200 hosts) | $36,270 | $15,500 | $7,200 | $8,300 | $4,900 |
| Enterprise (1,200 hosts) | $201,000 | — | — | $48,000 | $22,500 |
All figures are monthly estimates based on public pricing as of June 2026. Enterprise discounting can reduce SaaS costs by 20–40%, but the relative ordering is stable. Self-built costs include fully-burdened engineering overhead at $150/hr. Dashes (—) indicate solutions that are not commonly deployed at that scale.
Why SaaS Observability Pricing Is Structurally Broken
The numbers above aren't the result of any one vendor being "greedy." They're the result of a pricing model that treats observability data as a linear consumable when the value of that data is sharply non-linear.
1. The Log Indexing Tax
Datadog charges you to ingest logs ($0.10/GB) and then charges you again to make them searchable ($1.70/million events indexed). The second charge is typically 8–15× the first. At mid-market scale with 500 GB/day and 30% of logs indexed, the indexing line item alone ($19,635/month) is larger than the entire Grafana Cloud bill. The result: teams leave 70–90% of their logs unsearchable, which means during an incident, the data you need is probably in the 80% you can't afford to query. You are paying for a fire extinguisher that's locked behind a paywall.
2. The High-Water Mark Host Count Problem
Datadog bills based on your 99th percentile host count for the month, not your average. If your Kubernetes cluster autoscales from 100 to 300 nodes during a four-hour traffic spike on Black Friday, your bill for the entire month is calculated at 300 hosts. That single day's spike can add $6,000+ to a monthly invoice. Your infrastructure autoscaling saves you money on compute. Your observability bill does the opposite.
3. The Custom Metrics Cardinality Trap
A single metric tagged with endpoint (10 values), status_code (5 values), and customer_tier (3 values) generates 150 unique billable time series. Add customer_id and you've got millions. On Datadog, OpenTelemetry metrics are billed as custom metrics — a pricing decision that directly penalizes the open standard the industry is converging on. One company I spoke with added a sku_id tag to a single latency histogram and got a $15,000/month surprise. The engineer who added the tag had no idea it would generate a bill. The billing system noticed within the hour.
4. The SKU Sprawl Problem
Datadog now lists 23+ separate products. The average customer uses 9. Each product has its own pricing model — per host, per GB, per million events, per 100 custom metrics, per 1,000 test runs. The combinatorial explosion means nobody — not the customer, not the Datadog sales engineer — can accurately predict a bill before the first invoice arrives. The survey data backs this up: actual bills run 3–5× above initial estimates for first-year customers. One VP of Engineering budgeted $12,000/month based on the pricing calculator. First invoice: $147,000.
But Self-Hosting Isn't Free Either
I want to be honest about this because most "Datadog is expensive" articles conveniently omit the other side of the ledger. Running your own observability stack has real costs that don't appear on an AWS invoice.
The Engineering Cost (Fully Burdened)
| Activity | Hours/Month | Notes |
|---|---|---|
| Version upgrades & security patches | 4–6 | Grafana, Mimir, Loki, Tempo, Prometheus each ship monthly. Not all upgrades are urgent, but falling more than 3 months behind creates risk. |
| Performance tuning (TSDB compaction, query optimization) | 4–8 | Prometheus TSDB compaction at scale requires manual intervention. Loki query performance degrades non-linearly with cardinality. |
| Capacity planning & scaling | 2–4 | Storage growth is non-linear. You'll over-provision or under-provision. Both have consequences. |
| On-call: observability stack is down during an incident | 0–20 | The worst kind of failure: the tool you need to debug the outage is itself part of the outage. This is not theoretical — it happens. |
| New service onboarding (dashboards, alerts, recording rules) | 2–4 | Every new microservice needs dashboards and alerts. SaaS vendors make this one click. Self-hosted requires YAML and PromQL. |
| Total (steady state) | 12–22 | At $150/hr fully burdened: $1,800–3,300/month. Add 50% for incident response months. |
The invisible cost is cognitive load. When your observability stack is self-hosted, it joins the set of things that can break at 3 AM. That has a real cost, even if it doesn't appear on a timesheet. Every hour your SRE spends debugging a Prometheus compaction stall is an hour they're not spending on product reliability, which is what you hired them for.
Rule of thumb: Self-hosting becomes net-positive when the annual SaaS premium exceeds $50,000–75,000 per dedicated observability engineer on your team. Below that threshold, the SaaS premium is buying you sleep. Above it, you're paying for a service you could plausibly run yourself — and the savings fund the headcount to do it.
The Decision Framework
There is no universally correct answer. But there is a correct answer for your organization at your current scale. Here's the decision logic, ordered by host count:
| Your Scale | Recommendation | Why |
|---|---|---|
| 1–30 hosts Pre-seed / Seed | New Relic Free Tier or Grafana Cloud Free Tier | Ops overhead dominates at this scale. Free tiers are genuinely adequate. Instrument with OpenTelemetry so you're not locked in. Do not self-host. |
| 30–100 hosts Series A | Grafana Cloud (managed OSS) | Best balance of cost and zero-ops. OpenTelemetry-native. Adaptive Metrics/Logs actively reduce your bill. Datadog is defensible here if you value the turnkey UX and have budget, but lock in early. |
| 100–400 hosts Series B / Growth | Grafana Cloud → start evaluating self-hosted LGTM or SigNoz | Grafana Cloud is still the sweet spot. But if you have 2+ dedicated SREs, start running a self-hosted pilot in parallel. The savings crossover is around 200 hosts. Do not commit to a multi-year Datadog ELA at this stage — you'll regret it. |
| 400+ hosts Series C+ / Enterprise | Self-Hosted LGTM or SigNoz with a dedicated observability team | The math is unambiguous at this scale. The $1–2M/year savings funds your observability team 3× over. You need 3–4 dedicated engineers. If compliance prohibits self-hosting, negotiate Grafana Cloud Advanced tier with volume discounts. |
The common thread across all scales: instrument with OpenTelemetry from day one. The CNCF graduated the project in 2024. AWS, Azure, and GCP now ship OTel as the default telemetry path. OTel-native instrumentation means your switching cost between backends is a configuration change, not a re-instrumentation project. This is the single highest-leverage architectural decision you can make about observability, and it costs nothing. If a vendor tells you their proprietary agent is "better" than OTel, what they mean is their lock-in is better — for them.
Concrete Steps: What To Do This Quarter
1. Audit your current spend. Tag your observability costs in your cloud bill and SaaS invoices. Most teams I talk to can't answer "how much do we spend on observability total?" without a week of spreadsheet archaeology. Separate the tooling costs from the infrastructure that the tooling runs on. The answer is usually higher than you think.
2. Run the log storage numbers. Use our Log Storage Cost Estimator to model your actual ingest volume against different retention policies and compression ratios. Most teams discover they're retaining 3–5× more logs than they actually query. A 30-day to 14-day retention reduction on non-audit logs can cut SaaS bills by 40% with zero functional impact.
3. Identify your cardinality bombs. Run a metric cardinality report. Which metrics have the highest unique label combinations? Which labels are generating the most time series? The answer is usually a user_id, request_id, or session_id tag that someone added during a debugging session six months ago and forgot to remove. Removing one high-cardinality label can reduce a Datadog bill by thousands per month.
4. Deploy an OpenTelemetry Collector as a sidecar or DaemonSet. Even if you stay on your current SaaS vendor, running an OTel Collector lets you implement tail-based sampling, filter noisy spans, and drop duplicate telemetry before it reaches the vendor's ingest endpoint. This is pure cost savings with zero application changes. The Collector runs in your infrastructure, processes telemetry in memory, and only forwards the data you actually want to pay to store.
5. If you're above 100 hosts, run a 30-day self-hosted pilot. Deploy Grafana + Loki + Tempo + Mimir on a spare K8s cluster. Mirror 10% of your production telemetry to it. After 30 days, compare the infrastructure cost against your SaaS bill. The number will be directionally correct — self-hosting is not 10% cheaper, it's 90% cheaper on infrastructure. The question the pilot answers is whether your team can absorb the operational overhead. You can't know that from a spreadsheet.
Frequently Asked Questions
Why is Datadog so expensive?
Datadog's pricing model stacks multiple independent dimensions: per-host fees for infrastructure and APM ($46–63/host/month minimum combined), per-GB fees for log ingestion ($0.10/GB), per-million-event fees for log indexing ($1.70/million — often 8–15× the ingestion cost), and per-custom-metric charges. At scale, these compound. A 200-host K8s cluster with full observability can reach $36,000/month. The structural issue is that costs grow linearly with every new host, log source, and metric tag, while the per-unit debugging value of each additional data point diminishes. The high-water-mark host billing model (paying for 99th percentile usage, not average) amplifies this further — autoscaling saves money on compute but increases your Datadog bill.
How much cheaper is self-hosted observability compared to SaaS?
Infrastructure-only costs for self-hosted LGTM (Loki + Grafana + Tempo + Mimir) at a 200-host scale run $1,500–$3,000/month — approximately 90–95% less than equivalent Datadog spend. However, this excludes the engineering cost of operating the stack (typically 12–22 hours/month of SRE time, valued at $1,800–$3,300/month at $150/hr fully burdened). Even with engineering overhead included, self-hosted stacks typically land at 30–50% of SaaS observability costs at mid-scale, and the gap widens with data volume. At enterprise scale (1,200+ hosts), the annual savings can exceed $2 million. The real question is whether your organization has the SRE maturity to absorb the operational responsibility — not whether the infrastructure math works, because it does.
Does OpenTelemetry actually reduce observability costs?
OpenTelemetry itself doesn't reduce data volume — but it removes the largest structural barrier to cost optimization: vendor lock-in. When your instrumentation is OTel-native, switching backends is a Collector configuration change rather than a re-instrumentation project. This creates genuine pricing pressure on vendors and gives you optionality. More directly, deploying an OTel Collector in your infrastructure allows you to implement tail-based sampling, filter redundant spans, aggregate metrics, and drop duplicate telemetry before it reaches any vendor's ingest endpoint — reducing billable data volume by 40–60% with zero application changes. OTel also eliminates the "custom metrics tax" that some vendors impose on non-standard metric formats, since OTel semantic conventions are increasingly the default.
At what scale should my team consider migrating off SaaS observability?
The crossover typically occurs between 50–200 monitored hosts. Below 50 hosts, the operational overhead of self-hosting outweighs the SaaS premium — you're better off spending engineering time on product. Between 50–200 hosts, managed open-source solutions like Grafana Cloud deliver the best cost-vs-ops balance. Above 200 hosts, self-hosted LGTM or ClickHouse-based stacks (SigNoz, HyperDX) deliver the largest absolute savings. The decision should also weigh: (1) your team's SRE expertise and willingness to own the stack, (2) compliance requirements that may mandate specific vendors or data residency, (3) whether your instrumentation is already OpenTelemetry-native (which reduces switching cost to near-zero), and (4) whether you have the organizational capacity to run a migration without disrupting production monitoring. We recommend running a 30-day self-hosted pilot mirroring 10% of production telemetry before committing.
Is there a middle ground between fully-managed SaaS and fully self-hosted?
Yes, and it's the fastest-growing segment of the market. Grafana Cloud is the canonical example: managed Loki, Mimir, and Tempo running on Grafana Labs' infrastructure, priced per GB/series with no per-host fees. You get the operational ease of SaaS with the open-source DNA that prevents lock-in. SigNoz Cloud ($49/month base + usage) offers a similar model on ClickHouse. The emerging BYOC (Bring Your Own Cloud) model — where the vendor ships software that runs in your VPC, so data never leaves your infrastructure — is also worth watching. Chronosphere and Observe, Inc. both offer variations on this. The common theme: you pay a managed service premium over raw infrastructure, but far less than the traditional SaaS tax, and you retain data sovereignty and backend portability.
Methodology & Disclosure
Pricing data is based on publicly available vendor rate cards accessed in June 2026. Datadog pricing uses on-demand US list rates; enterprise negotiated discounts can reduce these by 20–40% at scale but the relative ordering between vendors remains stable. Splunk Observability pricing uses the App & Infrastructure tier ($60/host/month) and Full-Stack tier ($75/host/month) where noted. New Relic pricing uses the usage-based data ingest model ($0.30–0.50/GB). Grafana Cloud pricing uses the Pro tier with volume discount assumptions noted per scenario.
Self-hosted infrastructure costs are modeled on AWS us-east-1 on-demand pricing for comparable instance types (Graviton-based c6g/r6g families) and S3 Standard object storage. Compression ratios assume 8–12:1 for structured JSON logs with zstd, consistent with community benchmarks. Engineering time is valued at $150/hour fully burdened, representing a median US SRE compensation level. Actual costs will vary based on region, workload pattern, committed-use discounts, and team composition.
Disclosure: jslet is an independent research project. We are not sponsored by any observability vendor. This analysis was produced using our own infrastructure cost modeling tools (log-storage-cost, cloud-storage-cost) and publicly available pricing data. We have no affiliate relationships with any vendor discussed in this article.
References & Further Reading
- OneUptime (2026). "Your Datadog Bill Is About to Get Worse: The Real Cost of Observability in 2026." oneuptime.com
- OneUptime (2026). "The Observability Tax: What Datadog Actually Costs Your Engineering Team." oneuptime.com
- SigNoz (2026). "Datadog Pricing Main Caveats Explained [Updated for 2026]." signoz.io
- Better Stack Community (2026). "Datadog Pricing Gotchas in 2026 Explained." betterstack.com
- Opslyft (2026). "Datadog Pricing in 2026." opslyft.com
- FinTekCafe (2026). "Observability Cost Explosion: Why Your Datadog and Splunk Bills Are Out of Control in 2026." fintekcafe.com
- DevOps.com (2026). "The SaaS Observability Era is Ending: Why BYOC Is the Future of Telemetry." devops.com
- CNCF (2025). "Cloud Native Survey 2025." Reports 76% of companies using open-source for observability, 77% running Prometheus in production. cncf.io
- dev.to/osalt (2026). "The Datadog Escape Hatch Is Real: Observability Is the OSS Vertical That's Actually Winning." dev.to
- Cloudflare (2025). "Radar 2025 Year in Review." AI crawler traffic data referenced for context on rising egress costs affecting observability pipelines. blog.cloudflare.com
- Vendr (2026). "Grafana Labs Software Pricing & Plans 2026." vendr.com
- Expanso (2026). "Splunk Pricing in 2026: The Real Cost and How to Control It." expanso.io
- Neubird (2026). "While Datadog Throws a Party, Your Production Is Still on Fire." neubird.ai
- Diginomica (2026). "AI Bots — a new risk and opportunity for CIOs to manage." Referenced for observability pipeline egress cost context. diginomica.com
📜 Copyright & Attribution
© 2026 jslet Research. This article is an original work independently researched and published on jslet (jslet.com). All rights reserved.
Sharing & Reprinting: You may share excerpts (up to 200 words) with a mandatory, do-follow link back to this article's canonical URL. Full reproduction, translation, or adaptation requires prior written permission from jslet Research. Commercial republication, AI/LLM training corpus ingestion, and paywalled syndication are expressly prohibited without a licensing agreement.
Preferred citation format:
"The Price of Observability: Why Your Monitoring Bill Exceeds Your Infrastructure Bill (2026)" — jslet Research, June 2026.
https://www.jslet.com/observability-cost
📡 Enjoyed this? When your monitoring bill exceeds your infrastructure bill, you know the industry is broken. The RSS feed covers one such uncomfortable reality per week. No vendor sponsors. No tracking. RSS Feed → | More options →