Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

DataDog/IntegrationTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTICE

This repository is no longer active. Creation of new Datadog integrations should follow the instructions laid out in the integration documentation.

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!

About

Documentation for creating an Integration Tile inside Datadog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published