prometheus/promql
Brian Brazil 6f5d952132 Check for invalid utf-8 in lexer strings.
This protects against invalid utf-8 sneaking
in via label_replace.
2017-06-16 15:19:24 +01:00
..
fuzz-data Fuzzing corpus for ParseMetric. 2016-04-29 22:50:24 +02:00
testdata Force buckets in a histogram to be monotonic for quantile estimation (#2610) 2017-04-14 16:21:49 +02:00
ast.go Make the storage interface higher-level. 2016-07-25 13:59:22 +02:00
bench.go promql: Fix (and simplify) populating iterators 2016-08-24 18:37:09 +02:00
engine_test.go storage: Contextify storage interfaces. 2016-09-19 16:29:07 +02:00
engine.go Instrument Prometheus with OpenTracing (#2554) 2017-05-02 18:49:29 -05:00
functions_test.go promql: Fix (and simplify) populating iterators 2016-08-24 18:37:09 +02:00
functions.go promql: handle NaN in changes() correctly 2016-09-30 11:04:25 +02:00
fuzz.go Updates fuzzers to discard less interesting data 2016-05-10 11:46:03 +02:00
lex_test.go Check for invalid utf-8 in lexer strings. 2017-06-16 15:19:24 +01:00
lex.go Check for invalid utf-8 in lexer strings. 2017-06-16 15:19:24 +01:00
parse_test.go Check for invalid utf-8 in lexer strings. 2017-06-16 15:19:24 +01:00
parse.go Report type names in the form used in documentation 2016-11-18 10:12:55 +00:00
printer_test.go Fix export of grouping modifier 2016-11-21 14:42:45 +00:00
printer.go Fix export of grouping modifier 2016-11-21 14:42:45 +00:00
promql_test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
quantile.go Force buckets in a histogram to be monotonic for quantile estimation (#2610) 2017-04-14 16:21:49 +02:00
test.go storage: Contextify storage interfaces. 2016-09-19 16:29:07 +02:00