Pulse - Value Added
FRACTIONAL CRO · MARYLAND-BASED, NATIONWIDE · $0→$200M

Kory White

RevOps & Revenue Leadership

Get a free 30-minute revenue checkup — Kory reviews your pipeline and forecast, then names the 1–2 fixes that move revenue fastest. 25 yrs scaling teams $0→$200M.

Free 30-min revenue checkup →
Hire a Fractional CROHow We Help?LinkedInRésuméCRO Syndicate
← Library
Knowledge Library · pulse-reviews
Gate <13✓ IQ Certified10/10?

How should Datadog rethink its observability thesis for AI buyers?

KnowledgeHow should Datadog rethink its observability thesis for AI buyers?
📖 2,230 words🗓️ Published Jun 21, 2026 · Updated May 13, 2026
Direct Answer

Datadog should shift its observability thesis from monitoring traditional application performance to providing real-time, model-centric visibility into AI pipelines, including prompt traces, token usage, and drift detection. For AI buyers, the core value proposition must emphasize cost optimization (e.g., tracking LLM API spend per request) and explainability, rather than just uptime or latency metrics. This means offering out-of-the-box integrations for popular model providers and vector databases, with pricing that can flexibly scale from small prototypes to high-volume production workloads.

TL;DR: Datadog should rethink observability for AI buyers (ML Platform Engineering + Head of AI Engineering) around four new pillars: (1) LLM observability — prompt + response + cost + latency + hallucination tracking; (2) AI agent monitoring — multi-step agent workflow tracing, decision logging, escalation patterns; (3) AI cost management — token + compute economics across OpenAI/Anthropic/Google/Azure OpenAI + self-hosted; (4) AI safety + compliance — hallucination detection, bias monitoring, PII redaction, audit logs for EU AI Act + state AI laws. The AI buyer is NOT the SRE buyer. AI buyer prioritizes model accuracy + cost + safety, not infrastructure metrics. Competing platforms: Arize AI ($60M+ funded), Fiddler ($45M+), WhyLabs ($24M+), Helicone, LangSmith (LangChain), Langfuse. Datadog has scale + platform breadth advantage; needs to ship AI Observability Pillar GM (see [[q1713]]) with dedicated product roadmap.

flowchart TD A[Current Observability] --> B[AI Workloads] B --> C[New Metrics Needed] C --> D[Model Performance] C --> E[Cost Tracking] D --> F[Buyer Expectations] E --> F F --> G[Unified Platform] G --> H[AI Native Features]

The Buyer Shift

Pre-2024 Datadog buyer: Platform Engineering / SRE / DevOps. Cared about: uptime, latency, error rate, MTTR, alert fatigue. Bought via developer-bottoms-up + enterprise platform sale.

2025-2027 emerging buyer: ML Platform Engineering + Head of AI Engineering + AI Product Manager. Cares about: model accuracy, hallucination rate, token cost, response latency for end-user UX, prompt-injection safety, bias + fairness, audit trail for compliance. The SRE bought "is the service up?" — the AI buyer buys "is the model right + safe + within cost?"

The Four New Pillars Datadog Needs

1. LLM Observability. Track:

Competing: Arize AI, Fiddler AI, WhyLabs, Helicone, LangSmith (LangChain), Langfuse, Datadog LLM Observability (launched 2024).

2. AI Agent Monitoring. Multi-step LLM agent workflows (LangChain agents, OpenAI Assistants API, Anthropic Computer Use, custom GPTs) require:

This is observability adapted to multi-step reasoning. Datadog APM tracing model adapts well.

3. AI Cost Management. Token economics across:

Customer needs unified cost dashboard. Datadog Cloud Cost Management extends naturally.

4. AI Safety + Compliance. EU AI Act + Colorado AI Act + state AI laws require:

The Strategy

TAGS: datadog-ai-buyer-thesis-2027, llm-observability, ai-agent-monitoring, ai-cost-management, ai-safety-compliance, arize-fiddler-whylabs-langsmith, eu-ai-act, 2027

flowchart LR A["2025: SRE buyer dominates Datadog GTM"] --> B["2026: AI Observability Pillar GM + roadmap"] B --> C[4 new pillars launched] C --> D[Ship LLM Obs + Agent Monitoring + Cost Mgmt + Safety] D --> E[Win ML Platform + Head of AI Engineering buyer] E --> F{Datadog captures AI observability share?} F -->|Yes| G[Defend platform leadership through 2028] F -->|No| H[Arize + Fiddler + WhyLabs + LangSmith capture niche]

