metrics: fix request total name
This commit is contained in:
parent
bc8d59f1a7
commit
5eba94deae
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue