Datadog is a hosted observability platform that pulls metrics, traces, logs, profiles, synthetic checks and browser telemetry into one query surface. Collection is agent-based: the Datadog Agent runs on a host, as a DaemonSet with a Cluster Agent on Kubernetes, or alongside a container, and uses integrations and Autodiscovery to find workloads as they appear rather than needing a configuration file per service. What makes it one product instead of six is tagging — env, service, version, team and region are the join keys that let a single filter follow a problem from a host to a span to a log line.
That design has a commercial edge to it, and in Pune it usually shows up before anything else does. Datadog bills on hosts and containers, custom metrics, indexed log events and ingested spans, and every one of those is set by an engineer rather than by procurement. A tag carrying a request identifier becomes tens of thousands of custom metric series; a debug logger left enabled becomes indexed volume; an untuned sampling rate becomes ingest. Teams that understand cardinality, index and exclusion filters, retention tiers and sampling run the same visibility for a fraction of the invoice, which is why cost governance sits inside this syllabus rather than after it.
The second thing worth stating early is that many Pune teams do not administer the Datadog organisation they work in — it belongs to a customer in another time zone. That makes roles and restriction queries, tag conventions agreed across several vendors, downtime scheduled against somebody else's release calendar, and monitors an inheriting on-call can act on at handover matter more than dashboard aesthetics. Datadog is straightforward to switch on and very easy to run expensively and unreadably. The skill is the design underneath it.
Why this skill matters now
Two distinct Pune populations are buying Datadog training, and they arrive with different opening sentences. The product and SaaS teams around Baner, Balewadi, Kalyani Nagar and Viman Nagar adopted it early, grew quickly, and now hold an ingest bill that has outpaced both their headcount and the usefulness of the data behind it. Their question is how to cut spend without losing the signal that resolves incidents, and the answer is technical rather than commercial: find the high-cardinality tags, split indexes by value, set exclusion filters on what is never queried, move the long tail to archives, and choose sampling deliberately.
The shared-services and captive floors in Kharadi, Magarpatta and Hinjewadi have a different problem entirely. They hold the India-hours leg of a follow-the-sun rota, which means everything they build is inherited by somebody else within a few hours. Monitors have to carry enough context to be actionable by a person who did not write them, downtimes have to line up with a release calendar in another time zone, error budgets are consumed by more than one shift, and dashboards have to be readable without a walkthrough call.
Both demands land on the same underlying discipline: a tagging taxonomy applied at deployment time, monitors and dashboards managed as code, and alert design judged by whether anyone acted on it. Local production-support and SRE listings name Datadog beside an ITSM tool and a paging platform, which is a fair description of the actual role — someone who can make the platform produce decisions rather than charts.