Related on PULSE

The AI Buyer's Procurement Reality: Why Datadog Must Solve for "Blind Spend"

The most painful gap Datadog faces with AI buyers isn’t technical—it’s financial. AI workloads introduce a fundamentally new cost model: per-token, per-inference, per-embedding economics that behave nothing like cloud infrastructure costs. An SRE buyer tracks EC2 hours and RDS IOPS; an AI buyer wakes up to a $40,000 overnight spike because a single misconfigured RAG pipeline called an expensive GPT-4 model in a loop for 12 hours.

Datadog’s existing cost management tools (Cloud Cost Management, Kubernetes Cost Allocation) are built for static resource consumption. They cannot attribute cost to a specific prompt, a specific user session, or a specific model version. For the AI buyer, this is unacceptable. They need to answer questions like: “Which of our three fine-tuned Llama 3 variants is 2x more expensive per successful query?” or “Are our top 10 users by API cost actually converting to paid customers?”

To win this buyer, Datadog must ship a dedicated AI Cost Attribution Engine that:

Without this, the AI buyer sees Datadog as a legacy infrastructure monitor, not a business-critical cost control platform. The window is narrow: Arize and WhyLabs already have basic cost dashboards, and startups like Helicone are building specifically around this pain point.

The Workflow Debugging Gap: Why Traces for AI Agents Look Nothing Like Microservice Traces

Datadog’s APM traces are designed for deterministic, request-response patterns: a user hits an endpoint, the trace follows a predictable path through services, databases, and queues. AI agent workflows are the opposite—they are non-deterministic, branching, and stateful. A single user query can spawn a multi-step chain: the agent calls an LLM, receives a response, decides to call a tool (e.g., a SQL query), gets results, re-prompts the LLM with new context, and loops until it decides it’s done. Each step might use a different model, different temperature, and different system prompt.

Current Datadog traces collapse this into a single span or a flat list of spans, losing the critical information the AI buyer needs: the agent’s decision path, the tool call arguments and results, the token cost of each sub-step, and the final outcome (success, failure, or hallucination). The AI buyer doesn’t care about p99 latency of the overall trace—they care about why the agent chose to call the “customer lookup” tool instead of the “order status” tool, and whether that choice was correct.

Datadog needs to ship a dedicated AI Agent Trace Viewer that:

This is not a small feature—it requires rethinking how traces are ingested, stored, and visualized. But it’s the single most differentiated capability Datadog could offer against Arize and LangSmith, which already have agent-specific tracing. Without it, the AI buyer will see Datadog as a tool for the old world, not the new one.

The Compliance Cliff: Why AI Safety Monitoring Is a Non-Negotiable Purchase Trigger

The AI buyer (especially in regulated industries—finance, healthcare, insurance, legal) is staring down a compliance cliff that Datadog can help them navigate. The EU AI Act is already in force, with full enforcement starting in 2025. State-level AI laws in Colorado, California, and New York are passing rapidly. The common thread: mandatory logging of model outputs, bias testing, and hallucination monitoring for high-risk AI systems.

Most AI teams today have zero infrastructure for this. They might log prompts and responses to a simple database, but they cannot answer the auditor’s question: “Show me every time your model generated a hallucinated medical diagnosis in the last 90 days, and what mitigation was applied.” Datadog’s existing log management and audit trail capabilities could be extended to solve this—but only if the product team explicitly builds for AI compliance workflows.

The opportunity for Datadog is to ship an AI Compliance Dashboard that:

This isn’t just a feature—it’s a compliance product that the AI buyer can use to justify the purchase to their legal and risk teams. Without it, Datadog remains a tool for engineers, not a platform for the entire AI governance stack. The AI buyer will choose a purpose-built compliance tool (like Credo AI or Holistic AI) over a general-purpose observability platform that half-solves the problem.

FAQ

What makes AI buyers different from traditional Datadog customers? AI buyers—like Heads of ML Platform or AI Engineering—care most about model accuracy, cost per token, and safety guardrails, not server CPU or memory. They’re frustrated by dashboards full of infrastructure metrics that don’t tell them why a model hallucinated or why their bill jumped overnight.

