##// END OF EJS Templates
metrics: fix request total name
super-admin -
r4804:b50e133b default
parent child Browse files
Show More
@@ -74,7 +74,7 b' class RequestWrapperTween(object):'
74 ]
74 ]
75 )
75 )
76 statsd.incr(
76 statsd.incr(
77 'rhodecode_req_count_total', tags=[
77 'rhodecode_req_total', tags=[
78 "view_name:{}".format(request.matched_route.name),
78 "view_name:{}".format(request.matched_route.name),
79 #"user:{}".format(user_id),
79 #"user:{}".format(user_id),
80 "code:{}".format(resp_code)
80 "code:{}".format(resp_code)
General Comments 0
You need to be logged in to leave comments. Login now