Skip to content

initialize prometheus counters on startup

anarcat requested to merge prom-tweak into main

In staging and prod now, I can't make queries normally, because we actually don't return any values for those metrics on startup, not even zero. This is treated as a "null" by prometheus and breaks things like the rate() function, I think.

Merge request reports