mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-28 23:11:26 +01:00
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>