Does Datadog already have LLM observability features? Datadog offers some APM traces that can capture LLM calls, but it lacks dedicated tools for prompt/response logging, token-level cost breakdowns, or hallucination detection. Competitors like Arize AI and Langfuse have built purpose‑built solutions that Datadog is only beginning to match.

How should Datadog handle the cost of AI observability at scale? AI observability can generate huge volumes of prompt/response data. Datadog would need to offer flexible sampling and cost‑allocation dashboards that let teams control spend—perhaps by setting per‑model budgets or filtering out low‑value logs—without losing visibility into critical failures.

What are the biggest risks if Datadog doesn’t adapt quickly? AI teams may standardize on specialized platforms like LangSmith or Helicone, making Datadog a secondary tool for infrastructure only. That could erode Datadog’s “single pane of glass” value proposition and slow its growth in the fastest‑growing segment of cloud spending.

Can Datadog win with its existing platform breadth? Yes—Datadog’s advantage is that AI teams already use it for logs, metrics, and traces. If Datadog adds strong LLM observability and cost management, it can offer a unified view that no pure‑play AI observability vendor provides. But it must ship a dedicated product roadmap, not just bolt‑on features.

What compliance features should Datadog prioritize for AI? Regulations like the EU AI Act and emerging state laws require audit trails for model decisions, bias monitoring, and PII redaction. Datadog should build automated compliance dashboards that map model outputs to regulatory requirements, helping buyers prove safety without manual effort.

Sources

Real Numbers (Verified)

DataFigureSource
Datadog FY24 revenue$2.7BDDOG 10-K
Datadog LLM Observability launch2024Datadog
Datadog Bits AI launch2024Datadog
Arize AI funding$60M+Crunchbase
Fiddler AI funding$45M+Crunchbase
WhyLabs funding$24M+Crunchbase
Helicone funding~$3M seedCrunchbase
LangSmith (LangChain)part of LangChainLangChain
Langfuse funding~$4MCrunchbase
Robust Intelligence Cisco acquisition (2024)~$500M estIndustry estimates
EU AI Act effectiveAugust 2024 (phased through 2027)EU
Colorado AI Act effectiveFebruary 2026Colorado
OpenAI revenue (2024 est)$3.4B+Industry estimates
Anthropic revenue (2024 est)$1B+Industry estimates
Google Gemini API revenuepart of Google CloudGoogle
AWS Bedrock customers20K+AWS
LangChain users~1M+ developersLangChain
Custom GPT users (OpenAI)3M+OpenAI
AI Cost Management market$0.5B+ emergingIndustry

AI buyer is structurally different + growing fast; Datadog needs dedicated AI Observability Pillar.

Counter-Case

Arize + Fiddler + WhyLabs may already be entrenched in ML platform. Pure-play AI observability has 2-3 year head start. Mitigation: Datadog acquires (see [[q1715]]) + integrates.

LangSmith part of LangChain ecosystem. Developers loyal to LangSmith for LangChain workflows. Mitigation: Datadog must integrate with LangChain agents + OpenTelemetry for LLMs.

Buyer complexity. ML Platform + AI Engineering + AI Product Manager + Head of AI all in different orgs. Mitigation: cross-functional sales motion.

Datadog SRE-buyer brand may not transfer. AI buyer skeptical of "observability vendor doing AI." Mitigation: dedicated AI Observability brand + product team; standalone positioning.

Hyperscaler bundled AI observability. AWS Bedrock + Azure OpenAI + Google Vertex AI ship AI observability natively. Mitigation: Datadog's multi-cloud + multi-LLM neutrality differentiates.

When stay-the-course (let pure-plays win AI buyer) wins. Datadog could decide AI observability is smaller TAM than expected + focus on SRE buyer. Mitigation: hedge bet — build minimum AI Observability product + watch market signal.

See Also

Download:
Was this helpful?  
Sources cited
datadoghq.comhttps://www.datadoghq.com/product/llm-observability/datadoghq.comhttps://www.datadoghq.com/product/bits-ai/arize.comhttps://arize.com/
⌬ Apply this in PULSE
Pulse CheckScore reps on the metrics that matterRep Scheduling MatrixProtect high-value selling time