Keep metrics keys consistent

See cartodb repo and our internal documentation:
https://github.com/CartoDB/cartodb/search?utf8=%E2%9C%93&q=failed_responses&type=
This commit is contained in:
Rafa de la Torre
2017-09-07 11:24:36 +02:00
parent ef7c5d9218
commit f0a3249b4e
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class QuotaService:
def increment_failed_service_use(self, amount=1):
self._user_service.increment_service_use(
self._user_service_config.service_type, "fail_responses",
self._user_service_config.service_type, "failed_responses",
amount=amount)
self._log_service_process("fail")