Skip to content

Commit

Permalink
DDSaaS: Shopify: Crawler integration without Assets (#18653)
Browse files Browse the repository at this point in the history
* Shopify Crawler integration without Assets

* Checking CI failures

* Checking CI failures

* Resolving CI failures

* Updated source_type_id to 622

* formatted CODEOWNERS

---------

Co-authored-by: Abhi Shah <[email protected]>
Co-authored-by: Chris Laverdiere <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent 1e23a7f commit 5a3ac10
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,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 @DataDog/logs-core

/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 @DataDog/logs-core


vonage/ @DataDog/saas-integrations
vonage/*.md @DataDog/saas-integrations @DataDog/documentation
vonage/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ integration/sap_hana:
- sap_hana/**/*
integration/scylla:
- scylla/**/*
integration/shopify:
- shopify/**/*
integration/sidekiq:
- sidekiq/**/*
integration/silk:
Expand Down
7 changes: 7 additions & 0 deletions shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - shopify

## 1.0.0 / 2024-09-23

***Added***:

* Initial Release
35 changes: 35 additions & 0 deletions shopify/README.md
Original file line number Diff line number Diff line change
@@ -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/
1 change: 1 addition & 0 deletions shopify/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
42 changes: 42 additions & 0 deletions shopify/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}

0 comments on commit 5a3ac10

Please sign in to comment.