Torkel Ödegaard
5d2054323b
Merge branch 'aws-instance-attribute-tags' of https://github.com/paco3346/grafana into paco3346-aws-instance-attribute-tags
2017-08-01 09:38:58 +02:00
Torkel Ödegaard
73a1a262ef
Merge branch 'v4.4.x'
2017-07-31 22:33:36 +02:00
Torkel Ödegaard
0fcc87010a
fix: cloudwatch fix for templating namespace argument to metrics tempalting function, fixes #8965
2017-07-31 22:30:49 +02:00
Mitsuhiro Tanda
91a533d948
(cloudwatch) high resolution custom metrics ( #8958 )
...
* support 1 second resolution Custom Metrics
* upgrade to aws-sdk-go v1.10.18
* simplify period calculation
* add test
* fix period calculation bug
2017-07-31 21:19:19 +02:00
Daniel Lee
3a075be7e9
cloudwatch: make dimension text in alias popover clearer
2017-07-07 18:17:05 +02:00
Michael Ambrose
f0169656ba
Added test to for Cloudwatch EC2 tag selection
2017-06-07 16:53:49 -04:00
Michael Ambrose
525da95f49
Updated cloudwatch plugin to allow specific tag selection
...
Tags come back from AWS as a key value pair inside an array
This array is now converted to an object
Tags can be selected when using the 'ec2_instance_attribute' query
Example: `ec2_instance_attribute(us-east-1, Tags.Name, { "tag:Grafana": [ "true" ] })`
2017-06-07 16:53:49 -04:00
柯豪
b7a1ff753a
update name for AWS credentials ( #8287 )
2017-05-04 11:44:36 +02:00
Mitsuhiro Tanda
62d11c147b
(cloudwatch) fix dimension value find query ( #8159 )
2017-04-19 07:12:59 +02:00
Torkel Ödegaard
c68fffcd6d
ux: popover forms
2017-04-13 20:28:13 +02:00
Daniel Lee
69bec98962
chore: update all grafana.org urls to .com
2017-03-21 15:37:55 +01:00
Mitsuhiro Tanda
68bb417db9
support [[var]] in cloudwatch datasource ( #7649 )
...
* support [[var]] form in cloudwatch datasource
* support multi variable in single dimension
* fix test
2017-02-23 15:02:35 +01:00
bergquist
163036591d
tech(build): fixes broken build
2017-01-30 15:04:55 +01:00
Kerim Satirli
797e2ea25d
Adds London and Canada AWS Regions
2016-12-27 14:10:36 +01:00
Torkel Ödegaard
330c1b945e
refactor(datasource): refactoring datasource secure json fields handling, #6697 , #6692
2016-12-14 21:06:10 +01:00
Torkel Ödegaard
b38e9b0cac
fix(cloudwatch): removed debugger statement
2016-12-14 20:40:02 +01:00
Torkel Ödegaard
c3920bfba1
fix(cloudwatch): fixed broken cloudwatch edit page, #6697
2016-12-14 20:38:35 +01:00
Mitsuhiro Tanda
5f6a3ecd56
(cloudwatch) don't expand variable when panel or row repeat is used ( #6618 )
...
* (cloudwatch) don't expand variable when panel or row repeat is used
* fix test
2016-12-06 08:16:41 +01:00
Mitsuhiro Tanda
be26c017f6
(cloudwatch) percentile support ( #6634 )
...
* support extended statistics
* handle different response format for extended statistics
2016-12-06 08:12:30 +01:00
bergquist
7bc1c3cc1c
feat(cloudwatch): make it possible to reset keys
...
closes #6697
2016-11-24 16:37:33 +01:00
bergquist
3d21f06d5b
tech(cloudwatch): store keys in secure json blob
2016-11-24 14:16:52 +01:00
bergquist
1695aece0c
feat(cloudwatch): add authtype dropdown to config page
2016-11-24 14:00:05 +01:00
bergquist
64784db870
feat(cloudwatch): adds access and secret key to edit config page
2016-11-24 14:00:05 +01:00
Mitsuhiro Tanda
9740752c1e
(cloudwatch) long retention support ( #6547 )
2016-11-16 10:50:33 +01:00
Andrew McDonald
b98f817d68
Fix for cloudwatch datasource requesting too many datapoints ( #6544 )
...
The range checking in _getPeriod appeared to be using a different variable than the period that had just been calculated for its bounds checks.
2016-11-11 08:54:44 +01:00
Roger Swingle
69ff13adce
add govcloud
2016-11-07 13:56:29 -05:00
Mitsuhiro Tanda
888619d74e
(cloudwatch) add region
2016-10-18 12:28:20 +09:00
mkm85
977cdd5933
Fix cloudwatch multivalue ( #6282 )
...
* Fixed missing contains variable problem
* allow All option to be used in cloudwatch templating
2016-10-17 11:33:28 +02:00
Peter Dave Hello
bf4c3f3ae6
optimize png images using zopflipng ( #6197 )
2016-10-05 15:57:50 +02:00
bergquist
96ca69c5a9
tech(cloudwatch): extract method
2016-10-03 10:31:07 +02:00
bergquist
6b7015799c
Merge branch 'cloudwatch_interval' of https://github.com/mtanda/grafana into mtanda-cloudwatch_interval
2016-10-03 08:51:33 +02:00
Mitsuhiro Tanda
71b5007ec7
refactor
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
07cce5f6bd
refactor
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
481cc01242
(cloudwatch) add test for expand templater variables
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
540436e9d5
inject templateSrv
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
490141da82
(cloudwatch) expand multi select template variable
2016-09-20 11:03:35 +09:00
Torkel Ödegaard
649d9f9177
tech(lodash): upraded lodash to 4.15.0, closes #6021
2016-09-14 09:17:10 +02:00
Torkel Ödegaard
0fa0066cd9
tech(lodash): began migration work
2016-09-13 22:10:44 +02:00
Mitsuhiro Tanda
07d355851e
(cloudwatch) assume role support ( #5065 )
...
* (cloudwatch) assume role support
* save godep
* (cloudwatch) add assumeRoleArn field
* (cloudwatch) set cred provider for sts
* (cloudwatch) fix test
2016-05-18 07:54:24 +02:00
Torkel Ödegaard
0ebd921bbb
feat(query editors): updated cloudwatch to new form styles
2016-04-27 11:07:26 +02:00
Mitsuhiro Tanda
ab9abee67b
(cloudwatch) add test for interval variable
2016-04-20 01:27:44 +09:00
Mitsuhiro Tanda
2e5a1328a8
(cloudwatch) support interval template variable
2016-04-19 22:57:34 +09:00
Torkel Ödegaard
e307ada374
ux(): tooltip improvement
2016-04-15 19:56:39 -04:00
Torkel Ödegaard
905d31442c
fix(annotations): make sure a data source that supports annotations is used in annotation editor when creating new
2016-04-12 10:16:40 -04:00
Daniel Lee
45b90972dc
feat(plugins): adds a readme for every native plugin
2016-03-30 23:33:30 +02:00
Torkel Ödegaard
82ad5a632d
tech(): fixed broken tests due to angularjs upgrade
2016-03-28 20:44:32 +02:00
Mitsuhiro Tanda
381a48f21d
(cloudwatch) remove duplicative attribute
2016-03-16 15:41:52 +09:00
Torkel Ödegaard
82eb32a71e
ux(): initial pass at new card / list design, #4364
2016-03-15 09:15:24 +01:00
Mitsuhiro Tanda
b989e2ce37
minor fix
2016-03-11 17:04:42 +09:00
Mitsuhiro Tanda
25f08ddd39
(cloudwatch) change parameter form of ec2_instance_attribute()
2016-03-11 16:59:06 +09:00