From 3b5a343282fe4b4fccdb0f24cbd1d7169d20858a Mon Sep 17 00:00:00 2001 From: Javier Kohen Date: Tue, 15 Oct 2019 15:20:41 -0400 Subject: [PATCH] Added seconds unit (#1179) --- stats/units.go | 1 + 1 file changed, 1 insertion(+) diff --git a/stats/units.go b/stats/units.go index 6931a5f29..736399652 100644 --- a/stats/units.go +++ b/stats/units.go @@ -22,4 +22,5 @@ const ( UnitDimensionless = "1" UnitBytes = "By" UnitMilliseconds = "ms" + UnitSeconds = "s" )