RestApiMetrics: Fix description of error count metric
Change-Id: Ie0496751750363d413b86175f00e68a0445931fd
This commit is contained in:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user