120 Commits

Author SHA1 Message Date
2c7adccf12 Use cache for http.client in tsdb package. (#6833)
* datasource: move caching closer to datasource struct

* tsdb: use cached version of datasource http transport

closes #6825
2016-12-07 11:10:42 +01:00
c9b7f8603e tech(): replace spaces to handle input more graceful 2016-12-02 23:43:02 +01:00
f70d7ff3a3 fix(influxdb): align tsdb.influxdb with dataproxy
ref #6784
2016-12-02 21:10:29 +01:00
a3b0fbcaba fix(influxdb): fixes broken tag rendering for influxdb alerting
closes #6626
ref #6523
2016-11-17 15:50:49 +01:00
4fdfee739a fix(influxdb): add support for regex measurments
closes #6560
2016-11-14 08:48:19 +01:00
e04d27c0b0 fix(influxdb): return internal influxdb errors
ref #6523
2016-11-11 08:47:53 +01:00
f924b241ae tech(influxdb): refactor query builder
trying to reduce the amounts of moving parts for influxdb
2016-11-10 14:38:07 +01:00
a948dfe514 fix(influxdb): fixes broken raw query usage 2016-11-10 14:18:10 +01:00
ecba23e883 Merge branch 'master' into influxdb_alias_seriename 2016-11-10 12:22:17 +01:00
4f3c8c6663 fix(influxdb): add default operator
ref #6523
2016-11-10 11:21:38 +01:00
ef08a243c5 fix(influxdb): fixes possible nil pointer
closes #6531
2016-11-10 08:23:58 +01:00
82e1d3f6aa feat(influxdb): disable debug logging in appmode 2016-11-09 14:48:05 +01:00
f0a0e647a0 feat(influxdb): backend support for alias by segment
ref #6510
2016-11-09 12:45:59 +01:00
c897d39d5e feat(influxdb): add support for serie alias replacement
ref #6510
2016-11-09 10:22:11 +01:00
24a3a100ed feat(influxdb): add alias to query 2016-11-09 10:05:12 +01:00
98a7bf181a tech(influxdb): close body reader 2016-11-08 19:19:49 +01:00
56340bfdfb fix(influxdb): fixes bug when using regexps/numbers in tags
closes #6488
2016-11-07 14:26:20 +01:00
2d7bb4a9f3 fix(tsdb): broken build :( 2016-11-03 19:20:53 +01:00
1afe0e90f9 fix(tsdb): fixes broken legend buidler for prometheus
closes #6456
2016-11-03 18:04:09 +01:00
0059beb85d chore(tsdb): remove commented code 2016-11-03 17:34:57 +01:00
bb7f03c91e Merge pull request #6446 from utkarshcmu/graphite_alerting_fix
Fixed intervalFormat for Graphite Alerting
2016-11-03 06:58:51 +01:00
fc91231104 Fixed failing tests 2016-11-02 22:31:59 -07:00
33ee85ede9 Commented strange behavior of tests 2016-11-02 11:11:06 -07:00
a4a2e35bb2 Verified interval format function and gofmt check 2016-11-02 02:07:08 -07:00
d4bc92b267 feat(tsdb): default tsdb httpclient 2016-11-02 08:51:34 +01:00
2088363bf9 Added tests for graphite alerting 2016-11-02 00:00:18 -07:00
1e8beb8983 Fixed intervalFormat for Graphite Alerting 2016-11-01 17:55:45 -07:00
2df8c649b7 Merge branch 'master' into alerting_opentsdb 2016-10-19 13:15:22 +02:00
20bfe443fe feat(prometheus): trim labelname lookup key
closes #6300
2016-10-19 08:57:58 +02:00
333a853948 Fixed for loop and append 2016-10-18 08:48:06 -07:00
9429434cb5 feat(influxdb): use database auth if provided
closes #6310
2016-10-18 15:12:04 +02:00
10d581dd0a Added unit tests for query parsing 2016-10-17 14:51:51 -07:00
2374d09877 Fixed query parsing bugs 2016-10-17 14:50:53 -07:00
ace81760ea Added tests file for writing tests 2016-10-16 12:10:13 -07:00
b7744b4928 Added tags and filters params to alerting 2016-10-16 10:55:07 -07:00
35f93f4117 Added rate params to alerting 2016-10-16 05:20:58 -07:00
cc0a39f816 Added downsampling params to alerting 2016-10-16 04:12:13 -07:00
5e0fa0f0ad feat(opentsdb): context aware http requests 2016-10-14 10:21:47 +02:00
f44e360b0d fix(opentsdb): fmt 2016-10-14 10:15:30 +02:00
fe24e6c8a8 Merge branch 'alerting_opentsdb' of https://github.com/utkarshcmu/grafana into utkarshcmu-alerting_opentsdb 2016-10-14 09:19:42 +02:00
455df7f0a0 Merge branch 'master' into alerting_opentsdb 2016-10-14 09:17:35 +02:00
f4e0a9245e feat(influxdb): choose highest interval value 2016-10-14 09:14:13 +02:00
4247e92e87 Resolved conflicts 2016-10-14 00:01:36 -07:00
06f2047ced OpenTsdb alerting works with metric query 2016-10-13 23:49:28 -07:00
b8ec1ce9a2 tech(tsdb): add basic skeleton for alerting 2016-10-13 23:49:27 -07:00
4144eacc24 feat(influxdb): start parsing interval parameters 2016-10-13 11:42:51 +02:00
5a91d45f3f fix(influxdb): broken unittests 2016-10-12 07:43:30 +02:00
885e0366c5 feat(influxdb): support raw queries in alerting
ref #6231
2016-10-11 18:53:09 +02:00
f1905a8485 fix(alerting): fixed issue with using nested queries in graphite query used in alerting rule, fixes #5996 2016-10-11 12:50:11 +02:00
8d96262106 chore(tsdb): tidy up code 2016-10-10 11:58:06 +02:00