Datadog logo

Datadog(DDOG)

Leader#2 in Developer Tools

Cloud observability leader with $2.68B ARR; 750+ integrations; expanding into AI/LLM monitoring as enterprises instrument generative AI workloads at scale in 2025.

Best for: Observability & MonitoringMarket leader
88
AI Score
Grade A↑ Trending
AI Visibility Score (Beta)
Developer ToolsObservability & MonitoringDDOGWebsiteUpdated March 2026
AI Supply Chain
earlysig.com/universe
Ticker
DDOG
Market Cap
$50B
AI Revenue
25%
Supply Layer
L5: AI Platforms & Tools
View on Early Signal →

Company Overview

About Datadog

Datadog is a cloud-native monitoring and security platform founded in 2010 by Olivier Pomel and Alexis Lê-Quôc, headquartered in New York City. The company went public on Nasdaq (DDOG) in September 2019 and has grown to serve over 29,000 customers as of FY2024, generating $2.68 billion in annual recurring revenue, representing approximately 26% year-over-year growth. Datadog's platform spans infrastructure monitoring, application performance management (APM), log management, security monitoring, and AI observability, positioning it as the unified observability stack for cloud-scale engineering teams.

Business Model & Competitive Advantage

The company's technical moat lies in its unified data platform that ingests metrics, traces, and logs from over 750 integrations across cloud providers, containers, databases, and third-party services. Datadog's agent-based architecture provides low-overhead telemetry collection, while its Notebooks and Dashboards enable collaboration across development and operations teams. The 2023-2025 expansion into LLM Observability—monitoring AI model latency, token costs, and hallucination rates—positions Datadog uniquely as enterprises instrument generative AI workloads at scale.

Competitive Landscape 2025–2026

By 2025-2026, Datadog competes in a consolidating observability market against Dynatrace (DT), Grafana Labs, and Cisco's Splunk (acquired March 2024 for $28B). The CrowdStrike global outage in July 2024 reinforced demand for resilient, multi-vendor monitoring. Datadog's platformization strategy—expanding to 20+ products with cross-sell upsell motions—mirrors Palo Alto Networks' approach, driving net dollar retention consistently above 115%. With AI infrastructure monitoring becoming a critical workload, Datadog is positioned to capture spend as enterprises scale GPU clusters and LLM inference pipelines in 2025-2026.

Founded
2010
Headquarters
New York City, New York, United States
Revenue
$2.68B
Curated content • Fact-checked and verified

The Datadog Story

Founded in 2010
New York City, New York, United States
Founded by Olivier Pomel, Alexis Lê-Quôc

Founders

Olivier PomelAlexis Lê-Quôc

Recent Activity

View all →
release
dd-trace-js v5.111.0

### Features - **AppSec:** In App WAF support for lambda [#7783](https://github.com/DataDog/dd-trace-js/pull/7783) - **General:** [SVLS-9168] add aws.durable.operation_attempt tag to durable operation spans [#8595](https://github.com/DataDog/dd-trace-js/pull/8595) - **OpenTelemetry:** OTLP trace metrics support [#8206](https://github.com/DataDog/dd-trace-js/pull/8206) - **release:** Add breaking changes to release proposal [#9196](https://github.com/DataDog/dd-trace-js/pull/9196) - **Test Optimization:** Add vitest no-worker init mode [#9173](https://github.com/DataDog/dd-trace-js/pull/9173) ### Fixes - **AppSec:** Scope the mongodb nosql-analysis marker per query [#9076](https://github.com/DataDog/dd-trace-js/pull/9076) - **aws-durable-execution-sdk-js:** Treat FAILED checkpoints as replays [#9160](https://github.com/DataDog/dd-trace-js/pull/9160) - **datastreams:** Flush on write when flushInterval is 0 [#9120](https://github.com/DataDog/dd-trace-js/pull/9120) - **General:** Wrap laz

release
dd-trace-js v6.0.0

### Breaking Changes - **AppSec:** Drop deprecated securityControls type [#8315](https://github.com/DataDog/dd-trace-js/pull/8315) - **General:** Drop support for Node.js 18 and 20 in v6 [#9104](https://github.com/DataDog/dd-trace-js/pull/9104) - **General:** Drop deprecated whitelist/blacklist plugin types from v6 surface [#8321](https://github.com/DataDog/dd-trace-js/pull/8321) - **General:** Gate addLink(spanContext, attributes) legacy overload off in v6 [#8319](https://github.com/DataDog/dd-trace-js/pull/8319) - **graphql:** Decouple resolver depth from path collapsing [#8774](https://github.com/DataDog/dd-trace-js/pull/8774) - **LLM Observability:** Change span resource names to be consistent between openai v3 and v4 [#5638](https://github.com/DataDog/dd-trace-js/pull/5638) - **loader-hook:** Add include configuration for import-in-the-middle [#6455](https://github.com/DataDog/dd-trace-js/pull/6455) - v6.0.0-pre [#3919](https://github.com/DataDog/dd-trace-js/pull/3919) - **Test Op

