Commit Graph

227 Commits (2d1cd82a98e2e38376008529fe704e04cd67cf7a)

Author SHA1 Message Date
z0029c4 13974cdd28 added support for influxdb non_negative_difference function in tsdb 6 years ago
z0029c4 8cb1e5b918 added support for influxdb non_negative_difference function in tsdb for alerting 6 years ago
Clément MATHIEU c29c9d1664 Add support for InfluxDB's time zone clause (backend) 7 years ago
Tom Nitti 1e53c12921 added support for influxdb cumulative_sum function in tsdb 7 years ago
Mario Trangoni e351e6e211 pkg/tsdb/influxdb/influxdb.go: Fix surrounding loop is unconditionally terminated. 7 years ago
Mario Trangoni 80fa66fcb0 Fix some typos found by codespell 7 years ago
Sven Klemm 0254a29e35 Interpolate $__interval in backend for alerting with sql datasources (#13156) 7 years ago
bergquist c63533f004 tests: rewrite into table tests 7 years ago
bergquist bf4ee9bcc6 influxdb: adds mode func to backend 7 years ago
Kim Christensen 48fc5edda1 Support InfluxDB count distinct aggregation (#11658) 7 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 7 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 7 years ago
Mario Trangoni 556219b192 pkg/tsdb: fix ineffassign isues 7 years ago
Daniel Lee f959ba9bcf influxdb: escape backslashes in tag values (for alerting) 7 years ago
bergquist 35232a77e6 removes unused properties 8 years ago
bergquist 9282182805 influxdb: pass tags to alerting from influxdb client 8 years ago
Carl Bergquist 5d6ed6c45f
prom: add support for default step param (#9866) 8 years ago
bergquist ed661767f8 follow go idiom and return error as second param 8 years ago
bergquist a45e2ec9c3 context is reserved for go's context 8 years ago
bergquist 16b5b9f6be make ds a param for Query 8 years ago
bergquist 7f9f388293 rename executor into tsdbqueryendpoint 8 years ago
bergquist 0229d28d64 remove unused structs 8 years ago
bergquist 55f1b36e31 refactor response flow 8 years ago
Jonathan A. Sternberg bdfbc2453f Use parenthesis to surround the selected tags for influxdb queries (#9131) 8 years ago
Yaron de Leeuw d4f7a2bc99 minor code style: use `strings.Replace` fourth argument in influxdb (#8225) 8 years ago
Alexander Zobnin 2b81bfe9bf alerting: fix $timeFilter cannot be used twice (#7969) (#8037) 8 years ago
bergquist 46e4a54a6e style: go fmt with simplify 8 years ago
Torkel Ödegaard d354f3a8af fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 8 years ago
Torkel Ödegaard b475f91387 feat(templating): completed work on built in template variables and , closes #7190, refactors #7170 8 years ago
Darrian 27ead53382 Set indentation to tabs 9 years ago
Darrian b8572b69f0 Register new queries available in InfluxDB - Holt Winters fixes #5619 9 years ago
bergquist 8cef4cc74e fix(influxdb): handles time(auto) like time($interval) 9 years ago
Carl Bergquist 2c7adccf12 Use cache for http.client in tsdb package. (#6833) 9 years ago
bergquist f70d7ff3a3 fix(influxdb): align tsdb.influxdb with dataproxy 9 years ago
bergquist a3b0fbcaba fix(influxdb): fixes broken tag rendering for influxdb alerting 9 years ago
bergquist 4fdfee739a fix(influxdb): add support for regex measurments 9 years ago
bergquist e04d27c0b0 fix(influxdb): return internal influxdb errors 9 years ago
bergquist f924b241ae tech(influxdb): refactor query builder 9 years ago
bergquist a948dfe514 fix(influxdb): fixes broken raw query usage 9 years ago
bergquist 4f3c8c6663 fix(influxdb): add default operator 9 years ago
bergquist ef08a243c5 fix(influxdb): fixes possible nil pointer 9 years ago
bergquist 82e1d3f6aa feat(influxdb): disable debug logging in appmode 9 years ago
bergquist f0a0e647a0 feat(influxdb): backend support for alias by segment 9 years ago
bergquist c897d39d5e feat(influxdb): add support for serie alias replacement 9 years ago
bergquist 24a3a100ed feat(influxdb): add alias to query 9 years ago
bergquist 98a7bf181a tech(influxdb): close body reader 9 years ago
bergquist 56340bfdfb fix(influxdb): fixes bug when using regexps/numbers in tags 9 years ago
bergquist d4bc92b267 feat(tsdb): default tsdb httpclient 9 years ago
bergquist 9429434cb5 feat(influxdb): use database auth if provided 9 years ago
bergquist f4e0a9245e feat(influxdb): choose highest interval value 9 years ago