summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-07-07 13:10:20 +0300
committerGitHub <noreply@github.com>2023-07-07 13:10:20 +0300
commit9a5a59885530822f16ccd8cacb1aeaafe934db45 (patch)
treec38e664b7ce18ac48dcf831bf04cf465dae850f5 /collectors
parentf26ad7107ca7a20407a3a94ba40d05ad0aee1425 (diff)
Create integrations JSON schema (#15302)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'collectors')
-rw-r--r--collectors/metadata/schemas/single-module.json7
-rw-r--r--collectors/metadata/single-module-template.yaml2
2 files changed, 9 insertions, 0 deletions
diff --git a/collectors/metadata/schemas/single-module.json b/collectors/metadata/schemas/single-module.json
index a97f2f41f6..15e8a9743f 100644
--- a/collectors/metadata/schemas/single-module.json
+++ b/collectors/metadata/schemas/single-module.json
@@ -20,6 +20,13 @@
"$ref": "#/$defs/_monitored_instance"
}
},
+ "keywords": {
+ "type":"array",
+ "description": "An array of terms related to the integration.",
+ "items": {
+ "type":"string"
+ }
+ },
"overview": {
"type": "object",
"properties": {
diff --git a/collectors/metadata/single-module-template.yaml b/collectors/metadata/single-module-template.yaml
index baae53ff8b..b5bfe7f7a4 100644
--- a/collectors/metadata/single-module-template.yaml
+++ b/collectors/metadata/single-module-template.yaml
@@ -6,6 +6,8 @@ monitored_instance:
alternative_monitored_instances:
- name: ""
link: ""
+keywords:
+ - ""
overview:
data_collection:
metrics_description: ""