Commit Graph

286 Commits (main)

Author SHA1 Message Date
Julien Pivotto a5671a002f API: Add a /api/v1/features endpoint 6 days ago
harsh kumar 30be1483d1
instrumentation: add native histograms to complement high-traffic summaries (#17374) 3 weeks ago
Bartlomiej Plotka 18626a99c4
fix(rules.Manager): ensure non-nil context (#17103) 4 months ago
beorn7 747c5ee2b1 Apply analyzer "modernize" to the whole codebase 4 months ago
Arve Knudsen 0a40df33fb
Make metric/label name validation scheme explicit (#16928) 4 months ago
Matthieu MOREL cef219c31c chore: enable unused-receiver rule from revive 4 months ago
tongjicoder 4fe20fa340 chore: fix some comments 7 months ago
Subhramit Basu 44e27a876e
Add parse alerting for rules files (#16601) 7 months ago
George Krajcsovits d085f7da9b
Revert "ruler: correct logging of alert name & template data" 9 months ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 10 months ago
frazou 9b4c8f6be2
rulefmt: support YAML aliases for Alert/Record/Expr (#14957) 10 months ago
Dimitar Dimitrov 2a8ae586f4
ruler: stop all rule groups asynchronously on shutdown (#15804) 11 months ago
Giedrius Statkevičius 92218ecb9b promtool: add --ignore-unknown-fields 11 months ago
Julien Duchesne 0a19f1268e
Rule Concurrency: Simpler loop for sequential (default) executions (#15801) 11 months ago
Julien Duchesne 1a27ab29b8
Rules: Store dependencies instead of boolean (#15689) 11 months ago
Julien Duchesne 8067f27971
`RuleConcurrencyController`: Add `SplitGroupIntoBatches` method (#15681) 11 months ago
Julien Duchesne e2f037e554
rules: Add new `RuleEvaluationTimeSum` field to groups (#15672) 1 year ago
Julien Duchesne 7802ca263d
RuleDependencyController: Fix for indeterminate conditions (#15560) 1 year ago
Anand Rajagopal ceb2f653ba Add an option to restore new rule groups added to existing rule manager 1 year ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 1 year ago
Dimitar Dimitrov b544127d9a
ruler: correct logging of alert name 1 year ago
Seena Fallah f253d36361 rule: allow merging labels from group level 1 year ago
gotjosh 465891cc56
Rules: Refactor concurrency controller interface (#14491) 1 year ago
Saswata Mukherjee 398f42de5f
Add label-matcher support to Rules API (#10194) 1 year ago
Raphael Silva e0c9b2ee19 Fix linting errors 1 year ago
Raphael Silva cd5a7b5020 Make rules Manager Update method no-op after Close 1 year ago
gotjosh 37b408c6cd
Feature: Allow configuration of a rule evaluation delay (#14061) 2 years ago
Charles Korn 4e77e8e5ef
Allow using alternative PromQL engines for rule evaluation 2 years ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2 years ago
Marco Pracucci 5ee3fbe825
Decouple ruler dependency controller from concurrency controller 2 years ago
Marco Pracucci 046cd7599f
Introduced sequentialRuleEvalController 2 years ago
Marco Pracucci 23f89c18b2
Improved RuleConcurrencyController interface doc 2 years ago
Danny Kopping 7aa3b10c3f
Block until all rules, both sync & async, have completed evaluating 2 years ago
Danny Kopping f922534c4d
Refactoring for performance, and to allow controller to be overridden 2 years ago
Danny Kopping 94cdfa30cd
Refactoring 2 years ago
Danny Kopping e7758d187e
Refactor concurrency control 2 years ago
Danny Kopping 940f83a540
Implementation 2 years ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 2 years ago
Danny Kopping 498b836654
Refactoring manager.go into separate concerns 2 years ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Bryan Boreham 5255bf06ad Replace sort.Slice with faster slices.SortFunc 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 3 years ago
Ben Ye fd3630b9a3 add ctx to QueryEngine interface 3 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 3 years ago
Soon-Ping 6cecb87941
Generalized rule group iteration evaluation hook (#11885) 3 years ago
Trevor Whitney c3e0a83725
rules: no longer force CounterResetHint to Gauge 3 years ago
Julien Pivotto ce55e5074d Add 'keep_firing_for' field to alerting rules 3 years ago
Ganesh Vernekar 53a5071a72
rules: Support native histograms 3 years ago