From 52c1b7821aa12fe805d754183466dd4538e2b2d0 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 22 Nov 2014 11:28:45 +0100 Subject: [PATCH] Parse a metric's "timeseries" field. --- sysdb/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdb/store.go b/sysdb/store.go index ffe55d5..73fe0b5 100644 --- a/sysdb/store.go +++ b/sysdb/store.go @@ -216,6 +216,7 @@ type Attribute struct { // A Metric describes a metric known to SysDB. type Metric struct { Name string `json:"name"` + Timeseries bool `json:"timeseries"` LastUpdate Time `json:"last_update"` UpdateInterval Duration `json:"update_interval"` Backends []string `json:"backends"` -- 2.30.2