Cloudwatch: add keywords (#88855)

---------

Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
This commit is contained in:
David Harris 2024-06-10 13:11:47 +01:00 committed by GitHub
parent e15e40fbd3
commit 60bec80672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 1 deletions

View File

@ -82,6 +82,7 @@ func TestLoader_Load(t *testing.T) {
URL: "https://grafana.com",
},
Description: "Data source for Amazon AWS monitoring service",
Keywords: []string{"aws", "amazon"},
Logos: plugins.Logos{
Small: "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
Large: "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",

View File

@ -82,6 +82,7 @@ func TestLoader_Load(t *testing.T) {
URL: "https://grafana.com",
},
Description: "Data source for Amazon AWS monitoring service",
Keywords: []string{"aws", "amazon"},
Logos: plugins.Logos{
Small: "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
Large: "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",

View File

@ -360,7 +360,10 @@
"build": {},
"screenshots": null,
"updated": "",
"keywords": null
"keywords": [
"aws",
"amazon"
]
},
"dependencies": {
"grafanaDependency": "",

View File

@ -26,6 +26,7 @@
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["aws", "amazon"],
"logos": {
"small": "img/amazon-web-services.png",
"large": "img/amazon-web-services.png"