Commit Graph

70 Commits (28a66e183d4e758e165ac84deb2cc86a5282fb54)

Author SHA1 Message Date
Bryan Boreham b01d29cf9e promql: in tests use labels.FromStrings 3 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 3 years ago
Vilius Pranckaitis 4660656312
Allow setting custom lookback delta for instant queries (#9946) 3 years ago
Julien Pivotto d41e5a5582
Prettifier: Add spaces with non-callable keywords (#11005) 4 years ago
Harkishen Singh 44fcf876ca
Adds support for prettifying PromQL expression (#10544) 4 years ago
Matthieu MOREL 0906f2eafa
refactor (promql): move from github.com/pkg/errors to 'errors' and 'fmt' (#10817) 4 years ago
Ivo Gosemann e22b54e253 Adds day_of_year function to PromQL 4 years ago
Łukasz Mierzwa a4317bf0ec
Run gofumpt on all files (#10392) 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Mateusz Gozdek b7bdf6fab2 Fix imports formatting 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Levi Harrison f5c6ee4df6 Add lex test 4 years ago
Levi Harrison 7471208b5c Add `ATAN2` to `maybe_label` 4 years ago
Levi Harrison 8547a2bd86 Add `atan2` binary operator 4 years ago
Levi Harrison 6faca22eec Add inverse hyperbolic functions 4 years ago
Levi Harrison 53d88fd147 Added hyperbolic trig functions 4 years ago
Levi Harrison ecc29d38b8 Fixed `pi` definition 4 years ago
Levi Harrison 9fc7ba33aa Remove `atan2()` 4 years ago
Levi Harrison d5ecdc4597 Remove variadic 4 years ago
Levi Harrison 309e020c0a Added functions 4 years ago
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309) 4 years ago
Oleg Zaytsev 0a43e788af
Allow VectorSelector.String() without matchers (#9282) 4 years ago
Julien Pivotto cab96a06ef
Merge release 2.29 in main (#9196) 4 years ago
Darshan Chaudhary c4f2e9eec5
Add present_over_time (#9097) 5 years ago
Clayton Peters e7d55acbf9 Add in additional tests for metrics and/or labels called start/end. 5 years ago
Clayton Peters 6b4bf3f697 PromQL: Fix start and end keywords masking label and metric names 5 years ago
Levi Harrison 4a4882d4c7 Replace godoc.org links 5 years ago
Julius Volz e313ffa8ab
Fix "instant selector vector" typo in error messages (#8800) 5 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 5 years ago
schou 3bafe17870 add negative offset to printer 5 years ago
schou efbf3af05d reduce addOffst to 2 parameters 5 years ago
schou 851acf86ee rebuild generated_parser.y.go 5 years ago
schou 0c577c547b add negative offset ability 5 years ago
pschou aff3c702ab
promql: Add sgn, clamp and last_over_time functions (#8457) 5 years ago
Danny Kopping 42a0e0acad
Prevent lexer from seeking to next rune after lexing escape sequence. (#8517) 5 years ago
Ganesh Vernekar 86c71856e8
Add start() and end() pre-processors for @ modifier (#8425) 5 years ago
Ganesh Vernekar 9199fcb8d1
'@ <timestamp>' modifier (#8121) 5 years ago
Julien Pivotto 34656bbf8e
PromQL parser: fastpath for non-empty matchers and metric name (#8345) 5 years ago
Atibhi Agrawal 0dd6e0cb76
change string(model.metricnamelabel) to model.metricnamelabel (#8289) 5 years ago
Brian Brazil bef9d4e182
Don't include rendered expression in parse errors. (#8177) 5 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Harkishen Singh fc8e769d71
Use ASSIGN when using = inside braces (#7911) 5 years ago
johncming 267dd17fe7
promql/parser: use pos instead of origin. (#7853) 5 years ago
Julien Pivotto d867491364
Human-friendly durations in PromQL (#7713) 6 years ago
johncming 31929b83d5
promql: use explicit type declare instead of string. (#7716) 6 years ago
Owen Diehl 00b7bdb1b6
parser.{Expr,Statement} publicly implementable (#7639) 6 years ago
Guangwen Feng 6b7ac2ac1b
Add unit test case to improve test coverage for matcher.go (#7658) 6 years ago
Guangwen Feng b30654211c
Fix incorrect arguments order in TestExprString (#7602) 6 years ago