prometheus/rules
Bryan Boreham 10eb23bd6b [TEST] Rules: Sleep 15ms to fit Windows behaviour better
On Windows, Go will sleep 15ms if you ask for less.  TestAsyncRuleEvaluation
compares actual delay to the nominal time, so using 15ms should work
better on Windows, and be hardly noticeable elsewhere.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-05-14 17:45:42 +01:00
..
fixtures Block until all rules, both sync & async, have completed evaluating 2024-01-29 10:08:41 +01:00
alerting.go Merge pull request #13980 from prometheus/gotjosh/restore-only-with-rule-query 2024-04-30 15:29:21 +01:00
alerting_test.go test: add promqltest package references 2024-05-08 16:08:04 +01:00
group.go BUGFIX: Mark the rule's restoration process as completed always (#14048) 2024-05-03 14:23:46 +01:00
manager.go Allow using alternative PromQL engines for rule evaluation 2024-03-06 14:54:33 +11:00
manager_test.go [TEST] Rules: Sleep 15ms to fit Windows behaviour better 2024-05-14 17:45:42 +01:00
origin.go Decouple ruler dependency controller from concurrency controller 2024-02-02 10:06:37 +01:00
origin_test.go Decouple ruler dependency controller from concurrency controller 2024-02-02 10:06:37 +01:00
recording.go Decouple ruler dependency controller from concurrency controller 2024-02-02 10:06:37 +01:00
recording_test.go test: add promqltest package references 2024-05-08 16:08:04 +01:00
rule.go Decouple ruler dependency controller from concurrency controller 2024-02-02 10:06:37 +01:00