Skip to content
Garot Conklin edited this page Feb 6, 2025 · 4 revisions

DataDog Dashboard Deployer

Welcome to the DataDog Dashboard Deployer project! This tool enables automated deployment and management of DataDog dashboards using configuration as code.

Overview

DataDog Dashboard Deployer is a Python package that allows you to define, version, and deploy DataDog dashboards using YAML configuration files. It integrates seamlessly with CI/CD pipelines (particularly GitHub Actions) to automate dashboard management in your DataDog environment.

Key Features

  • Configuration as Code: Define dashboards using YAML configuration files
  • Automated Deployment: Deploy dashboards automatically via GitHub Actions
  • Version Control: Track dashboard changes through Git
  • Secure Credentials Management: Handle DataDog API credentials securely
  • Templating Support: Create dynamic dashboards using templating
  • Extensible Architecture: Easy to extend and customize

Quick Links

Project Status

PyPI version GitHub Actions Status Documentation Status License

Clone this wiki locally