c78c460f79
mysql: worked on mysql data soruce
2017-04-20 17:10:23 +02:00
50e70cf3db
build: fixed unit test
2017-04-20 13:04:42 +02:00
fc878bc8ad
build: fixed order
2017-04-20 11:59:11 +02:00
11806dfa78
mysql: progress
2017-04-19 17:26:37 +02:00
e164eba677
mysql: began work on backend macro engine
2017-04-19 10:10:08 +02:00
9bdcc4ec5f
influxdb: holt winters edits
2017-04-11 14:40:08 +02:00
26804d630f
Merge branch 'master' into sql-proxy
2017-04-07 10:34:51 +02:00
2b81bfe9bf
alerting: fix $timeFilter cannot be used twice ( #7969 ) ( #8037 )
2017-04-05 17:17:55 +02:00
5af81b974e
mysql: graph showing
2017-03-31 13:57:10 +02:00
a7babfb7cf
tech: updated xorm libs
2017-03-31 12:54:39 +02:00
e5a5bef200
mysql: minor update
2017-03-31 12:49:05 +02:00
d6d2080f11
mysql: minor progress on response processing
2017-03-31 11:45:25 +02:00
080d2a2054
mysql: reading arbitrary SQL data in go is really strange, data is only in strings?
2017-03-30 13:46:46 +02:00
00fcaaf171
mysql: commented out old code from old PR
2017-03-29 22:55:37 +02:00
8f90c6115d
mysql: progress on mysql data source
2017-03-29 22:54:18 +02:00
6ab90425c4
Pass dropcounter rate option if no max counter and no reset value or reset value as 0 is specified ( #7743 )
2017-03-06 16:19:37 +01:00
c7febca447
mqe: fixes broken test for indexalias
2017-02-09 16:43:57 +01:00
aa7292fac6
mqe: adds support for wildcard and index aliases
2017-02-09 16:25:03 +01:00
7d205ae2b8
Merge pull request #7466 from hagen1778/prometheus-basicauth-query
...
allow setting basic auth headers for prometheus datasource
2017-02-07 11:18:17 +01:00
a1e835884b
use configured Transport instead of defaultHttpTransport
2017-02-07 11:56:59 +02:00
25be602dce
go fmt
2017-02-06 17:17:16 +02:00
57d36b3d42
feat(alerting): transform labels into tags for prometheus tsdb
2017-02-06 15:25:15 +01:00
80b92335bb
allow setting basic auth headers for prometheus datasource
2017-02-06 16:22:09 +02:00
3827c0a69c
tech(alerting): adds tags to alerting data model
2017-02-06 14:59:29 +01:00
46e4a54a6e
style: go fmt with simplify
2017-01-27 15:21:02 +01:00
d354f3a8af
fix(alerting): fixed evaluation for no_value condition, fixes #7244 ( #7247 )
...
* fix(alerting): fixed evaluation for no_value condition, fixes #7244
* feat(alerting): moving null library into grafana, fixing handling on no value / no series
2017-01-13 12:32:30 +01:00
b475f91387
feat(templating): completed work on built in template variables and , closes #7190 , refactors #7170
2017-01-11 12:10:26 +01:00
27ead53382
Set indentation to tabs
2016-12-21 22:54:56 +00:00
b8572b69f0
Register new queries available in InfluxDB - Holt Winters fixes #5619
...
For correct data fill on holt winters predictions, the time function
needed modification to allow a 2nd param for offset, as per
https://docs.influxdata.com/influxdb/v1.0/query_language/data_exploratio
n/#advanced-group-by-time-syntax
2016-12-21 22:30:32 +00:00
4e306590f8
Merge branch 'v4.0.x'
2016-12-21 10:02:28 +01:00
8cef4cc74e
fix(influxdb): handles time(auto) like time($interval)
...
closes #6997
2016-12-21 10:01:20 +01:00
df3adbc0f8
refactor(mqe): reduce duplication
2016-12-16 08:01:58 +01:00
51c4385c92
fix(mqe): only parse none empty functions
2016-12-15 08:52:43 +01:00
e3b53fe599
test(mqe): adds test for double function usage
2016-12-15 07:36:06 +01:00
7dece3ff0c
test(mqe): solves brittle unit test
2016-12-15 07:36:06 +01:00
dde6e73fed
feat(mqe): add basic support for functions list
2016-12-14 22:29:17 +01:00
ca6a667555
feat(mqe): renames app tag into cluster
2016-12-14 16:49:16 +01:00
f8871f9e4a
chore(mqe): remove comments
2016-12-14 16:16:42 +01:00
6d57e42246
feat(mqe): restricts the executor to max 4 concurrent outgoing requests
2016-12-14 15:40:15 +01:00
adb441e5c8
(format) run go fmt in pkg
2016-12-14 12:17:38 +09:00
362162d6fa
feat(mqe): add token cache
2016-12-13 14:01:48 +01:00
69d6316512
style(mqe): instance dependencies in ctor func
2016-12-13 12:47:57 +01:00
549c3ab78b
tech(mqe): update todo
2016-12-13 11:42:06 +01:00
99e3db8208
Merge branch 'master' into alerting_mqe
2016-12-12 19:01:50 +01:00
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
1b0005a9e5
feat(mqe): add support for app and host alias
2016-11-18 11:40:38 +01:00
a3b0fbcaba
fix(influxdb): fixes broken tag rendering for influxdb alerting
...
closes #6626
ref #6523
2016-11-17 15:50:49 +01:00
0a0f558c48
style(mqe): improve code
2016-11-17 08:52:27 +01:00