initialize prometheus counters on startup
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.