-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new ddev create type for metrics crawler integrations (#13411)
* Add new ddev create type for tile-only metrics integrations. * Rename type * Update datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/metrics_pull/{check_name}/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
- Loading branch information
1 parent
59d066c
commit 74e7501
Showing
8 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...checks/dev/tooling/templates/integration/metrics_pull/{check_name}/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# CHANGELOG - {integration_name} | ||
|
39 changes: 39 additions & 0 deletions
39
...og_checks/dev/tooling/templates/integration/metrics_pull/{check_name}/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Agent Check: {integration_name} | ||
|
||
## Overview | ||
|
||
This check monitors [{integration_name}][1]. | ||
|
||
## Setup | ||
|
||
### Installation | ||
|
||
{install_info} | ||
|
||
### Configuration | ||
|
||
1. <List of steps to configure this integration> | ||
|
||
### Validation | ||
|
||
<Steps to validate integration is functioning as expected> | ||
|
||
## Data Collected | ||
|
||
### Metrics | ||
|
||
{integration_name} does not include any metrics. | ||
|
||
### Service Checks | ||
|
||
{integration_name} does not include any service checks. | ||
|
||
### Events | ||
|
||
{integration_name} does not include any events. | ||
|
||
## Troubleshooting | ||
|
||
Need help? Contact [Datadog support][3]. | ||
|
||
{integration_links} |
Empty file.
1 change: 1 addition & 0 deletions
1
...ks/dev/tooling/templates/integration/metrics_pull/{check_name}/assets/service_checks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
Empty file.
39 changes: 39 additions & 0 deletions
39
.../datadog_checks/dev/tooling/templates/integration/metrics_pull/{check_name}/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{{ | ||
"manifest_version": "2.0.0", | ||
"app_uuid": "{app_uuid}", | ||
"app_id": "{integration_id}", | ||
"display_on_public_website": false, | ||
"tile": {{ | ||
"overview": "README.md#Overview", | ||
"configuration": "README.md#Setup", | ||
"support": "README.md#Support", | ||
"changelog": "CHANGELOG.md", | ||
"description": "", | ||
"title": "{integration_name}", | ||
"media": [], | ||
"classifier_tags": [ | ||
"Category::Metrics" | ||
] | ||
}}, | ||
"assets": {{ | ||
"integration": {{ | ||
"auto_install": false, | ||
"source_type_name": "{integration_name}", | ||
"events": {{ | ||
"creates_events": false | ||
}}, | ||
"metrics": {{ | ||
"prefix": "{check_name}.", | ||
"check": [], | ||
"metadata_path": "metadata.csv" | ||
}}, | ||
"service_checks": {{ | ||
"metadata_path": "assets/service_checks.json" | ||
}} | ||
}}, | ||
"dashboards": {{ | ||
"{integration_id}": "assets/dashboards/{check_name}_overview.json" | ||
}} | ||
}},{pricing_plan}{terms}{author_info} | ||
"oauth": {{}} | ||
}} |
1 change: 1 addition & 0 deletions
1
...v/datadog_checks/dev/tooling/templates/integration/metrics_pull/{check_name}/metadata.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric |