522 Commits (3711339a7d4f787b136a2ef1b282dd9b9ea161b9)

Author SHA1 Message Date
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Ben Ye fd3630b9a3 add ctx to QueryEngine interface 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 2 years ago
Soon-Ping 6cecb87941
Generalized rule group iteration evaluation hook (#11885) 2 years ago
Bryan Boreham b987afa7ef labels: simplify call to get Labels from Builder 2 years ago
Trevor Whitney c3e0a83725
rules: no longer force CounterResetHint to Gauge 2 years ago
Charles Korn 3db98d7dde
Avoid unnecessary allocations in recording rule evaluation (#11812) 2 years ago
Bryan Boreham 3f7ba22bde rules: two places need to call EmptyLabels 2 years ago
Justin Lei af1d9e01c7
Refactor tsdbutil for tests/native histograms (#11948) 2 years ago
Danny Kopping 98c70e1817
Correcting NewAlertingRule args 2 years ago
Julien Pivotto e811d14963 Add comments 2 years ago
Danny Kopping c4ca791f18
Appeasing the linter 2 years ago
Danny Kopping 6486d28c7a
Panic if rule type was not expected 2 years ago
Julien Pivotto c0724f4e62 New test 2 years ago
Julien Pivotto 2c408289f8 Add stabilizing to UI 2 years ago
Julien Pivotto 5ad74e6e71 Add tests 2 years ago
Julien Pivotto ce55e5074d Add 'keep_firing_for' field to alerting rules 2 years ago
Ganesh Vernekar 98a0523e4a
rules: Test native histograms in recording rules 2 years ago
Ganesh Vernekar 53a5071a72
rules: Support native histograms 2 years ago
Danny Kopping 4d8478d9ac
Add license header to appease CI 2 years ago
Danny Kopping 72527b5f12
Refactoring for simplicity 2 years ago
Danny Kopping d8f3e7d16c
gofumpt 2 years ago
Danny Kopping 79300340af
Adding recording/alerting rule origin context 2 years ago
Ganesh Vernekar f1a332c496
rules: Consider ErrTooOldSample in expected errors 2 years ago
Bryan Boreham cdbe7f462b Update package rules for new labels.Labels type 2 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 2 years ago
Julius Volz 1a2c645dfa Correctly handle error unwrapping in rules and remote write receiver 2 years ago
Ganesh Vernekar 46b26c4f09
Fix notifier relabel changing the labels of active alerts (#11427) 2 years ago
Bryan Boreham 8297f5cb6b rules: in tests use labels.FromStrings 2 years ago
Cosrider bef6556ca5
delete redundant alias (#11180) 2 years ago
Bryan Boreham 8b863c42dd
Optimise relabeling by re-using memory (#11147) 2 years ago
Jimmie Han a5fea2cdd0
Use atomic field avoid (*AlertingRule).mtx wait when template expanding (#10858) 2 years ago
Matthieu MOREL ddfa9a7cc5
refactor (rules): move from github.com/pkg/errors to 'errors' and 'fmt' (#10855) 2 years ago
Julien Pivotto 3a56817a30
Rules: set otel status to ERROR when a rule fails (#10745) 3 years ago
Julien Pivotto 0d94cdf107
rules: remove classic UI code (#10730) 3 years ago
Łukasz Mierzwa d3c9c4f574
Stop rule manager before TSDB is stopped (#10680) 3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
Wilbert Guo 83a2e52bc2
Add SyncForState Implementation for Ruler HA (#10070) 3 years ago
Alan Protasio 606ef33d91 Track and report Samples Queried per query 3 years ago
Alvin Lin cd739214dd
Log rule name when evaluating rule groups' Eval function logs anything (#10454) 3 years ago
Matej Gera 2c61d29b2a
Tracing: Migrate to OpenTelemetry library (#9724) 3 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
Bryan Boreham 26d8ae0e41 Rules: simplify map key for stale series detection 3 years ago
Yijie Qin 6fce45838a
Add access function for restoration state of alerting rule (#9665) 3 years ago
Ganesh Vernekar c8b267efd6
Get histograms from TSDB to the rate() function implementation 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
Levi Harrison d81bbe154d
Rule alerts/series limit updates (#9541) 3 years ago