skillfed

datadog-checks-base

The Datadog Check Toolkit

datadog-checks-base v38.0.0 753.6K downloads/30d#5,147 on PyPI1,131
Permissive license BSD-3-Clause Active released

What it is and what it does

Datadog Checks Base is the toolkit that powers Datadog Agent integrations. It provides the base classes and utilities that checks use to collect metrics and send them to Datadog. The package serves two main purposes: when running inside the Datadog Agent's embedded Python interpreter, it supplies the full integration framework; when installed in a standalone Python environment, it mocks the Agent so checks can be tested and developed locally without a running Agent.

The package is designed for lean resource usage through lazy-loading and selective imports, balancing a simple API with minimal memory overhead. It is actively maintained and used by integrations-core, making it the standard foundation for anyone building or testing Datadog Agent checks.

Use it for:

  • Develop and test custom Datadog Agent checks locally before deploying to production
  • Build new integrations that collect metrics from applications or infrastructure
  • Run integration tests for checks in CI/CD pipelines without a full Agent setup
  • Mock Agent behavior in a standalone Python environment for check validation

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides the Python base classes and utilities that Datadog Agent integrations need to run, and mocks an Agent environment for standalone testing and development.

Yes. This is the official toolkit for Datadog Agent integration development, actively maintained with no known vulnerabilities, permissive licensing, and zero runtime dependencies. Install it if you are building, testing, or maintaining Datadog checks.

Install

datadog-checks-base on PyPI

pip

pip install datadog-checks-base

uv

uv add datadog-checks-base

poetry

poetry add datadog-checks-base

Installing datadog-checks-base

Before you install

Low friction install with no runtime dependencies. Actively maintained with a release 8 days ago.

License in practice

BSD-3-Clause is permissive and imposes minimal restrictions on use or redistribution.

Quickstart

pip install datadog-checks-base

Verify before relying

  • Whether the package works with Python versions older than 3.13 despite no explicit requires_python constraint
  • What lazy-loader and selective import strategies add to the actual install footprint
  • How to instantiate and use the base classes in a standalone environment

Package facts

License BSD-3-Clause (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 8 days since the last release
Last repo commit
First released
Downloads 753,590/month — #5,147 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: datadog_checks_base-38.0.0-py2.py3-none-any.whl

Keywords: agent, checks, datadog

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: BSD LicenseProgramming Language :: Python :: 3.13Topic :: System :: Monitoring

Tags

datadog agent check developmentdatadog integration testingdatadog check base classesagent-based monitoring toolkitdatadog check utilities
datadog-integrationagent-checksmonitoring-toolkit

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

dda

dda is a command-line tool for developing on…

permissive · top 15,000 on PyPI

ddapm-test-agent

Emulates Datadog APM agent endpoints to test…

permissive · top 5,000 on PyPI

datadog

Provides a Python client library to send…

permissive · top 1,000 on PyPI

dagster-datadog

Integrates Datadog monitoring and observability…

permissive · top 15,000 on PyPI

datadog-api-client

Python client library for the Datadog API,…

permissive · top 1,000 on PyPI

datadog-logger

Sends Python log messages to Datadog as Events…

permissive · top 15,000 on PyPI

Flask-Datadog

Flask-Datadog provides a Flask extension to…

permissive · top 15,000 on PyPI

pulumi-datadog

Pulumi provider for declaring and managing…

permissive · top 5,000 on PyPI

apache-airflow-providers-datadog

Integrates Apache Airflow with Datadog for…

permissive · top 5,000 on PyPI

datadog-cdk-constructs-v2

Provides AWS CDK constructs to automatically…

permissive · top 15,000 on PyPI