Datadog is a hosted observability platform that collects metrics, traces, logs, profiles and user-experience data from infrastructure and applications, and presents them in one query surface. Collection is agent-based: the Datadog Agent runs on hosts, as a DaemonSet on Kubernetes, or as a sidecar alongside containers, and uses integrations and Autodiscovery to find what is running and start collecting from it without a per-service configuration file for every workload.
The idea that makes the platform coherent is tagging. Every metric, trace, log line and host carries a set of tags, and the same tag — env, service, version, team, availability zone — is the join key across every product. That is why a latency spike on an APM service page can be filtered to one Kubernetes deployment, then pivoted to the logs and the infrastructure metrics for the same tag set. Getting the tagging model right is the difference between a useful Datadog account and an expensive one.
On top of collection sit the products teams actually buy: dashboards and notebooks, monitors with composite and anomaly detection alongside simple thresholds, Service Level Objectives, APM with distributed tracing and continuous profiler, Log Management with pipelines and indexes, Synthetics for API and browser tests, Real User Monitoring, Network Performance Monitoring and Security Monitoring — plus DogStatsD, custom checks and a full API for everything the UI can do.
Why this skill matters now
Most organisations did not choose one monitoring tool; they accumulated six. Infrastructure metrics in one system, application traces in another, logs in a third, uptime checks in a fourth — and an incident that spans them takes an hour of tab-switching before anyone even forms a hypothesis. Datadog's commercial proposition is that correlation is the product, and it is why platform teams keep consolidating onto it.
The skill that organisations hire for is not clicking through the UI. It is the design work underneath: a tagging taxonomy applied consistently at deployment time, agent configuration that scales to thousands of ephemeral containers, log pipelines that parse and enrich before indexing, and monitor definitions that are managed as code rather than created by hand and forgotten.
Cost is the other reason depth matters. Datadog bills on hosts, indexed log events, custom metrics and ingested spans, and every one of those is something an engineer controls directly. Teams that understand index filters, exclusion rules, metric cardinality and retention run the same visibility for a fraction of the spend of teams that do not.