metrics: initialize all the stats to 0
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