mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:56:56 +08:00
CloudWatch: Datasource improvements (#20268)
* CloudWatch: Datasource improvements * Add statistic as template variale * Add wildcard to list of values * Template variable intercept dimension key * Return row specific errors when transformation error occured * Add meta feedback * Make it possible to retrieve values without known metrics * Add curated dashboard for EC2 * Fix broken tests * Use correct dashboard name * Display alert in case multi template var is being used for some certain props in the cloudwatch query * Minor fixes after feedback * Update dashboard json * Update snapshot test * Make sure region default is intercepted in cloudwatch link * Update dashboards * Include ec2 dashboard in ds * Do not include ec2 dashboard in beta1 * Display actual region
This commit is contained in:
@ -3,13 +3,12 @@ module github.com/grafana/grafana/scripts/go
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/golangci/golangci-lint v1.20.0
|
||||
github.com/golangci/golangci-lint v1.19.2-0.20191006164544-7577d548a389
|
||||
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
|
||||
github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d
|
||||
github.com/securego/gosec v0.0.0-20190912120752-140048b2a218
|
||||
github.com/unknwon/bra v0.0.0-20190805204333-bb0929b6cca0
|
||||
github.com/unknwon/com v1.0.1 // indirect
|
||||
github.com/unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect
|
||||
github.com/urfave/cli v1.20.0 // indirect
|
||||
golang.org/x/tools v0.0.0-20191015150414-f936694f27bf // indirect
|
||||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user