prometheus/promql
Brian Brazil fb585e4591 promql: Remove interpolation of vector values.
The current behaviour produces values that are not
from rules or scrapes. So if for example I have
a boolean 0/1 it can be returned as 0.2344589. This
prevents a number of advanced use cases, introduces
race conditions and can produce misleading graphs.
2015-08-24 17:37:31 +01:00
..
testdata Implement label_replace() 2015-08-18 14:20:07 +02:00
analyzer.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
ast.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
engine.go promql: Remove interpolation of vector values. 2015-08-24 17:37:31 +01:00
engine_test.go Log runtime errors during query evaluation instead of panicking. 2015-08-19 16:56:41 +02:00
functions.go Replace metric.SamplePair with model.SamplePair 2015-08-22 14:52:35 +02:00
lex.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
lex_test.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
parse.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
parse_test.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
printer.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
printer_test.go Deprecate keeping_extra, rename it to keep_common. 2015-06-12 14:21:05 +02:00
promql_test.go Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
quantile.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
test.go Replace metric.SamplePair with model.SamplePair 2015-08-22 14:52:35 +02:00