Commit Graph

93 Commits (abcab4efc9223ffb72d54d89a022aba58eed6f23)

Author SHA1 Message Date
Julien Pivotto c1ec6ae851 sort_by_label: Switch to feature flag 2 years ago
zenador ccfe14d7e7
PromQL: ignore small errors for bucketQuantile (#13153) 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
Gregor Zeitlinger f01718262a
Unit tests for native histograms (#12668) 2 years ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050) 2 years ago
Ben Ye fd3630b9a3 add ctx to QueryEngine interface 3 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 3 years ago
Justin Lei 60ad864667 Remove hacky promql.Test native histogram thing 3 years ago
Justin Lei c16b6a0185 Handle native histograms in remote read 3 years ago
Bryan Boreham aa634e0b7e Update package promql tests for new labels.Labels type 3 years ago
Bryan Boreham 56fefcd812 Update package promql for new labels.Labels type 3 years ago
Bryan Boreham 6bdecf377c
Switch from 'sanity' to more inclusive lanuage (#9376) 3 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 3 years ago
Matthieu MOREL 0906f2eafa
refactor (promql): move from github.com/pkg/errors to 'errors' and 'fmt' (#10817) 4 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 4 years ago
Alan Protasio 606ef33d91 Track and report Samples Queried per query 4 years ago
Julien Pivotto 9a2e93228e
Switch to grafana/regexp everywhere (#10268) 4 years ago
beorn7 c2b80d8643 PromQL: Test negative offset in PromQL tests 4 years ago
beorn7 b39f2739e5 PromQL: Always enable negative offset and @ modifier 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309) 4 years ago
Darshan Chaudhary c4f2e9eec5
Add present_over_time (#9097) 4 years ago
Levi Harrison 90976e7505
Promtool: Add feature flags to unit tests (#8958) 5 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 5 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 5 years ago
Julien Pivotto 97fb4a34ae Fix subqueries with default resolution in promql unit tests (backport #8569) 5 years ago
Julien Pivotto 5742a18590 Fix subqueries with default resolution in promql unit tests 5 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 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 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Annanay 7f98a744e5 Add context to Appender interface 6 years ago
Bartlomiej Plotka a0df8a383a
promql: Removed global and add ability to have better interval for subqueries if not specified (#7628) 6 years ago
Ben Ye 1e4e37144d
Fixed wrongly handled not ready TSDB on web and API. (#7182) 6 years ago
Brian Brazil 7646cbca32
Use .UTC everywhere we use time.Unix (#7066) 6 years ago
Bartlomiej Plotka 849faa407b Minor fixes. 6 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 6 years ago
Tobias Guggenmos 1360f9ff12 Fix all build errors in promql package 6 years ago
Tobias Guggenmos ff0ea1c1ac Fix more identifiers 6 years ago
Tobias Guggenmos 6b1b323558 Export sequenceValue 6 years ago
Tobias Guggenmos 2f1113479f Fix usages of ValueType 6 years ago
Julien Pivotto 9adad8ad30 Remove MaxConcurrent from the PromQL engine opts (#6712) 6 years ago
Tobias Guggenmos d642570924 PromQL: Use PositionRange in parser errors (#6634) 6 years ago
yuxiaobo96 5f6a56a0bb Third correction (#6012) 6 years ago
Chris Marchbanks 0685eb5395
Refactor testutil.NewStorage into a new package 6 years ago
Advait Bhatwadekar 5d401f1e1b Added query logging for prometheus. Issue #1315 (#5794) 7 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 7 years ago
Matt Layher 43c9d9e91f promql: apply golint suggestions (#5066) 7 years ago
Ganesh Vernekar 341f04ca9c
Empty slice after last append in promql test LazyLoader 7 years ago
Ganesh Vernekar dbe55c1352 Subquery (#4831) 7 years ago