prometheus/promql/parser
Ayoub Mrini ace9c8a3da
promtool: allow setting multiple matchers to "promtool tsdb dump" command. (#13296)
Conditions are ANDed inside the same matcher but matchers are ORed

Including unit tests for "promtool tsdb dump".

Refactor some matchers scraping utils.

Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2024-01-15 10:29:53 +00:00
..
posrange Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
ast.go ci(lint): enable nolintlint and remove redundant comments (#12926) 2023-10-31 12:35:13 +01:00
functions.go Make mad_over_time experimental and move tests 2023-12-01 01:56:07 +08:00
generated_parser.y Add feature flag for PromQL experimental functions. 2023-11-14 17:48:58 +01:00
generated_parser.y.go Add feature flag for PromQL experimental functions. 2023-11-14 17:48:58 +01:00
lex.go Enable default revive rules (#13068) 2023-11-29 17:23:34 +00:00
lex_test.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
parse.go promtool: allow setting multiple matchers to "promtool tsdb dump" command. (#13296) 2024-01-15 10:29:53 +00:00
parse_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
prettier.go Adds support for prettifying PromQL expression (#10544) 2022-07-07 18:13:36 +05:30
prettier_rules.md Adds support for prettifying PromQL expression (#10544) 2022-07-07 18:13:36 +05:30
prettier_test.go Prettifier: Add spaces with non-callable keywords (#11005) 2022-07-15 00:09:56 +02:00
printer.go style: Replace `else if` cascades with `switch` 2023-04-19 17:22:31 +02:00
printer_test.go Prettifier: Add spaces with non-callable keywords (#11005) 2022-07-15 00:09:56 +02:00
value.go