release
datadog-agent 7.80.4

# Agent ### Prelude Released on: 2026-07-01 - Please refer to the [7.80.4 tag on integrations-core](https://github.com/DataDog/integrations-core/blob/master/AGENT_CHANGELOG.md#datadog-agent-version-7804) for the list of changes on the Core Checks ### Bug Fixes - Add more traces during SSI installation on Linux host # Datadog Cluster Agent ### Prelude Released on: 2026-07-01 Pinned to datadog-agent v7.80.4: [CHANGELOG](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst#7804).

release
libdatadog v37.0.0

## What's Changed * refactor(sidecar): Use oneshot flusher instead of async manual future by @bwoebi in https://github.com/DataDog/libdatadog/pull/2143 * test(trace-utils): add VecMap microbenchmarks by @yannham in https://github.com/DataDog/libdatadog/pull/2126 * feat(data-pipeline)!: export client-computed span stats as OTLP trace metrics by @mabdinur in https://github.com/DataDog/libdatadog/pull/2067 * chore(release): merge release branch to main (proposal for libdd-remote-config (#2138)) by @dd-octo-sts[bot] in https://github.com/DataDog/libdatadog/pull/2142 * test(trace-utils): add V05 msgpack decode microbenchmark by @yannham in https://github.com/DataDog/libdatadog/pull/2127 * fix(crashtracking): sanitize type and message for unhandled exceptions by @gyuheon0h in https://github.com/DataDog/libdatadog/pull/2148 * fix(sidecar): Avoid notifying in set_request_config by @bwoebi in https://github.com/DataDog/libdatadog/pull/2146 * feat(otlp)!: Export OTLP spans with attribute-lev

release
datadog-api-client-python 2.57.0

See ./CHANGELOG.md for details

blog_post
Debug and evaluate your AI app from your coding agent with Datadog Agent Observability

Learn how to give your coding agent access to Datadog Agent Observability data to classify failures, run RCA, bootstrap evaluators, and generate fixes.

blog_post
5 pitfalls to avoid when measuring DevEx in the AI era

Don’t mistake AI adoption for productivity. Learn how to avoid 5 common pitfalls when measuring DevEx, with practices from Datadog engineering

blog_post
Datadog acquires Adaptive ML

Datadog has acquired Adaptive ML, a platform for building, owning, and deploying specialized AI agents and models.

release
dd-trace-js v5.110.0

### Features - **AI Guard:** Support aiguard standalone mode [#8993](https://github.com/DataDog/dd-trace-js/pull/8993) - **AppSec:** Add missing APISec metrics + APISec reorg [#8588](https://github.com/DataDog/dd-trace-js/pull/8588) - **aws-sdk:** Allow a function service for per-resource span naming [#8922](https://github.com/DataDog/dd-trace-js/pull/8922) - **aws-sdk:** Link batch SQS receives to every producer [#9058](https://github.com/DataDog/dd-trace-js/pull/9058) - **General:** Opt-in OpenTelemetry HTTP semantic conventions (DD_TRACE_OTEL_SEMANTICS_ENABLED) [#8933](https://github.com/DataDog/dd-trace-js/pull/8933) - **General:** Warn when Next.js is loaded before dd-trace [#8901](https://github.com/DataDog/dd-trace-js/pull/8901) - **LLM Observability:** Sampling decisions, rates, and propagation [#9030](https://github.com/DataDog/dd-trace-js/pull/9030) - **OpenTelemetry:** Enable improved OTel trace compatibility via opt-in configuration [#8894](https://github.com/DataDog/dd-tra

release
dd-trace-py v4.9.4

### Bug Fixes - core: This fix prevents periodic thread restarts from blocking application code from resuming in forked children. <!-- --> - tracing: A rare crash happening on versions of CPython prior to 3.12 has been fixed.

release
dd-trace-py v4.10.6

