<div dir="ltr">Hello.<div><br></div><div>Are there any ways to reset the Prometheus counter once?<br></div><div>I can do something like this, but counter will be reset on each request</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">loadmodule "xhttp_prom.so"<br>modparam("xhttp_prom", "prom_counter", "name=mycounter;")<br>route {<br>    prom_counter_reset("mycounter");<br>}</blockquote><div> <br></div><div>Otherwise, I will not receive the counter until a special and rare event occurs.<br></div><div><br></div><div>Regards,</div><div>Marat</div></div>