Hello.
Are there any ways to reset the Prometheus counter once?
I can do something like this, but counter will be reset on each request
loadmodule "xhttp_prom.so"
modparam("xhttp_prom",
"prom_counter", "name=mycounter;")
route {
prom_counter_reset("mycounter");
}
Otherwise, I will not receive the counter until a special and rare event
occurs.
Regards,
Marat