diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 19ce5db963c39..1d7962e1339c9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -322,6 +322,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi /palo_alto_cortex_xdr/manifest.json @DataDog/saas-integrations @DataDog/documentation /palo_alto_cortex_xdr/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core +/sanity/ @DataDog/saas-integrations +/sanity/*.md @DataDog/saas-integrations @DataDog/documentation +/sanity/manifest.json @DataDog/saas-integrations @DataDog/documentation +/sanity/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core + /snowflake/ @DataDog/saas-integrations /snowflake/*.md @DataDog/saas-integrations @DataDog/documentation @DataDog/agent-integrations /snowflake/manifest.json @DataDog/saas-integrations @DataDog/documentation diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml index 1978013e24976..32c04cbaba2fa 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -457,6 +457,8 @@ integration/riakcs: - riakcs/**/* integration/ringcentral: - ringcentral/**/* +integration/sanity: +- sanity/**/* integration/sap_hana: - sap_hana/**/* integration/scylla: diff --git a/sanity/CHANGELOG.md b/sanity/CHANGELOG.md new file mode 100644 index 0000000000000..9b4ded4107f2e --- /dev/null +++ b/sanity/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG - Sanity + +## 1.0.0 / 2024-12-23 + +***Added***: + +* Initial Release diff --git a/sanity/README.md b/sanity/README.md new file mode 100644 index 0000000000000..993783856479d --- /dev/null +++ b/sanity/README.md @@ -0,0 +1,38 @@ +# Sanity + +## Overview + +This check monitors [Sanity][1]. + +## Setup + +### Configuration + +!!! Add list of steps to set up this integration !!! + +### Validation + +!!! Add steps to validate integration is functioning as expected !!! + +## Data Collected + +### Metrics + +Sanity does not include any metrics. + +### Service Checks + +Sanity does not include any service checks. + +### Events + +Sanity does not include any events. + +## Troubleshooting + +Need help? Contact [Datadog support][3]. + +[1]: **LINK_TO_INTEGRATION_SITE** +[2]: https://app.datadoghq.com/account/settings/agent/latest +[3]: https://docs.datadoghq.com/help/ + diff --git a/sanity/assets/service_checks.json b/sanity/assets/service_checks.json new file mode 100644 index 0000000000000..fe51488c7066f --- /dev/null +++ b/sanity/assets/service_checks.json @@ -0,0 +1 @@ +[] diff --git a/sanity/manifest.json b/sanity/manifest.json new file mode 100644 index 0000000000000..19df50f5e6158 --- /dev/null +++ b/sanity/manifest.json @@ -0,0 +1,39 @@ +{ + "manifest_version": "2.0.0", + "app_uuid": "93cb9b8c-8258-45d7-895b-7129e5274b40", + "app_id": "sanity", + "display_on_public_website": false, + "tile": { + "overview": "README.md#Overview", + "configuration": "README.md#Setup", + "support": "README.md#Support", + "changelog": "CHANGELOG.md", + "description": "", + "title": "Sanity", + "media": [], + "classifier_tags": [ + "Category::Log Collection", + "Submitted Data Type::Logs", + "Offering::Integration" + ] + }, + "assets": { + "integration": { + "auto_install": false, + "source_type_id": 34926268, + "source_type_name": "Sanity", + "events": { + "creates_events": false + }, + "service_checks": { + "metadata_path": "assets/service_checks.json" + } + } + }, + "author": { + "support_email": "help@datadoghq.com", + "name": "Datadog", + "homepage": "https://www.datadoghq.com", + "sales_email": "info@datadoghq.com" + } +}