* 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
(cherry picked from commit 00bef917ee)
15 lines
530 B
Modula-2
15 lines
530 B
Modula-2
module github.com/grafana/grafana/scripts/go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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-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
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
|
)
|