This page walks Technology Partners through creating the tile that represents an offering that will appear on the Integrations or Marketplace page.
Integration tiles
The tile serves as a point of entry where customers can learn about your offering, see setup instructions, and install or purchase your offering to unlock out-of-the-box dashboards and additional assets.
For any offerings that do not use the Datadog Agent—including API-based integrations, professional services listings, and software licenses—you only need to create a tile and submit the tile-related files in order to publish your offering. This is called a tile-only-listing. Tile-ony listings apply in situations where Datadog does not host any of the code associated with the API-based integrations, and the other supported offering types do not require any code.
For Agent-based integrations, you must create a tile, and additionally, submit all of your integration-related code (as well as your tile-related files) in one pull request. For more information, see Create an Agent-based integration.
Select a tab for instructions on creating a tile on the Integrations or Marketplace page.
The Datadog Development Toolkit expects you to be working in the $HOME/dd/ directory. This is not mandatory, but working in a different directory requires additional configuration steps.
Install and configure the Datadog development toolkit
The Agent Integration Developer Tool allows you to create scaffolding when you are developing an integration by generating a skeleton of your integration tile’s assets and metadata. For instructions on installing the tool, see Install the Datadog Agent Integration Developer Tool.
Once you have installed the Agent Integration Developer Tool, configure it for the integrations-extras repository.
Set integrations-extras as the default working repository:
ddev config set extras $HOME/dd/integrations-extras
ddev config set repo extras
If you used a directory other than $HOME/dd to clone the integrations-extras directory, use the following command to set your working repository:
ddev config set extras <PATH/TO/INTEGRATIONS_EXTRAS>
ddev config set repo extras
Populate the integration tile scaffolding
For Datadog API integrations that will be available out-of-the-box on the Integrations page, use the Datadog Development Toolkit to create scaffolding for a tile-only listing.
Make sure you’re inside the integrations-extras directory:
The Datadog Development Toolkit command expects you to be working in the $HOME/dd/ directory. This is not mandatory, but working in a different directory requires additional configuration steps.
Once you have been granted access to the Marketplace repository, create the dd directory and clone the marketplace repository:
Install and configure the Datadog development toolkit
The Agent Integration Developer Tool allows you to create scaffolding when you are developing an integration by generating a skeleton of your integration tile’s assets and metadata. For instructions on installing the tool, see Install the Datadog Agent Integration Developer Tool.
Once you have installed the Agent Integration Developer Tool, configure it for the marketplace repository:
Set marketplace as the default working repository:
ddev config set marketplace $HOME/dd/marketplace
ddev config set repo marketplace
If you used a directory other than $HOME/dd to clone the marketplace directory, use the following command to set your working repository:
ddev config set marketplace <PATH/TO/MARKETPLACE>
ddev config set repo marketplace
Populate the integration tile scaffolding
Use the Datadog Development Toolkit to create scaffolding for a tile-only listing.
To create the tile-only listing’s scaffolding:
Make sure you’re inside the marketplace directory:
cd$HOME/dd/marketplace
Run the ddev command with the -t tile option:
ddev create -t tile "<Offering Name>"
Complete the necessary integration asset files
Make sure that the following required assets for your integration are complete:
Asset Name
Asset Description
README
Includes an Overview, Setup, Data Collected (optional), and Support section using H2 headings (##) in Markdown.
Add any images and a video that you want to use for the integration tile’s media carousel in an images folder. You can add one video to each listing.
Technology Partners can use .png files instead of .jpg files to reduce image compression.
Media Carousel
Define the images you want to add to the integration tile’s media carousel in the media object specified in the tile definition on the manifest.json file.
Contains a list of out-of-the-box metrics included in the integration defined in the following format ending with a comma: metric_name,metric_type,interval,unit_name,per_unit_name,description, orientation,integration,short_name,curated_metric. The metadata.csv file is required for integrations only, not software licenses or professional services.
Provide the JSON files for out-of-the-box dashboards and monitors included in the integration in the dashboards and monitors folders nested in the assets directory.
For both dashboards and monitors, a title and description is required. Dashboards and monitors are required for integrations, not software licenses or professional services.
Technology Partners can create dashboards and monitors in a provisioned sandbox account, and export these assets into JSON files. For more information about dashboards, see Best Practices for Integration Preset Dashboards.
Logos
Add at least one SVG file which can be used in light and dark modes in a logos folder nested in the assets directory, or add the file(s) directly to the assets directory.
Technology Partners are responsible for the licensing of submitted logos.
Changelog
Document release notes and version information in the Changelog.md file using the following format: 1.0.0 / YYYY-MM-DD. This information is displayed in the Release Notes tab of the integration tile.
Technology Partners can add releases and version updates in descending order (latest version at the top).
CODEOWNERS
The CODEOWNERS file belongs in the shared .github directory and defines the individuals or teams responsible for maintaining the content and source code in the Marketplace repository.
Add the eula.pdf file in the assets directory for your Marketplace offering.
Technology Partners are responsible for adding the EULA.
README
Once you have created a README.md file, add the following sections as H2s (##) and fill out the content accordingly:
Header Name
Header
Overview
Write a description under an ## Overview header that describes the value and benefits your offering provides to users, for example, out-of-the-box dashboards, replays of user sessions, logs, alerts, and more.
This information is displayed in the Overview tab on the tile.
Setup
Include all the steps required to set up your offering that includes information divided into H3 headings (###). Standard topics include:
- Installing the integration using the in-app integration tile. - Configuring the integration with the appropriate roles and permissions in your Datadog organization. - Accessing out-of-the-box Datadog features that users who purchased and installed the integration can access (such as metrics, events, monitors, logs, dashboards, and more).
Uninstallation
Include all the steps for uninstalling your offering. This information is displayed in the Configure tab on the tile.
Data Collected
Specify the types of data collected by your integration (if applicable), including metrics, events, service checks, and logs. Metrics added to the metadata.csv file automatically appear in this tab.
If your offering does not provide any of this data, you do not need to add a Data Collected section.
Support
Provide contact information that includes an email to your Support team, a link to your company’s documentation or blog post, and additional help information in a bulleted list format.
When adding links to the README.md file, format them using reference-style links. For example, instead of embedding the URL directly in the text, write see the [official Datadog documentation][1] and define the link reference at the bottom of the file like [1]: https://docs.datadoghq.com/.
A media carousel of images and a video is displayed on each tile, allowing users to better understand the functionality and value of your offering through visual aids. To add a video to your tile, send a copy or a download link of your video to marketplace@datadoghq.com. The Marketplace team uploads the video and provides a vimeo_link that should be added to the manifest.json file.
Video
The video must meet the following requirements:
Video Requirements
Description
Type
MP4 H.264
Size
The maximum video size is 1GB.
Dimensions
The aspect ratio must be 16:9 exactly and the resolution must be 1920x1080 or higher.
Name
The video file name must be partnerName-appName.mp4.
Video Length
The maximum video length is 60 seconds.
Description
The maximum number of characters allowed is 300.
Images
Technology Partners can add up to eight images (seven if you are including a video) in a tile’s media carousel.
The images must meet the following requirements:
Image Requirements
Description
Type
.jpg or .png.
Size
The average is around 500KB. The maximum image size is 1MB.
Dimensions
The aspect ratio must be 16:9 exactly and fit these specifications:
Before you open a pull request, run the following command to catch any problems with your integration:
ddev validate all <INTEGRATION_NAME>
Complete the following steps:
Commit all changes to your feature branch.
Push your changes to the remote repository.
Open a pull request that contains your integration tile’s asset files (including images) in the marketplace or integrations-extras repository.
After you’ve created your pull request, automatic checks run to verify that your pull request is in good shape and contains all the required content to be updated.
Review process
Once your pull request passes all checks, reviewers from the Datadog/agent-integrations, Datadog/ecosystems-review, and Datadog/documentation teams provide suggestions and feedback on best practices.
Once you have addressed the feedback and re-requested reviews, these reviewers approve your pull request. Contact the Marketplace team if you would like to preview the tile in your sandbox account. This allows you to validate and preview your tile before your tile goes live to all customers.
Troubleshoot errors
Out-of-the-box integrations in the integrations-extras repository can run into validation errors when the forked repository is out of date with the origin.
To resolve validation errors, update the forked repository on the GitHub web app:
In GitHub, navigate to your forked integrations-extras repository.
Click Sync fork and click Update branch.
To rebase and push changes:
Update your local master branch:
git checkout master
git pull origin master
Merge master into your feature branch:
git checkout <your working branch>
git merge master
If there are any merge conflicts, resolve them. Then, run git push origin <your working branch>.
Go-to-Market (GTM) opportunities
Datadog offers GTM support for Marketplace listings only. To learn more about the Datadog Marketplace, see Create a Marketplace Offering.
Further reading
Additional helpful documentation, links, and articles: