This repository is no longer active. Creation of new Datadog integrations should follow the instructions laid out in the integration documentation.
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.
-
Download or fork the DataDog/IntegrationTemplate repository
-
Copy the
Integration
directory toMyCheck
cp -r Integration MyCheck
-
Follow the Final Touches instructions for the following elements only:
- Add images and logos
manifest.json
andmetadata.csv
from Metadata
-
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)
-
Commit your changes, push and submit a pull request
Our friendly, knowledgeable solution engineers are here to help!