From 715a8eac9930b4d24827e682506df9704c806d22 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 3 Aug 2022 18:10:56 -0400 Subject: [PATCH] address --- .../tile/{check_name}/manifest.json | 17 ----------- .../templates/integration/tile_v2/README.md | 30 ------------------- 2 files changed, 47 deletions(-) delete mode 100644 datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile_v2/README.md diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile/{check_name}/manifest.json b/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile/{check_name}/manifest.json index f0b28750cad5c..123bf87d6be95 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile/{check_name}/manifest.json +++ b/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile/{check_name}/manifest.json @@ -18,23 +18,6 @@ ] }}, "assets": {{ - "integration": {{ - "source_type_name": "{integration_name}", - "configuration": {{ - "spec": "assets/configuration/spec.yaml" - }}, - "events": {{ - "creates_events": false - }}, - "metrics": {{ - "prefix": "{check_name}.", - "check": "", - "metadata_path": "metadata.csv" - }}, - "service_checks": {{ - "metadata_path": "assets/service_checks.json" - }} - }}, "dashboards": {{}}, "monitors": {{}}, "logs": {{}}, diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile_v2/README.md b/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile_v2/README.md deleted file mode 100644 index 9d89a32f5e1df..0000000000000 --- a/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/tile_v2/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# {integration_name} - -## Overview - -< Provide some background information on your software, along with specifics about what is being offered in your Datadog app > - -## Setup - -### Installation - -1. Click the **Add Widgets** button on a Datadog dashboard. -2. Select **Apps** from the widget menu. -3. Drag and drop the {integration_name} widget on your dashboard. - -### Configuration - -< Add any extra configuration steps for your app, including any options or settings that the user has to configure before the app is able to function > - -### Validation - -< Steps to validate that the app is functioning as expected. If no validation steps are needed, delete this section > - -## Support - -< Add any links to relevant documentation regarding your Datadog app > - -Need help? Contact [Datadog support][1]. - - -[1]: https://docs.datadoghq.com/help/