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

[INTPLAT-481] DDSaaS: Sanity: Crawler Integration without Assets #19297

Open
wants to merge 1 commit 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 @@ -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
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 @@ -457,6 +457,8 @@ integration/riakcs:
- riakcs/**/*
integration/ringcentral:
- ringcentral/**/*
integration/sanity:
- sanity/**/*
integration/sap_hana:
- sap_hana/**/*
integration/scylla:
Expand Down
7 changes: 7 additions & 0 deletions sanity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Sanity

## 1.0.0 / 2024-12-23

***Added***:

* Initial Release
38 changes: 38 additions & 0 deletions sanity/README.md
Original file line number Diff line number Diff line change
@@ -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/

1 change: 1 addition & 0 deletions sanity/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
39 changes: 39 additions & 0 deletions sanity/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "<FILL IN - A brief description of what this offering provides>",
"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": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}
Loading