815 Commits (9a628bb1c8511fc166ac102f25209b1931e1a1b6)

Author SHA1 Message Date
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
johncming d1b3a6e013 promql: Optimize the writing (#5941) 5 years ago
Krzysztof Kowalczyk 6e53980bbf fix fuzz targets (#5851) 5 years ago
AllenZMC 3638e4ab18 fix mis-spelling in fuzz.go (#5848) 5 years ago
Chris Marchbanks 529ccff07b
Remove all usages of stretchr/testify 5 years ago
Chris Marchbanks 0685eb5395
Refactor testutil.NewStorage into a new package 5 years ago
AllenZMC 04cb37fea8 fix wrong spells in query_logger.go (#5843) 5 years ago
ethan 8928094b56 func name ref correct "qauntile" -> "quantile" (#5834) 5 years ago
AllenZMC 8d6ec5acdc fix word 'seriess' to 'series' (#5828) 5 years ago
AllenZMC ead0933dd9 fix word 'substracting' to 'subtracting' (#5822) 5 years ago
Advait Bhatwadekar 5d401f1e1b Added query logging for prometheus. Issue #1315 (#5794) 5 years ago
Ganesh Vernekar 588eb20018
Efficient iteration and search in HashForLabels and HashWithoutLabels (#5707) 5 years ago
Thomas Jackson 91d7175eaa Add storage.Warnings to LabelValues and LabelNames (#5673) 6 years ago
beorn7 dd81912554 Add objectives to Summaries 6 years ago
Thomas Jackson a000cec011 Re-use label builder in promql aggregation (#5641) 6 years ago
Brian Brazil 36dbf042e3
Correctly handle {__name__="a"} (#5552) 6 years ago
Simon Pasquier 45506841e6
*: enable all default linters (#5504) 6 years ago
Goutham Veeramachaneni 3da718c21a Make sure subquery range is taken into account for selection (#5467) 6 years ago