Merge branch 'stable-2.13'

* stable-2.13:
  Make error message for rejecting Egit placeholder Change-Id consistent
  Add tests for pushing without Change-Id and with invalid Change-Ids
  RestApiMetrics: Fix description of error count metric
  commit-msg hook: Add Change-Id after Depends-On: footer

Change-Id: I0a779290d4e750c6d30e665d12e75c5498f2c2c2
This commit is contained in:
Paladox
2017-02-02 14:33:45 +00:00
5 changed files with 95 additions and 10 deletions

View File

@@ -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"));