### Bug Fixes - tracing: Resolves an issue where wrapping an async generator on Python 3.11 through 3.14 raises a `TypeError: object NoneType can't be used in 'await' expression` error. This occurs when the generator body awaits a coroutine that suspends to the event loop before its first `yield`. Python 3.9 and 3.10 are not affected. <!-- --> - LLM Observability: Resolves an issue in the `openai` integration where streamed chat completion spans under-reported `output_tokens` and `total_tokens` for OpenAI-compatible providers that emit a cumulative `usage` object on every streamed chunk. <!-- --> - tracing: Applying `@tracer.wrap()` to an async generator now forwards sent values, thrown exceptions, and close requests to the underlying generator, so it behaves like the unwrapped generator in all cases. Previously the wrapper only relayed values during forward iteration, so sent values were dropped and `try`/`finally` cleanup was skipped whenever the generator was closed early or receive

release
dd-trace-py v4.8.11

### Bug Fixes - core: This fix prevents periodic thread restarts from blocking application code from resuming in forked children. <!-- --> - tracing: A rare crash happening on versions of CPython prior to 3.12 has been fixed.

Company Timeline

Major milestones in Datadog's journey

15
Total Events
5
Funding Rounds
2
Acquisitions
5
Product Launches

Leadership Team

Meet the leaders behind Datadog

Olivier Pomel

Co-Founder & Chief Executive Officer

Olivier Pomel is Co-Founder and CEO of Datadog, serving in this role since June 2010. He met co-founder Alexis Lê-Quôc as an undergraduate at École Centrale Paris and worked with him for nine years at Wireless Generation before founding Datadog. Under his leadership, Datadog has grown from a startup to a publicly-traded S&P 500 company with over $2.6 billion in annual revenue.

Alexis Lê-Quôc

Co-Founder, Chief Technology Officer & Board Member

Alexis Lê-Quôc serves as Co-Founder and Chief Technology Officer, overseeing Datadog's technology vision and product development since 2010. He is responsible for the platform's technical architecture and innovation roadmap, including the development of AI-powered observability capabilities and the time-series foundation model TOTO.

David Obstler

Chief Financial Officer

David Obstler has served as Chief Financial Officer since October 2018, bringing more than three decades of operational finance experience. He previously served as CFO of TravelClick and has been instrumental in guiding Datadog through its IPO and subsequent growth as a public company.

Adam Blitzer

Chief Operating Officer

Adam Blitzer serves as Chief Operating Officer, overseeing Datadog's global operations, go-to-market strategy, and customer success initiatives. He brings extensive experience scaling high-growth SaaS companies.

Amit Agarwal

President

Amit Agarwal serves as President of Datadog, working closely with the CEO to drive company strategy, product vision, and market expansion initiatives across global markets.

Ami Vora

Chief Product Officer

Ami Vora brings over 20 years of product experience to her role as Chief Product Officer. She previously served as Chief Product Officer at Faire and has been instrumental in expanding Datadog's product portfolio and accelerating innovation.

Sean Walters

Chief Revenue Officer

Sean Walters serves as Chief Revenue Officer, leading Datadog's worldwide sales organization and revenue growth strategy. He oversees customer acquisition, expansion, and retention across enterprise and commercial segments.

Sara Varni

Chief Marketing Officer

Sara Varni serves as Chief Marketing Officer with over 15 years of marketing leadership experience. She previously served as CMO at Attentive and Twilio, bringing deep expertise in developer-focused marketing and brand building.

Kerry Acocella

Executive Vice President, General Counsel & Secretary

Kerry Acocella serves as Executive Vice President, General Counsel, and Secretary, overseeing all legal affairs, compliance, corporate governance, and regulatory matters for Datadog globally.

Emilio Escobar

Chief Information Security Officer

Emilio Escobar serves as Chief Information Security Officer, responsible for protecting Datadog's infrastructure, data, and customer information. He oversees the company's security strategy and ensures platform security meets the highest industry standards.

Key Differentiators

Market Leader

Datadog is recognized as a market leader in the DevOps sector, demonstrating strong industry presence and customer trust.

Enterprise Scale

With $2.68B in revenue, Datadog operates at enterprise scale with proven market validation.

Top 3 Ranked

Ranked #2 in the DevOps category, consistently recognized for excellence.

Frequently Asked Questions

Estimated Visibility Trend (Beta)

Simulated 8-week rolling score

88
↑ Trending

Based on estimated brand signals. Historical tracking coming soon.

Compare Datadog with Competitors

Side-by-side AI visibility scores, platform breakdown, and market position.

For Datadog

Claim This Profile

Are you from Datadog? Claim your profile to see full AI mention excerpts, get weekly visibility change alerts, and optimize how AI systems describe your brand.

Claim Datadog Profile →
For competitors & analysts

Track AI Visibility in Real Time

Monitor how ChatGPT, Gemini, Perplexity, and Claude mention Datadog vs competitors. Get alerts when AI recommendations shift.

Start Free Tracking →