skillfed

pulumi-datadog

A Pulumi package for creating and managing Datadog resources.

pulumi-datadog v5.10.0 873.0K downloads/30d#4,840 on PyPI23
Permissive license Apache-2.0 Active released

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-datadog

uv

uv add pulumi-datadog

poetry

poetry add pulumi-datadog

Installing 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

pulumi datadog providerinfrastructure as code datadogdatadog resource managementpulumi monitoring integrationdatadog iac automationpulumi cloud provider datadogdeclare datadog resources programmatically
infrastructure-as-codepulumi-provider

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

pulumi-docker

Pulumi provider for managing Docker resources…

permissive · top 5,000 on PyPI

pulumi-tailscale

A Pulumi resource provider that lets you…

permissive · top 15,000 on PyPI

pulumi-gcp

Pulumi resource provider for Google Cloud…

permissive · top 5,000 on PyPI

pulumi-postgresql

Pulumi resource provider for declaring and…

permissive · top 15,000 on PyPI

pulumi-tls

Pulumi resource provider for creating and…

permissive · top 5,000 on PyPI

pulumi-cloudflare

Pulumi provider for Cloudflare that lets you…

permissive · top 15,000 on PyPI

Flask-Datadog

Flask-Datadog provides a Flask extension to…

permissive · top 15,000 on PyPI

pulumi-random

Provides safe, deterministic randomness for…

permissive · top 5,000 on PyPI

pulumi-vault

Pulumi resource provider for HashiCorp Vault…

permissive · top 15,000 on PyPI

pulumi-pulumiservice

Pulumi Service Provider enables programmatic…

permissive · top 15,000 on PyPI