From 07a0f8ba7958b6db8d4f8ff08a8094c446ef084e Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 7 Feb 2015 23:36:40 +0100 Subject: [PATCH] Initialize meta on new metrics --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 8573356..bb9650e 100644 --- a/structs.go +++ b/structs.go @@ -78,6 +78,7 @@ func NewDashboardMetric() *DashboardMetric { Expires: 604800, Freshness: 3600, HistoricalData: DashboardMetricHistory{}, + Meta: DashboardMetricMeta{}, } }