Skip to content

metrics: initialize all the stats to 0

David Caro requested to merge init_stats into main

Otherwise prometheus does not consider a change from null to something as an increase, so we miss isolated API calls (that we want to see, specially when deprecating endpoints).

Signed-off-by: David Caro dcaro@wikimedia.org

Merge request reports