Karsten Weiss
|
c5a09a3dc1
|
Remove redundant break statements (gosimple)
This fixes:
pkg/components/dynmap/dynmap.go:588:3: redundant break statement (S1023)
pkg/components/dynmap/dynmap.go:610:3: redundant break statement (S1023)
pkg/components/dynmap/dynmap.go:641:3: redundant break statement (S1023)
pkg/components/dynmap/dynmap.go:690:3: redundant break statement (S1023)
pkg/components/dynmap/dynmap.go:712:3: redundant break statement (S1023)
pkg/components/dynmap/dynmap.go:749:3: redundant break statement (S1023)
pkg/components/dynmap/dynmap.go:785:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/cloudwatch.go:74:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/cloudwatch.go:77:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/cloudwatch.go:82:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:178:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:181:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:184:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:187:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:190:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:193:3: redundant break statement (S1023)
pkg/tsdb/cloudwatch/metric_find_query.go:196:3: redundant break statement (S1023)
|
2018-04-16 21:04:57 +02:00 |
|
Mitsuhiro Tanda
|
eecbdc89eb
|
fix, set default highResolution setting
|
2018-03-08 01:18:11 +09:00 |
|
Mitsuhiro Tanda
|
18c54a9341
|
support cloudwatch high resolution query
|
2018-02-15 23:35:01 +09:00 |
|
Mitsuhiro Tanda
|
52e1c4113b
|
fix cloudwatch ec2_instance_attribute (#9718)
* fix cloudwatch ec2_instance_attribute
* add test
* minor fix
|
2017-11-13 13:07:46 +01:00 |
|
Mitsuhiro Tanda
|
6488ccd113
|
return empty array for no datapoints
|
2017-11-12 00:48:54 +09:00 |
|
Carl Bergquist
|
17492c091a
|
Merge pull request #9752 from mtanda/cw_alias_fix
[bug fix] (cloudwatch) fix default alias format
|
2017-11-02 07:45:26 +01:00 |
|
Mitsuhiro Tanda
|
4a63d696ff
|
fix default alias
|
2017-11-01 18:48:30 +09:00 |
|
Mitsuhiro Tanda
|
ebcb8be19a
|
add period alias
|
2017-11-01 18:47:21 +09:00 |
|
Mitsuhiro Tanda
|
8d6513a564
|
fix cloudwatch alert bug
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
5e88177f28
|
add debug log
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
468e8c13ee
|
move extend statistics handling code to backend
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
a21f53cf82
|
refactor cloudwatch code
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
fe9fca381c
|
move cloudwatch crendential related code
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
c140d7aa06
|
re-implement annotation query
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
17445e0c98
|
fix alert feature
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
8243ac39c2
|
fix parameter format
|
2017-09-29 13:44:01 +09:00 |
|
bergquist
|
fe1d395d79
|
refactor cloudwatch to support new tsdb interface
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
e588b682fb
|
import the change, https://github.com/grafana/grafana/pull/9268
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
36a537a3ce
|
fix conflict
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
feed90c0e2
|
re-implement get regions
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
62d84c1e14
|
(cloudwatch) move query parameter to 'parameters'
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
110f157621
|
parse duration
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
c6607f3fa7
|
remove offset for startTime
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
dcb5ea58ce
|
count up metrics
|
2017-09-29 13:44:00 +09:00 |
|
Mitsuhiro Tanda
|
39607d09d7
|
(cloudwatch) alerting
|
2017-09-29 13:44:00 +09:00 |
|