652 Commits (a0aec2db82c98702a3acf625d1ea397da04d07e2)

Author SHA1 Message Date
Tobias Guggenmos 2ca25d1c96 PromQL: Don't panic on syntax errors (#6643) 5 years ago
Tobias Guggenmos d642570924 PromQL: Use PositionRange in parser errors (#6634) 5 years ago
Tobias Guggenmos 3a204be6b7 PromQL: Fix string and parentheses handling in engine (#6612) 5 years ago
Tobias Guggenmos 0c8e9ef09e PromQL: Add position metadata to the AST (#6615) 5 years ago
Tobias Guggenmos 64194f7d45 PromQL: AST: Make VectorSelector Children of MatrixSelector (#6590) 5 years ago
Julien Pivotto 3885562587 Query Logging styling (#6594) 5 years ago
Tobias Guggenmos 6534ce843f PromQL: Use a sync.Pool for the generated parser structure (#6591) 5 years ago
Guangwen Feng 835c27a76b Fix typo in comment for func Lex (#6588) 5 years ago
Tobias Guggenmos b18b6cb332 PromQL: Avoid lexer item copies and allocations (#6584) 5 years ago
Tobias Guggenmos 4aef43a9f5 Cleanup: Remove parser switching logic (#6583) 5 years ago
Tobias Guggenmos 2064abab40 Cleanup: Remove unused variable (#6581) 5 years ago
Tobias Guggenmos 7c7746257c Cleanup: remove function that does not do anything (#6580) 5 years ago
Tobias Guggenmos d8bc24349c PromQL: Fix unary operator precedence (#6579) 5 years ago
Julien Pivotto 9d9bc524e5 Add query log (#6520) 5 years ago
Tobias Guggenmos 3d6cf1c289 PromQL: Make parser completely generated (#6548) 5 years ago
Julien Pivotto 577e738986 Cleanup PromQL functions (#6551) 5 years ago
Julien Pivotto e0afec906f add absent_over_time (#6490) 5 years ago
Josh Soref 91d76c8023 Spelling (#6517) 5 years ago
Tobias Guggenmos 213a8fe89a PromQL: Parse Series descriptions using the generated parser (#6494) 5 years ago
Julien Pivotto f363a71ef7 promql: function: fix typo (#6501) 5 years ago
Julien Pivotto 4b3bab890d Fix absent output where two label matchers are identical (#6493) 5 years ago
Tobias Guggenmos a48acbcb23 PromQL: Fix parser benchmark (#6495) 5 years ago
Tobias Guggenmos 1e0cd28bf6 PromQL: Support trailing commas in grouping opts (#6480) 5 years ago
Julien Pivotto f315c69129 promql: fix typo in value.go (#6491) 5 years ago
Tobias Guggenmos db1258f2a5 PromQL: Refactor error message generation (#6481) 5 years ago
Tobias Guggenmos 9e34f08ac3 PromQL: Parse grouping opts with the generated parser (#6472) 5 years ago
Tobias Guggenmos 53615412b4 PromQL: Parse Metrics using generated parser (#6466) 5 years ago
Tobias Guggenmos b38b25e9e1 Add Benchmark for the PromQL Parser (#6355) 5 years ago
Tobias Guggenmos 8cb4a48e2e PromQL: Parse label sets using the generated parser (#6432) 5 years ago
Tobias Guggenmos 5c503d85f7 PromQL: export lexer (#6435) 5 years ago
Tobias Guggenmos 35c1f31721 PromQL: Use more standart format for error positions (#6433) 5 years ago
Tobias Guggenmos cd39ebe7c6 PromQL: export function list (#6434) 5 years ago
Mark Nevill b0a5c51b95 Return unused point slice to pool in Call and VectorSelector eval. (#6427) 5 years ago
Tobias Guggenmos 3bb715031f PromQL: Use generated parser to parse label matchers (#6410) 5 years ago
Garrett 5a9c4acfbf Pushdown aggregator group by through read hint (#6401) 5 years ago
Tobias Guggenmos 408574a6e1 promql: Allow injecting fake tokens into the generated parser (#6381) 5 years ago
Tobias Guggenmos bbd92b85da promql: Use capitalized names for item types (#6371) 5 years ago
Tobias Guggenmos c229ed17e2 promql: Implement yyLexer interface (#6370) 5 years ago
Bartosz Jakubski 80ba03c67d fix subquery with offset conversion to string (#6373) 5 years ago
Tobias Guggenmos c63259b83c promql: Clean up parser struct (#6360) 5 years ago
Tobias Guggenmos d0cff29749 PromQL: Reduce Code duplication in AST traversion (#6362) 5 years ago
Tobias Guggenmos ac3932ea35 Improve PromQL parser performance by making it non-concurrent (#6356) 5 years ago
Harkishen Singh 37d666949c fixes space issue in duration range promql (#6295) 5 years ago
Tobias Guggenmos fe80cf4734 promql: Eliminate dead code (#6215) 5 years ago
Krasi Georgiev 5b8ff9b8a4
Merge the 2.13 release branch (#6169) 5 years ago
Simon Pasquier cf3d74ed69 promql: fix potential panic in the query logger (#6094) 5 years ago
Alex Dzyoba e3882629ba promql: Move tests to testutil (#6103) 5 years ago
AllenZMC 1e62435960 fix wrong spells in live_reader.go (#5899) 5 years ago
yuxiaobo96 5f6a56a0bb Third correction (#6012) 5 years ago
johncming ac3cedb108 promql: Modify the order of return values. (#5940) 5 years ago