prometheus/rules
Bryan Boreham 26d8ae0e41 Rules: simplify map key for stale series detection
The rules manager keeps a note of which series were generated by the
last run, so it can write a stale marker to those that disappeared.
Since the keys are not for human eyes, we can use a simpler format
and save the effort of quoting label values.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2021-11-08 22:18:48 +01:00
..
fixtures
alerting.go Add access function for restoration state of alerting rule (#9665) 2021-11-05 18:26:29 -04:00
alerting_test.go
manager.go Rules: simplify map key for stale series detection 2021-11-08 22:18:48 +01:00
manager_test.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
recording.go
recording_test.go