prometheus/promql
Ganesh Vernekar ca93fd544b /api/v1/labels endpoint for getting all label names (#4835)
* vendor: update tsdb

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* /api/v1/labels endpoint

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* regex matchers for API

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Add docs

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Matchers behaving as OR

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Removed the matchers

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* vendor: update tsdb using go mod

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* vendor update: tsdb

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Added LabelNames() to storage.Querier

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Test for api.labelNames

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Nits

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2018-11-19 15:51:14 +05:30
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
testdata Change max/min over_time to handle NaNs properly (#4386) 2018-09-26 08:58:16 +01:00
ast.go promql: Remove old and unused alerting/reconding syntax 2018-08-07 15:14:06 +02:00
bench_test.go Allow promql benchmarks to query more samples (#4770) 2018-10-22 18:02:22 +01:00
engine.go Make ErrorStorage a concrete type not an interface 2018-10-04 13:13:41 +00:00
engine_test.go /api/v1/labels endpoint for getting all label names (#4835) 2018-11-19 15:51:14 +05:30
functions.go Change max/min over_time to handle NaNs properly (#4386) 2018-09-26 08:58:16 +01:00
functions_test.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00
fuzz.go textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
lex.go Fix goroutine leak in lexer/parser. (#4858) 2018-11-12 18:47:13 +00:00
lex_test.go Merge pull request #3839 from brancz/remove-old-alert-record 2018-11-06 15:53:27 +01:00
parse.go Fix goroutine leak in lexer/parser. (#4858) 2018-11-12 18:47:13 +00:00
parse_test.go Fix goroutine leak in lexer/parser. (#4858) 2018-11-12 18:47:13 +00:00
printer.go promql: Remove old and unused alerting/reconding syntax 2018-08-07 15:14:06 +02:00
printer_test.go promql: Remove old and unused alerting/reconding syntax 2018-08-07 15:14:06 +02:00
promql_test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
quantile.go promql: fix unconvert issues (#4040) 2018-06-06 18:20:38 +01:00
test.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00
value.go Reordering fields of String datetype (#4751) 2018-10-17 08:52:23 +01:00