line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

[BUGFIX] Fix for rule prefetch on /search #435

Closed kfdm closed 11 months ago

kfdm commented 11 months ago

In f48218e3228ab625362c66811c11597381f0a872 we refactored how rules stored labels/annotations but when we updated this prefetch entry we accidentally changed it so that is no longer a proper tuple. This needs to be a tuple so that it does not try to treat each character as an entry.