From e1df053de938a129faa118036a16e65d4440a104 Mon Sep 17 00:00:00 2001 From: Nigel Deakin Date: Mon, 22 Jan 2018 16:55:30 +0000 Subject: [PATCH] Change timedout to timeouts (#709) --- api/agent/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/agent/stats.go b/api/agent/stats.go index c1074d285..ed22acf28 100644 --- a/api/agent/stats.go +++ b/api/agent/stats.go @@ -171,6 +171,6 @@ const ( runningMetricName = "running" completedMetricName = "completed" failedMetricName = "failed" - timedoutMetricName = "timedout" + timedoutMetricName = "timeouts" errorsMetricName = "errors" )