File tree Expand file tree Collapse file tree 6 files changed +110
-4
lines changed Expand file tree Collapse file tree 6 files changed +110
-4
lines changed Original file line number Diff line number Diff line change @@ -396,10 +396,20 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
396
396
/hubspot_content_hub /manifest.json @ DataDog/saas-integrations @ DataDog/documentation
397
397
/hubspot_content_hub /assets /logs / @ DataDog/saas-integrations @ DataDog/documentation @ DataDog/logs-backend @ DataDog/logs-core
398
398
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
403
413
404
414
plaid / @ DataDog/saas-integrations
405
415
plaid /* .md @ DataDog/saas-integrations @ DataDog/documentation
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ integration/argo_workflows:
69
69
- argo_workflows/**/*
70
70
integration/argocd :
71
71
- argocd/**/*
72
+ integration/asana :
73
+ - asana/**/*
72
74
integration/aspdotnet :
73
75
- aspdotnet/**/*
74
76
integration/avi_vantage :
Original file line number Diff line number Diff line change
1
+ # CHANGELOG - asana
2
+
3
+ ## 1.0.0 / 2024-10-28
4
+
5
+ *** Added*** :
6
+
7
+ * Initial Release
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ []
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments