prometheus/promql/parser
Ben Kochie 48956f60d7
Update modernize (#17471)
Apply additional Go modernize tool improvements.

Signed-off-by: SuperQ <superq@gmail.com>
2025-11-04 05:13:49 +00:00
..
posrange Add a note about PositionRange values 2025-08-13 17:57:40 +01:00
ast.go Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
functions.go feat(promql): add first_over_time and ts_of_first_over_time 2025-09-02 10:24:31 +12:00
generated_parser.y promql: allow 'anchored' and 'smoothed' as metric and label names 2025-10-17 12:10:52 +02:00
generated_parser.y.go promql: allow 'anchored' and 'smoothed' as metric and label names 2025-10-17 12:10:52 +02:00
lex.go promql/parser: Add string representation for AT token 2025-10-21 16:50:56 +02:00
lex_test.go Merge pull request #16249 from roidelapluie/arythmetics 2025-04-22 10:17:41 +02:00
parse.go [BUGFIX] PromQL: avoid panic parsing malformed info call (#17379) 2025-10-23 09:42:19 +02:00
parse_test.go Merge pull request #17380 from roidelapluie/roidelapluie/fixat 2025-10-27 16:21:14 +01:00
prettier.go [PERF] PromQL: Replace some Sprintf with bytes.Buffer 2025-08-21 11:38:05 +01:00
prettier_rules.md Adds support for prettifying PromQL expression (#10544) 2022-07-07 18:13:36 +05:30
prettier_test.go Move calculation to the engine 2025-04-03 10:56:02 +02:00
printer.go Fix formatting of range vector selectors with smoothed/anchored modifier 2025-10-17 12:23:53 +02:00
printer_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
value.go promql: use explicit type declare instead of string. (#7716) 2020-08-02 09:57:38 +01:00