Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDSaaS: Shopify: Crawler integration without Assets #18653

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@ 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

# To keep Security up-to-date with changes to the signing tool.
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
# As well as the secure downloader.
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 @@ -437,6 +437,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]"
}
}
Loading