pulumi-datadog
A Pulumi package for creating and managing Datadog resources.
What it is and what it does
pulumi-datadog is a Pulumi resource provider that lets you define Datadog infrastructure as Python code within a Pulumi program. Instead of clicking through the Datadog UI or writing API calls by hand, you declare resources declaratively and let Pulumi handle creation, updates, and deletion. It integrates with Pulumi's state management and stack-based workflows, so your Datadog configuration lives alongside your cloud infrastructure.
The package requires the Pulumi CLI and valid Datadog credentials (API key and app key). It has four runtime dependencies: pulumi, parver, semver, and typing-extensions. It supports Python versions 3.9 and later, is actively maintained with recent commits, and carries no known vulnerabilities.
Use it for:
- Define Datadog monitors and alert policies as code, versioning them in Git alongside your infrastructure.
- Automate creation of dashboards and synthetic tests across multiple environments using Pulumi stacks.
- Manage Datadog resources in a multi-cloud setup where other infrastructure is already declared in Pulumi.
- Integrate Datadog configuration into CI/CD pipelines for repeatable, auditable deployments.
- Programmatically provision monitoring resources as part of infrastructure provisioning workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Pulumi provider for declaring and managing Datadog resources as infrastructure-as-code within Pulumi programs.
Yes. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a safe choice. Install it if you are already using Pulumi and want to manage Datadog resources as code; skip it if you use a different IaC tool or prefer the Datadog UI for configuration.
Install
pulumi-datadog on PyPI
pip
pip install pulumi-datadoguv
uv add pulumi-datadogpoetry
poetry add pulumi-datadogInstalling pulumi-datadog
Before you install
Low install friction; pure Python wheel with four lightweight runtime dependencies (parver, pulumi, semver, typing-extensions). Active maintenance—last commit 2026-08-14, released 2026-07-30.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most production and proprietary projects.
Quickstart
pip install pulumi_datadog
import pulumi_datadog as datadog
monitor = datadog.Monitor("example",
type="metric alert",
query="avg:system.cpu{*} > 0.9")
Requires Pulumi CLI installed first and valid Datadog API key and app key (via DATADOG_API_KEY and DATADOG_APP_KEY environment variables or configuration).
Verify before relying
- Scope and completeness of Datadog resource types supported in version 5.10.0 relative to the full Datadog API surface.
- Whether the package supports Datadog's regional API endpoints beyond the default.
- Specific resource types and operations available in this provider version.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 872,985/month — #4,840 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumi_datadog-5.10.0-py3-none-any.whl
Keywords: pulumi, datadog
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
pulumi-tailscaleA Pulumi resource provider that lets you…
permissive · top 15,000 on PyPI
pulumi-gcpPulumi resource provider for Google Cloud…
permissive · top 5,000 on PyPI
pulumi-postgresqlPulumi resource provider for declaring and…
permissive · top 15,000 on PyPI
pulumi-tlsPulumi resource provider for creating and…
permissive · top 5,000 on PyPI
pulumi-cloudflarePulumi provider for Cloudflare that lets you…
permissive · top 15,000 on PyPI
Flask-DatadogFlask-Datadog provides a Flask extension to…
permissive · top 15,000 on PyPI
pulumi-randomProvides safe, deterministic randomness for…
permissive · top 5,000 on PyPI
pulumi-vaultPulumi resource provider for HashiCorp Vault…
permissive · top 15,000 on PyPI
pulumi-pulumiservicePulumi Service Provider enables programmatic…
permissive · top 15,000 on PyPI