235 Commits (14986e52cf256b6ed0590b705fbcbfc938e1c4e4)

Author SHA1 Message Date
Tobias Guggenmos 5caf7ed6db Fix more identifiers 5 years ago
Tobias Guggenmos 9a1366775e Store function implementations independently of their signatures 5 years ago
Tobias Guggenmos ff0ea1c1ac Fix more identifiers 5 years ago
Tobias Guggenmos 6b1b323558 Export sequenceValue 5 years ago
Tobias Guggenmos 228967a507 Fix usages of more things that have moved the package 5 years ago
Tobias Guggenmos 4a4817a444 Fix usages of parser.Statement 5 years ago
Tobias Guggenmos 2f1113479f Fix usages of ValueType 5 years ago
Tobias Guggenmos fab2373752 Add everything the parser needs to build 5 years ago
Julien Pivotto ff0003e072
Make lookbackDelta a option of QueryEngine (#6746) 5 years ago
Julien Pivotto cbd0eec9fc Avoid /1000 5 years ago
Julien Pivotto 881dde505a promql: fix promql query log step unit 5 years ago
Julien Pivotto 9adad8ad30 Remove MaxConcurrent from the PromQL engine opts (#6712) 5 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 5 years ago
Julien Pivotto d992c36b3a promql: make active query tracker context-aware (#6701) 5 years ago
Julien Pivotto 5f27ac3583 Refactor query log fields (#6694) 5 years ago
Tobias Guggenmos 2aacd807b3 PromQL: Various small improvements in the parser (#6652) 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
Julien Pivotto 9d9bc524e5 Add query log (#6520) 5 years ago
Julien Pivotto e0afec906f add absent_over_time (#6490) 5 years ago
Mark Nevill b0a5c51b95 Return unused point slice to pool in Call and VectorSelector eval. (#6427) 5 years ago
Garrett 5a9c4acfbf Pushdown aggregator group by through read hint (#6401) 5 years ago
Tobias Guggenmos bbd92b85da promql: Use capitalized names for item types (#6371) 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
beorn7 dd81912554 Add objectives to Summaries 6 years ago
Thomas Jackson a000cec011 Re-use label builder in promql aggregation (#5641) 6 years ago
Goutham Veeramachaneni 3da718c21a Make sure subquery range is taken into account for selection (#5467) 6 years ago
Goutham Veeramachaneni 3cc5f9d880 Make sure subquery range is taken into account for selection (#5467) 6 years ago
Julius Volz bc1c7f1809 Fix scalar-vector comparisons (#5454) 6 years ago
Bryan Boreham 69dd090880 Check for cancellation on every step of a range evaluation 6 years ago
Bryan Boreham e4a37d0986 Replace select with simpler error check 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Julius Volz 8155cc4992
Expose lexer item types (#5358) 6 years ago
Daisy T 683fbc59ec exponentation operator to drop metric name in result of op operation (#5329) 6 years ago
Brian Brazil 858c363e94 Fix panic when aggregator param is not a literal. 6 years ago
Tariq Ibrahim a2a6e24f9f show list of offending labels in the error message in many-to-many scenarios (#5189) 6 years ago
Bryan Boreham 8841692a63 Use the context associated with the inner evaluation span (#5130) 6 years ago
Matt Layher 43c9d9e91f promql: apply golint suggestions (#5066) 6 years ago
Simon Pasquier f678e27eb6
*: use latest release of staticcheck (#5057) 6 years ago
Tom Wilkie 6e08029b56
Move err to be the last return value from storage.Select. (#5054) 6 years ago
Ganesh Vernekar dbe55c1352 Subquery (#4831) 6 years ago
Tom Wilkie e1d9bf77f1
Export the error field in ErrStorage, so we can 'throw' it outside the package. (#4954) 6 years ago
mknapphrt f0e9196dca Return warnings on a remote read fail (#4832) 6 years ago
Ben Kochie c6399296dc
Fix spelling/typos (#4921) 6 years ago
Bryan Boreham 9a956872a3 Make ErrorStorage a concrete type not an interface 6 years ago
Callum Styan 9bca041285 WIP: keep track of samples per query, set a max # of samples (#4513) 6 years ago