mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Change timedout to timeouts (#709)
This commit is contained in:
committed by
Owen Cliffe
parent
ab82a68424
commit
e1df053de9
@@ -171,6 +171,6 @@ const (
|
||||
runningMetricName = "running"
|
||||
completedMetricName = "completed"
|
||||
failedMetricName = "failed"
|
||||
timedoutMetricName = "timedout"
|
||||
timedoutMetricName = "timeouts"
|
||||
errorsMetricName = "errors"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user