Skip to content

Commit 35589a7

Browse files
[SAASINT-3241] DDS: Asana: Crawler Integration Without Assets (#18924)
* Add Asana crawler integration without assets * Update CODEOWNERS * Update CODEOWNERS --------- Co-authored-by: apiazza-dd <120594144+apiazza-dd@users.noreply.github.com>
1 parent 33be8d2 commit 35589a7

File tree

6 files changed

+110
-4
lines changed

6 files changed

+110
-4
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,20 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
396396
/hubspot_content_hub/manifest.json @DataDog/saas-integrations @DataDog/documentation
397397
/hubspot_content_hub/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core
398398

399-
vonage/ @DataDog/saas-integrations
400-
vonage/*.md @DataDog/saas-integrations @DataDog/documentation
401-
vonage/manifest.json @DataDog/saas-integrations @DataDog/documentation
402-
vonage/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core
399+
vonage/ @DataDog/saas-integrations
400+
vonage/*.md @DataDog/saas-integrations @DataDog/documentation
401+
vonage/manifest.json @DataDog/saas-integrations @DataDog/documentation
402+
vonage/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core
403+
404+
/asana/ @DataDog/saas-integrations
405+
/asana/*.md @DataDog/saas-integrations @DataDog/documentation
406+
/asana/manifest.json @DataDog/saas-integrations @DataDog/documentation
407+
/asana/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
408+
409+
hubspot_content_hub/ @DataDog/saas-integrations
410+
hubspot_content_hub/*.md @DataDog/saas-integrations @DataDog/documentation
411+
hubspot_content_hub/manifest.json @DataDog/saas-integrations @DataDog/documentation
412+
hubspot_content_hub/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
403413

404414
plaid/ @DataDog/saas-integrations
405415
plaid/*.md @DataDog/saas-integrations @DataDog/documentation

.github/workflows/config/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ integration/argo_workflows:
6969
- argo_workflows/**/*
7070
integration/argocd:
7171
- argocd/**/*
72+
integration/asana:
73+
- asana/**/*
7274
integration/aspdotnet:
7375
- aspdotnet/**/*
7476
integration/avi_vantage:

asana/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - asana
2+
3+
## 1.0.0 / 2024-10-28
4+
5+
***Added***:
6+
7+
* Initial Release

asana/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Agent Check: asana
2+
3+
## Overview
4+
5+
This check monitors [asana][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The asana check is included in the [Datadog Agent][2] package.
12+
No additional installation is needed on your server.
13+
14+
### Configuration
15+
16+
!!! Add list of steps to set up this integration !!!
17+
18+
### Validation
19+
20+
!!! Add steps to validate integration is functioning as expected !!!
21+
22+
## Data Collected
23+
24+
### Metrics
25+
26+
asana does not include any metrics.
27+
28+
### Service Checks
29+
30+
asana does not include any service checks.
31+
32+
### Events
33+
34+
asana does not include any events.
35+
36+
## Troubleshooting
37+
38+
Need help? Contact [Datadog support][3].
39+
40+
[1]: **LINK_TO_INTEGRATION_SITE**
41+
[2]: https://app.datadoghq.com/account/settings/agent/latest
42+
[3]: https://docs.datadoghq.com/help/
43+

asana/assets/service_checks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

asana/manifest.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "2287c449-1fb3-4897-8771-8ae5ead3c7ef",
4+
"app_id": "asana",
5+
"display_on_public_website": false,
6+
"tile": {
7+
"overview": "README.md#Overview",
8+
"configuration": "README.md#Setup",
9+
"support": "README.md#Support",
10+
"changelog": "CHANGELOG.md",
11+
"description": "Gain insights into Asana audit logs",
12+
"title": "asana",
13+
"media": [],
14+
"classifier_tags": [
15+
"Category::Log Collection",
16+
"Category::Security",
17+
"Submitted Data Type::Logs",
18+
"Offering::Integration"
19+
]
20+
},
21+
"assets": {
22+
"integration": {
23+
"auto_install": false,
24+
"source_type_id": 30091439,
25+
"source_type_name": "Asana",
26+
"events": {
27+
"creates_events": false
28+
},
29+
"service_checks": {
30+
"metadata_path": "assets/service_checks.json"
31+
}
32+
},
33+
"logs": {
34+
"source": "asana"
35+
}
36+
},
37+
"author": {
38+
"support_email": "help@datadoghq.com",
39+
"name": "Datadog",
40+
"homepage": "https://www.datadoghq.com",
41+
"sales_email": "info@datadoghq.com"
42+
}
43+
}

0 commit comments

Comments
 (0)