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
|
01d2aa8af0
|
fix test
|
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
|
83b79dd624
|
fix test
|
2017-09-29 13:44:00 +09:00 |
|
Mitsuhiro Tanda
|
728e96e134
|
fix invalid query filter
|
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 |
|
Torkel Ödegaard
|
73295ab3ed
|
tech: upgrade of systemjs to 0.20.x working
|
2017-09-28 14:08:59 +02:00 |
|
Torkel Ödegaard
|
8950f57050
|
Merge branch 'master' of github.com:grafana/grafana
|
2017-09-28 13:06:44 +02:00 |
|
Torkel Ödegaard
|
9bfda72a55
|
tech: reverted to systemjs
|
2017-09-28 13:06:23 +02:00 |
|
Torkel Ödegaard
|
7aa753a25f
|
tech: migrating elasticsearch to typescript
|
2017-09-28 12:52:39 +02:00 |
|
bergquist
|
4dea94791d
|
changelog: add note about using golang 1.9
|
2017-09-28 11:53:01 +02:00 |
|
bergquist
|
7f6924ff13
|
change go version to 1.9
|
2017-09-28 11:22:13 +02:00 |
|
bergquist
|
c94fa7015f
|
changelog: adds note about closing #9367
|
2017-09-28 11:19:01 +02: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 |
|
Torkel Ödegaard
|
487c475a1e
|
tech: systemjs upgrade
|
2017-09-28 10:37:33 +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
|
9ee343f33d
|
tech: systemjs upgrade
|
2017-09-27 15:42:06 +02:00 |
|
bergquist
|
5373a6027c
|
alertlist: toggle play/pause button
closes #9355
|
2017-09-27 10:49:39 +02:00 |
|
chrisrd
|
0e5e2f3fb9
|
Fix export_modal message (#9353)
Remove duplicate "to", and "others" is plural not possessive.
|
2017-09-27 09:46:56 +02:00 |
|
Torkel Ödegaard
|
eaefa3c1fa
|
s3: minor fix for PR #9223
|
2017-09-27 09:43:32 +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
|
0778f31828
|
changelog: adds note about closing 5765
|
2017-09-26 14:40:43 +02:00 |
|
Carl Bergquist
|
da3aea5e0a
|
Merge pull request #9186 from mtanda/prometehus_instant_query2
(prometheus) instant query support
|
2017-09-26 14:37:10 +02:00 |
|
Torkel Ödegaard
|
5b3e6e67ea
|
Update latest.json
|
2017-09-26 11:58:37 +02:00 |
|
Torkel Ödegaard
|
7b42e13c79
|
typescript: stricter typescript option
|
2017-09-26 11:24:58 +02:00 |
|
bergquist
|
ff108bd871
|
prom_docker: give targets correct job name
|
2017-09-25 08:55:54 +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 |
|
bergquist
|
7eec60ec2e
|
dev-docker: add grafana as target
|
2017-09-24 21:58:33 +02:00 |
|
Carl Bergquist
|
dd7f42ba03
|
changelog: add note ablout closing #9319
|
2017-09-24 21:46:51 +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
|
3fac31e808
|
changelog: note about closing #9250
|
2017-09-24 19:02:25 +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 |
|
Torkel Ödegaard
|
ca0085f429
|
docs: update docs
|
2017-09-22 14:05:25 +02:00 |
|
Torkel Ödegaard
|
a98124add7
|
Update CHANGELOG.md
|
2017-09-22 13:30:23 +02:00 |
|