summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c81695b)
raw | patch | inline | side by side (parent: c81695b)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 22 Nov 2014 10:28:45 +0000 (11:28 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 22 Nov 2014 10:28:45 +0000 (11:28 +0100) |
sysdb/store.go | patch | blob | history |
diff --git a/sysdb/store.go b/sysdb/store.go
index ffe55d586ba01736e45d0265871184fef8c99832..73fe0b530c73cdf5d194c2d7de0dc8b8ecf5c8de 100644 (file)
--- a/sysdb/store.go
+++ b/sysdb/store.go
// 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"`