metrics: fix request total name

This commit is contained in:
RhodeCode Admin 2022-10-25 13:33:32 +02:00
parent bc8d59f1a7
commit 5eba94deae

View file

@ -74,7 +74,7 @@ class RequestWrapperTween(object):
]
)
statsd.incr(
'rhodecode_req_count_total', tags=[
'rhodecode_req_total', tags=[
"view_name:{}".format(request.matched_route.name),
#"user:{}".format(user_id),
"code:{}".format(resp_code)