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 →
blog_post
Give your AI agents live Datadog access from the command line

Learn how Pup CLI gives AI agents secure, token-efficient access to the full Datadog platform from the command line, with no long-lived API keys required.

blog_post
When failover isn’t safe: Building high-availability PostgreSQL on Kubernetes

During a reliability gameday, Datadog engineers discovered that their PostgreSQL clusters couldn’t safely fail over. Here’s how the team redesigned them for high availability using Patroni and synchronous replication.

blog_post
Introducing Bits Agent Builder: Build agentic workflows for alert response and remediation

Learn how you can build custom AI agents to automate complex operational tasks.

release
datadog-agent 7.79.2

# Agent ### Prelude Released on: 2026-06-03 - Please refer to the [7.79.2 tag on integrations-core](https://github.com/DataDog/integrations-core/blob/master/AGENT_CHANGELOG.md#datadog-agent-version-7792) for the list of changes on the Core Checks ### Security Notes - Bumped containerd dependencies to mitigate CVE-2026-46680: `github.com/containerd/containerd` to v1.7.32 and pinned `github.com/containerd/containerd/v2` to v2.0.9 (the EOL v2.1.x line has no fix). ### Bug Fixes - Use the Docker daemon's `/ping` endpoint instead of `/info` to verify connectivity during `DockerUtil` initialization. Some daemons emit `DefaultAddressPools[].Base` values in `/info` that are not valid CIDRs, which fail the strict `netip.Prefix` decoding introduced by the moby v29 client and previously caused `DockerUtil` to fail to initialize. This cascaded into the Docker workloadmeta collector and the Docker core check being unavailable, leading to missing container/image tags on metrics and traces from Docke

release
dd-trace-rb v2.35.0

## Highlights This release improves telemetry quality, Rails AppSec performance, and upgrade compatibility. It adds `dynamic_service` SQL comment propagation, excludes Datadog-generated traffic from application metrics, speeds up Rails route extraction, restores a tracing compatibility constant, and deprecates `profiling.advanced.timeline_enabled` profiling setting. ### Added * Tracing: Add `dynamic_service` SQL comment propagation mode for Database Monitoring (#5812) * Tracing: Prevent Datadog-generated traffic from interfering with application metrics (#5811) ### Changed * AppSec: Improve route extraction performance for Rails applications (#5836) ### Fixed * Tracing: Restore `Datadog::Tracing::Contrib::Ext::Metadata::TAG_BASE_SERVICE` constant removed in v2.34.0 (#5830) ### Removed * Profiling: Deprecate the `profiling.advanced.timeline_enabled` setting for removal; it no longer does anything. Please remove it from `Datadog.configure` and do not set `DD_PROFILING_TIMELINE_ENABLED` (

release
dd-trace-js v5.106.0

* \[[`bd9c62865a`](https://github.com/DataDog/dd-trace-js/commit/bd9c62865a)] - **(SEMVER-PATCH)** **fix(cucumber)**: support v13 parallel mode (Juan Antonio Fernández de Alba) [#8748](https://github.com/DataDog/dd-trace-js/pull/8748) * \[[`5beadb493f`](https://github.com/DataDog/dd-trace-js/commit/5beadb493f)] - **(SEMVER-PATCH)** **test(ci)**: harden sandbox cleanup (Juan Antonio Fernández de Alba) [#8741](https://github.com/DataDog/dd-trace-js/pull/8741) * \[[`80fbfd2b7e`](https://github.com/DataDog/dd-trace-js/commit/80fbfd2b7e)] - **(SEMVER-PATCH)** **fix(vitest)**: pin node 18 vitest 3 version (Juan Antonio Fernández de Alba) [#8747](https://github.com/DataDog/dd-trace-js/pull/8747) * \[[`5ef172cd28`](https://github.com/DataDog/dd-trace-js/commit/5ef172cd28)] - **(SEMVER-MINOR)** feat(aws-sdk, llmobs): support Bedrock Converse and ConverseStream (Alexandre Choura) [#8079](https://github.com/DataDog/dd-trace-js/pull/8079) * \[[`c8eb110fc1`](https://github.com/DataDog/dd-trace-js/c

release
libdatadog v35.0.0

## What's Changed * feat(trace-utils)!: add from_string to span text by @VianneyRuhlmann in https://github.com/DataDog/libdatadog/pull/2011 * refactor(otel-thread-ctx): backport review suggestions from Polar Signals by @yannham in https://github.com/DataDog/libdatadog/pull/2016 * refactor(otel-thread-ctx): add const offset assertions for ThreadContextRecord by @yannham in https://github.com/DataDog/libdatadog/pull/2018 * refactor(otel-thread-ctx): doc and style fixes for ThreadContextRecord by @yannham in https://github.com/DataDog/libdatadog/pull/2019 * chore(sidecar): reorg/remove unsafe code in span FFI by @yannham in https://github.com/DataDog/libdatadog/pull/1698 * ci: use builder on windows platforms by @hoolioh in https://github.com/DataDog/libdatadog/pull/1961 * chore(dependencies): only depend on the windows crate when targeting windows by @bantonsson in https://github.com/DataDog/libdatadog/pull/2024 * fix(crashtracker): move preload logger marking after recursive guard b

release
dd-trace-java v1.63.0

# Components ## AI Guard * :sparkles: Copy anomaly detection tags to AI Guard spans (#11319 - @smola) * :sparkles: Collect client IP tags for AI Guard requests (#11233 - @smola) ## Application Security Management (WAF) * :sparkles: Collect Datadog security-testing headers on HTTP server entry spans (#11418 - @christophe-papazian) * :sparkles: Add server.request.body.filenames and files_content for GlassFish/Payara (#11267 - @jandro996) ## Configuration at Runtime * :bug: Request feature flag config on the first RC poll (#11465 - @leoromanovsky) ## Continuous Integration Visibility * :sparkles: Propagate Jenkins custom parent ID (#11348 - @juan-fernandez) * :sparkles: Update JUnit4 instrumentation to fire test suite events for Bazel (#11322 - @daniel-mohedano) * :sparkles: Propagate test skipping enabled tag to CI Visibility test spans (#11300 - @anmarchenko) * :sparkles: Use test_srcdir as virtual repo root for bazel runs (#11273 - @daniel-mohedano) * :bug: Consider Gradle wrapper as a

blog_post
From single pull requests to full software packages: Detecting malicious code at scale

By combining stacked LLM evaluations with tool-driven investigation, we scaled malicious code detection from pull requests to dependency packages without sacrificing accuracy or cost control.

blog_post
How we cut Spark compute costs by 44% with agentic AI and Datadog Jobs Monitoring

See how agentic AI and Jobs Monitoring helped us reduce Spark job duration, infrastructure costs, and the time spent correlating root causes.

blog_post
Migrate to Azure Managed Redis with Datadog and Eden

Migrate to Azure Managed Redis by using Datadog and Eden to establish performance baselines, execute and validate cutovers, and monitor cache health.

blog_post
A deep dive into AWS data perimeter misconfigurations

Explore how threat emulation can help you find gaps in your AWS data perimeter policies, then learn which organization-level policies can close them.

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 →