diff --git a/gerrit-httpd/src/main/java/com/google/gerrit/httpd/restapi/RestApiMetrics.java b/gerrit-httpd/src/main/java/com/google/gerrit/httpd/restapi/RestApiMetrics.java index 2a01b772f5..5de0e0cead 100644 --- a/gerrit-httpd/src/main/java/com/google/gerrit/httpd/restapi/RestApiMetrics.java +++ b/gerrit-httpd/src/main/java/com/google/gerrit/httpd/restapi/RestApiMetrics.java @@ -50,7 +50,7 @@ public class RestApiMetrics { errorCount = metrics.newCounter( "http/server/rest_api/error_count", - new Description("REST API calls by view") + new Description("REST API errors by view") .setRate(), view, Field.ofInteger("error_code", "HTTP status code"));