mirror of
https://github.com/prometheus/prometheus
synced 2024-12-23 23:13:11 +00:00
a7b449320d
Rather than sending a value to the done channel on a group to indicate whether or not to add stale markers to a closing rule group use an explicit boolean. This allows more functions than just run() to read from the done channel and fixes an issue where Eval() could consume the channel during an update, causing run() to never return. Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com> |
||
---|---|---|
.. | ||
fixtures | ||
alerting_test.go | ||
alerting.go | ||
manager_test.go | ||
manager.go | ||
recording_test.go | ||
recording.go |