72 Commits (5d0a12855ba40712b473133ce37df5d88f62ca58)

Author SHA1 Message Date
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 4 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 4 years ago
Julien Pivotto 97fb4a34ae Fix subqueries with default resolution in promql unit tests (backport #8569) 4 years ago
Julien Pivotto 5742a18590 Fix subqueries with default resolution in promql unit tests 4 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 4 years ago
Ganesh Vernekar 86c71856e8
Add start() and end() pre-processors for @ modifier (#8425) 4 years ago
Ganesh Vernekar 9199fcb8d1
'@ <timestamp>' modifier (#8121) 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Annanay 7f98a744e5 Add context to Appender interface 4 years ago
Bartlomiej Plotka a0df8a383a
promql: Removed global and add ability to have better interval for subqueries if not specified (#7628) 4 years ago
Ben Ye 1e4e37144d
Fixed wrongly handled not ready TSDB on web and API. (#7182) 5 years ago
Brian Brazil 7646cbca32
Use .UTC everywhere we use time.Unix (#7066) 5 years ago
Bartlomiej Plotka 849faa407b Minor fixes. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Tobias Guggenmos 1360f9ff12 Fix all build errors in promql package 5 years ago
Tobias Guggenmos ff0ea1c1ac Fix more identifiers 5 years ago
Tobias Guggenmos 6b1b323558 Export sequenceValue 5 years ago
Tobias Guggenmos 2f1113479f Fix usages of ValueType 5 years ago
Julien Pivotto 9adad8ad30 Remove MaxConcurrent from the PromQL engine opts (#6712) 5 years ago
Tobias Guggenmos d642570924 PromQL: Use PositionRange in parser errors (#6634) 5 years ago
yuxiaobo96 5f6a56a0bb Third correction (#6012) 5 years ago
Chris Marchbanks 0685eb5395
Refactor testutil.NewStorage into a new package 5 years ago
Advait Bhatwadekar 5d401f1e1b Added query logging for prometheus. Issue #1315 (#5794) 5 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Matt Layher 43c9d9e91f promql: apply golint suggestions (#5066) 6 years ago
Ganesh Vernekar 341f04ca9c
Empty slice after last append in promql test LazyLoader 6 years ago
Ganesh Vernekar dbe55c1352 Subquery (#4831) 6 years ago
Ganesh Vernekar cfb3769274 Lazily load samples for unit testing (#4851) 6 years ago
Callum Styan 9bca041285 WIP: keep track of samples per query, set a max # of samples (#4513) 6 years ago
Julius Volz 8fbe1b5133
Handle a bunch of unchecked errors (#4461) 6 years ago
Alin Sinpalean 91ce63a140 Log the line when failing a PromQL test. (#4272) 7 years ago
Brian Brazil dd6781add2 Optimise PromQL (#3966) 7 years ago
Brian Brazil c0ce35d2d3 Only show debug output on test failure 7 years ago
Brian Brazil e6ea146c81 Make benchmark tests pass 7 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Tom Wilkie 835eb8c653 Add _test.go suffix to promql/{bench.go, test.go} to prevent importing the testing package in a normal binary. 7 years ago
Fabian Reinartz 5772f1a7ba retrieval/storage: adapt to new interface 8 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it 8 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 8 years ago
Fabian Reinartz 71fe0c58a8 promql: misc fixes 8 years ago
Fabian Reinartz fecf9532b9 *: fix misc compile errors 8 years ago
Fabian Reinartz c6cd998905 promql: use local labels, add conversion 8 years ago
Fabian Reinartz 65581a3d46 promql: export SmapleStream 8 years ago
Fabian Reinartz ac5d3bc05e promql: scalar T/V and Point 8 years ago
Fabian Reinartz 09666e2e2a promql: make scalar public 8 years ago
Fabian Reinartz b3f71df350 promql: make matrix exported 8 years ago
Fabian Reinartz a62df87022 promql: rename vector 8 years ago
Fabian Reinartz 15a931dbdb promql: migrate model types, use tsdb interfaces 8 years ago
Julius Volz c187308366 storage: Contextify storage interfaces. 8 years ago