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 |
|
Yago Nobre
|
9c026a8e04
|
add brazil currency
|
2017-09-28 14:18:14 -03: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 |
|
Patrick O'Carroll
|
0a65100eaf
|
made a text-panel page, maybe we don't need it
|
2017-09-28 10:05:28 +02:00 |
|
Patrick O'Carroll
|
0d5540ca09
|
cleaned up html/sass and added final touches
|
2017-09-28 09:41: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 |
|
Alin Sinpalean
|
bb8849785a
|
Have include intervalFactor in its calculation, so always equal to the step query parameter.
|
2017-09-27 14:20:51 +02:00 |
|
Alin Sinpalean
|
25a6ed8718
|
Merge remote-tracking branch 'upstream/master' into adjust_interval_variable_with_min_step
|
2017-09-27 11:37:14 +02:00 |
|
Alin Sinpalean
|
1543dc4234
|
Merge remote-tracking branch 'upstream/master'
|
2017-09-27 11:36:50 +02:00 |
|
bergquist
|
5373a6027c
|
alertlist: toggle play/pause button
closes #9355
|
2017-09-27 10:49:39 +02:00 |
|
Patrick O'Carroll
|
8615912018
|
updated css and html for recent state changes for alert lists
|
2017-09-27 10:38:01 +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 |
|
Alin Sinpalean
|
f25aeadf21
|
Resolve merge conflicts with remote/master.
|
2017-09-26 17:55:30 +02:00 |
|
Alin Sinpalean
|
7366d7eae0
|
Merge branch 'master' of git+ssh://github.com/alin-amana/grafana
|
2017-09-26 17:44:37 +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 |
|