diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7d760a9ef9174..f388b03afcd76 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -355,12 +355,16 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi /trend_micro_vision_one_endpoint_security/manifest.json @DataDog/saas-integrations @DataDog/documentation /trend_micro_vision_one_endpoint_security/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend +/shopify/ @DataDog/saas-integrations +/shopify/*.md @DataDog/saas-integrations @DataDog/documentation +/shopify/manifest.json @DataDog/saas-integrations @DataDog/documentation +/shopify/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend + /hubspot_content_hub/ @DataDog/saas-integrations /hubspot_content_hub/*.md @DataDog/saas-integrations @DataDog/documentation /hubspot_content_hub/manifest.json @DataDog/saas-integrations @DataDog/documentation /hubspot_content_hub/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend - vonage/ @DataDog/saas-integrations vonage/*.md @DataDog/saas-integrations @DataDog/documentation vonage/manifest.json @DataDog/saas-integrations @DataDog/documentation diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml index 580742a589edf..bd93502b2e039 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -443,6 +443,8 @@ integration/sap_hana: - sap_hana/**/* integration/scylla: - scylla/**/* +integration/shopify: +- shopify/**/* integration/sidekiq: - sidekiq/**/* integration/silk: diff --git a/shopify/CHANGELOG.md b/shopify/CHANGELOG.md new file mode 100644 index 0000000000000..d8ad990765e59 --- /dev/null +++ b/shopify/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG - shopify + +## 1.0.0 / 2024-09-23 + +***Added***: + +* Initial Release diff --git a/shopify/README.md b/shopify/README.md new file mode 100644 index 0000000000000..0fa6774dc3c53 --- /dev/null +++ b/shopify/README.md @@ -0,0 +1,35 @@ +# Shopify + +## Overview + +Shopify is a comprehensive commerce platform designed to help individuals start, manage, and grow their businesses. It provides tools to build an online store, manage sales, market to customers, and accept payments in both digital and physical locations. + +## Setup + +### Configuration + +!!! Add list of steps to set up this integration !!! + +### Validation + +!!! Add steps to validate integration is functioning as expected !!! + +## Data Collected + +### Logs + +The Shopify integration collects and forward Order, Product, Customer and Event logs to Datadog. + +### Metrics + +The Shopify integration does not include any metrics. + +### Events + +The Shopify integration does not include any events. + +## Troubleshooting + +Need help? Contact [Datadog support][1]. + +[1]: https://docs.datadoghq.com/help/ diff --git a/shopify/assets/service_checks.json b/shopify/assets/service_checks.json new file mode 100644 index 0000000000000..fe51488c7066f --- /dev/null +++ b/shopify/assets/service_checks.json @@ -0,0 +1 @@ +[] diff --git a/shopify/manifest.json b/shopify/manifest.json new file mode 100644 index 0000000000000..cfe4ad0c6c987 --- /dev/null +++ b/shopify/manifest.json @@ -0,0 +1,42 @@ +{ + "manifest_version": "2.0.0", + "app_uuid": "81c0f478-e722-454a-83d3-5e3f45e11ca8", + "app_id": "shopify", + "display_on_public_website": false, + "tile": { + "overview": "README.md#Overview", + "configuration": "README.md#Setup", + "support": "README.md#Support", + "changelog": "CHANGELOG.md", + "description": "Gain insights into Shopify Order, Product, Customer and Event logs.", + "title": "Shopify", + "media": [], + "classifier_tags": [ + "Category::Log Collection", + "Submitted Data Type::Logs", + "Offering::Integration" + ] + }, + "assets": { + "integration": { + "auto_install": false, + "source_type_id": 622, + "source_type_name": "Shopify", + "events": { + "creates_events": false + }, + "service_checks": { + "metadata_path": "assets/service_checks.json" + } + }, + "logs": { + "source": "shopify" + } + }, + "author": { + "support_email": "help@datadoghq.com", + "name": "Datadog", + "homepage": "https://www.datadoghq.com", + "sales_email": "info@datadoghq.com" + } +} \ No newline at end of file