/IntegrationTemplate

Documentation for creating an Integration Tile inside Datadog

MIT LicenseMIT

Datadog Integration Tile Template

This repository is meant to help create tiles for Integrations which do not contain Python checks. Any Integrations which contain Python code - typically those that are run via the Agent - should use the standard tooling for generating tile templates.

Steps

  1. Download or fork the DataDog/IntegrationTemplate repository

  2. Copy the Integration directory to MyCheck

    cp -r Integration MyCheck
    
  3. Follow the Final Touches instructions for the following elements only:

  4. Edit MyCheck/README.md and provide the following sections:

    • ## Overview: Let others know what they can expect to do with your Integration
    • ## Setup: Information about how to install and configure your Integration
    • ## Metrics: List of the metrics (if any)
    • ## Events: List of events (if any)
    • ## Service Checks: List of service checks (if any)
  5. Commit your changes, push and submit a pull request

Need help?

Our friendly, knowledgeable solution engineers are here to help!