c927209447
Merge branch 'master' of https://github.com/BrandonArp/grafana into BrandonArp-master
2017-09-24 18:56:46 +02:00
ed661767f8
follow go idiom and return error as second param
2017-09-21 18:04:16 +02:00
0229d28d64
remove unused structs
2017-09-21 15:02:17 +02:00
0db678e18f
Merge pull request #9213 from grafana/dist_tracing
...
Add support for distributed tracing with Jaeger
2017-09-21 10:42:25 +02:00
4326790bb4
bug: enable HEAD requests again
...
ref #9307
2017-09-20 09:45:00 +02:00
4a6da233d9
Add DbClusterIdentifier
to CloudWatch dimensions ( #9297 )
...
Unfortunately CloudWatch dimensions are case-sensitive and it uses both `DBClusterIdentifier` and `DbClusterIdentifier` (notice the lower case `b`) depending on the metric. All metrics which also have the `Role` dimension appear to use `DBClusterIdentifier`, whereas metric with the `EngineName` dimension use `DbClusterIdentifier`.
2017-09-20 08:31:54 +02:00
e3211f6e48
use route as span name
2017-09-18 11:08:58 +02:00
ee2e4c6567
add trace headers for outgoing requests
2017-09-18 11:08:58 +02:00
3c8133aa4b
add traces for datasource reverse proxy requests
2017-09-18 11:08:58 +02:00
2e350bbb8e
adds basic traces using open traces
2017-09-18 11:08:58 +02:00
24d69ca205
fix: jsonData should not be allowed to be null, fixes #9258
2017-09-18 09:38:02 +02:00
314bff1b78
adds grafana_ prefix for none standard metrics
2017-09-14 14:26:32 +02:00
9c30bf53cf
introduce concept of named middleware
2017-09-14 14:26:32 +02:00
4bc6ecb241
adds metric middlware to route register
2017-09-14 14:26:32 +02:00
6372e22180
migrate handlers to new register
2017-09-14 14:26:32 +02:00
f842265388
add custom route register
2017-09-14 14:26:32 +02:00
bf138d1845
adds small docs page metrics
2017-09-14 14:26:32 +02:00
6d22a67a30
return /metrics before session middleware
2017-09-14 14:26:32 +02:00
2de94d6548
convert old metrics to prom metrics
2017-09-14 14:26:32 +02:00
788f677ed7
remove old internal metrics lib
2017-09-14 14:26:32 +02:00
d6b8c6a2d2
add graphite bridge that support delta counters
2017-09-14 14:26:32 +02:00
cffbcb504d
allow ssl renegotiation for datasources
2017-09-13 16:20:24 -07:00
6e344f6eea
api: tsdb api orgId fix
2017-09-12 08:01:34 +02:00
e13575eaef
add AWS/NATGateway metrics ( #9202 )
2017-09-08 09:04:15 +02:00
652fce7e76
Optimize some wrong usage and spelling
...
Signed-off-by: wgliang <liangcszzu@163.com>
2017-09-07 17:50:11 +08:00
2fc67da69a
Merge branch 'metrics-tab-v3'
2017-09-04 13:27:44 +02:00
40c008f870
Cloudwatch Datasource: changed namespace of Web Application Firewall ( #9128 )
2017-09-01 10:43:23 +02:00
66441650cd
changing ordering so AWS API is only called if cache has expired ( #9136 )
2017-09-01 07:24:05 +02:00
84d4958a3c
plugin change: make interval, cache timeout & max data points options in plugin.json, remove query.options component feature, add help markdown feature and toggle for data sources
2017-08-31 14:05:52 +02:00
71c22fdbff
dataproxy: removed some logging, closes #9078
2017-08-24 11:18:06 +02:00
71c9582944
data source with token auth is starting to work, #9078
2017-08-24 11:07:37 +02:00
3c9798bec9
datasource-proxy: token exchange
2017-08-23 17:18:43 +02:00
4f9fbcc211
dataproxy: added caching of datasources when doing data proxy requests, #9078
2017-08-23 13:31:26 +02:00
8bf49c51b9
dataproxy: refactoring data source proxy to support route templates and wrote more tests for data proxy code, #9078
2017-08-23 10:52:31 +02:00
63d6ab476a
feat: data source proxy refactoring and route handling, #9078
2017-08-22 17:14:15 +02:00
5c2958023d
Merge branch 'v4.4.x'
2017-08-21 13:45:04 +02:00
e3bd51e38d
fix: remove duplicate set-cookie when logging in, fixes #9013
2017-08-21 11:10:59 +02:00
649fe7e462
Merge branch 'v4.4.x'
2017-08-07 10:47:23 +02:00
1e5778174c
login: regenerates session id on login
2017-08-07 10:00:29 +02:00
c7ca4830a8
Merge branch 'v4.4.x'
2017-08-03 08:56:46 +02:00
1372d2e517
fix: update user permissions validation was not working properly, fixes #8977
2017-08-03 08:56:34 +02:00
8d7186d40d
Merge branch 'v4.4.x'
2017-08-02 17:33:19 +02:00
3dc9d76b38
fix: viewer role fix, fixes #8976
2017-08-02 17:33:06 +02:00
c7c5730c40
Merge branch 'v4.4.x'
2017-07-31 16:04:31 +02:00
34cda65998
fix: png rendering api & timeout parameter now works as it should AND default render timeout increased from 30 to 60 seconds, fixes #8710
2017-07-31 16:04:04 +02:00
61d8eb1fac
Merge branch 'v4.4.x'
2017-07-31 15:07:22 +02:00
73563d087c
feat: more work on #8768
2017-07-31 14:39:33 +02:00
b16b649c9b
(cloudwatch) add new elb metrics ( #8894 )
2017-07-20 14:12:56 +02:00
9d50ab8fb5
(cloudwatch) check auth type before assume role ( #8895 )
2017-07-20 14:11:51 +02:00
228c210379
Cloudwatch: Fix bug with obtaining IAM roles within ECS containers. ( #8766 )
...
Fixes #8750 .
2017-07-12 06:55:59 +02:00