Mitsuhiro Tanda
|
59cdd4d8d2
|
remove obsolete 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
|
4f5f38f41b
|
remove old handler
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
e1fe15e094
|
fix annotation query
|
2017-09-29 13:45:11 +09:00 |
|
Mitsuhiro Tanda
|
d98d8a404f
|
fix dimension convertion
|
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
|
8f3b060946
|
fix parameter format
|
2017-09-29 13:44:01 +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
|
1dcc51adce
|
re-implement dimension_values()
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
ec632bb9ed
|
fix error message
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
78e3556e95
|
remove performEC2DescribeInstances()
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
8fba6dcb0d
|
re-implement ec2_instance_attribute()
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
cf23734d7d
|
re-implement ebs_volume_ids()
|
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
|
fa074249e4
|
fix test
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
f66e1c02a6
|
remove obsolete GetMetricStatistics()
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
f590db1b78
|
move test code
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
1d265e05c9
|
fix conflict
|
2017-09-29 13:44:01 +09:00 |
|
Mitsuhiro Tanda
|
fe3d3bc384
|
porting other suggestion
|
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
|
0c95148486
|
move the metric find query code
|
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
|
d31f264576
|
cache creds for keys/credentials auth type
|
2017-09-29 13:44:00 +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 |
|
Carl Bergquist
|
e9e8ffc769
|
Merge pull request #9367 from bobrik/dualstack
Enable dualstack in every net.Dialer, fixes #9364
|
2017-09-28 11:15:49 +02:00 |
|
Ivan Babrou
|
9a4ae30227
|
Enable dualstack in every net.Dialer, fixes #9364
Default transport enables it:
* https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46
```
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
DualStack: true,
}).DialContext,
```
See also: https://github.com/golang/go/issues/15324
|
2017-09-27 22:29:48 -07:00 |
|
bergquist
|
2ec7bbb2bd
|
jaeger: capitalize tracer name
|
2017-09-27 16:38:00 +02:00 |
|
bergquist
|
2ae74bf13d
|
jaeger: logging improvement
|
2017-09-27 16:36:42 +02:00 |
|
Torkel Ödegaard
|
50d82155ed
|
Merge branch 'master' of https://github.com/williamjoy/grafana into williamjoy-master
|
2017-09-27 09:37:26 +02:00 |
|
bergquist
|
2ed753232f
|
internal metrics: add grafana version
|
2017-09-26 15:25:44 +02:00 |
|
bergquist
|
3641e85233
|
testdata: add bucket scenarios for heatmap
these scenarios makes it easier debug panels based
on the same numbers without sharing datasource
ref #9332
|
2017-09-24 22:08:28 +02:00 |
|
Carl Bergquist
|
9aa4f5c42a
|
Merge pull request #9341 from thz/smtp_ehlo_identity
introduce smtp config option for EHLO identity
|
2017-09-24 21:41:57 +02:00 |
|
Tobias Hintze
|
af79d046db
|
introduce smtp config option for EHLO identity
|
2017-09-24 20:48:20 +02:00 |
|
bergquist
|
8175783f93
|
go fmt
|
2017-09-24 18:59:21 +02:00 |
|
bergquist
|
c927209447
|
Merge branch 'master' of https://github.com/BrandonArp/grafana into BrandonArp-master
|
2017-09-24 18:56:46 +02:00 |
|
Carl Bergquist
|
63f78c0b59
|
Merge pull request #9299 from seuf/grafana-cli-plugin-url
Added --pluginUrl option to grafana-cli for local network plugin inst…
|
2017-09-22 13:13:17 +02:00 |
|
bergquist
|
ed661767f8
|
follow go idiom and return error as second param
|
2017-09-21 18:04:16 +02:00 |
|
bergquist
|
a45e2ec9c3
|
context is reserved for go's context
|
2017-09-21 15:23:34 +02:00 |
|
bergquist
|
16b5b9f6be
|
make ds a param for Query
|
2017-09-21 15:09:14 +02:00 |
|
bergquist
|
c0260fd913
|
remove batch abstraction
|
2017-09-21 15:02:17 +02:00 |
|
bergquist
|
7f9f388293
|
rename executor into tsdbqueryendpoint
|
2017-09-21 15:02:17 +02:00 |
|
bergquist
|
0229d28d64
|
remove unused structs
|
2017-09-21 15:02:17 +02:00 |
|
bergquist
|
55f1b36e31
|
refactor response flow
|
2017-09-21 15:02:17 +02:00 |
|
Carl Bergquist
|
0db678e18f
|
Merge pull request #9213 from grafana/dist_tracing
Add support for distributed tracing with Jaeger
|
2017-09-21 10:42:25 +02:00 |
|