mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
Cloudwatch: add keywords (#88855)
--------- Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
This commit is contained in:
parent
e15e40fbd3
commit
60bec80672
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -360,7 +360,10 @@
|
||||
"build": {},
|
||||
"screenshots": null,
|
||||
"updated": "",
|
||||
"keywords": null
|
||||
"keywords": [
|
||||
"aws",
|
||||
"amazon"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"grafanaDependency": "",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user