Datadog

Datadog is a commercial SaaS observability platform that brings infrastructure metrics, application performance monitoring (APM/tracing), logs, dashboards, and alerting under one roof. Instead of assembling and operating Prometheus, Grafana, a log stack, and a tracing backend, you get an integrated product.

Its biggest payoff is APM and distributed tracing for debugging across services, and its biggest risk is cost — ingestion and retention can grow alarmingly without controls. Getting the most from it hinges on disciplined, consistent tagging.

TL;DR

Quick Example

A monitor alerts on a traced service's error rate — note the service/env tags that scope it:

Core Concepts

Best Practices

Comparison: Datadog vs open-source stack

See Prometheus and OpenTelemetry.

Common Mistakes

Over-ingesting → surprise bills

Inconsistent tagging

FAQ

What does Datadog give me over open-source tools?

An integrated, managed platform: metrics, APM/tracing, logs, dashboards, and alerting that already correlate, with no infrastructure to run. You trade subscription cost and some lock-in for speed and the strong APM/service-map experience.

How do I keep Datadog costs under control?

Ingestion drives cost, so sample high-volume traces and logs, set retention by how valuable the data is, cap or filter noisy sources, and watch custom-metric cardinality. Treat ingestion as a budget you manage, not a faucet you leave open.

Why is unified tagging so important?

service, env, and version tags are how Datadog correlates a metric spike with the relevant traces and logs. Inconsistent tags (prod vs production) silently break dashboards, monitors, and correlation — so standardize them across every signal.

Datadog or an open-source stack?

Datadog for speed, integration, and strong APM with minimal ops. An open-source stack (Prometheus, Grafana, OpenTelemetry, Loki) for control, no lock-in, and lower licensing cost — at the price of building and operating it. Many teams start with Datadog and revisit as scale/cost grows.

Related Topics

References