prometheus/promql/parser
Bryan Boreham 1cd746ebfb
Merge pull request #17067 from prometheus/faster-promql-printer
[PERF] PromQL: Speed up PromQL to string conversion
2025-09-04 13:41:21 +01:00
..
posrange Add a note about PositionRange values 2025-08-13 17:57:40 +01:00
ast.go Merge pull request #16593 from bboreham/ast-child-iter 2025-08-21 09:14:41 +01: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 Make metric/label name validation scheme explicit (#16928) 2025-08-18 08:09:00 +00:00
generated_parser.y.go Make metric/label name validation scheme explicit (#16928) 2025-08-18 08:09:00 +00:00
lex.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
lex_test.go Merge pull request #16249 from roidelapluie/arythmetics 2025-04-22 10:17:41 +02:00
parse.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
parse_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02: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 [PERF] PromQL: Replace Fprintf %f with AppendFloat 2025-08-22 10:58:01 +01:00
printer_test.go [TESTS] PromQL: Add BenchmarkExprString 2025-08-21 11:05:38 +01:00
value.go promql: use explicit type declare instead of string. (#7716) 2020-08-02 09:57:38 +01:00