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{}, } }