prometheus/promql/parser
Craig Ringer 1ce84d8e2f feat(promql): add first_over_time and ts_of_first_over_time
Add a first_over_time function, and corresponding ts_of_first_over_time
function.  Both are behind the experimental functions feature flag.

Signed-off-by: Craig Ringer <craig.ringer@enterprisedb.com>
2025-09-02 10:24:31 +12: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 chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
prettier_rules.md
prettier_test.go Move calculation to the engine 2025-04-03 10:56:02 +02:00
printer.go Merge pull request #16593 from bboreham/ast-child-iter 2025-08-21 09:14:41 +01:00
printer_test.go PromQL: Fix printing +min() 2025-07-02 11:17:17 +02:00
value.go