Merge branch 'main' into avm99963-monorail
Merged commit 4137ed7879acadbf891e8c471108acb874dae886.
GitOrigin-RevId: b6100ffc5b1da355a35f37b13fcaaf746ee8b307
diff --git a/services/api_svc_v1.py b/services/api_svc_v1.py
index 20a9c8b..8d8f238 100644
--- a/services/api_svc_v1.py
+++ b/services/api_svc_v1.py
@@ -108,7 +108,7 @@
mar = self.mar_factory(request, cnxn)
self.ratelimiter.CheckStart(c_id, c_email, start_time)
monitoring.IncrementAPIRequestsCount(
- 'endpoints', c_id, client_email=c_email)
+ 'endpoints', c_id, client_email=c_email, handler=method_name)
ret = func(self, mar, *args, **kwargs)
except exceptions.NoSuchUserException as e:
approximate_http_status = 404