summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72a60af)
raw | patch | inline | side by side (parent: 72a60af)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 19 Sep 2014 03:25:59 +0000 (20:25 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 19 Sep 2014 03:25:59 +0000 (20:25 -0700) |
sysdb/store.go | patch | blob | history |
diff --git a/sysdb/store.go b/sysdb/store.go
index 9d90497266cd33b6fe9b7c94496d64a95b571b1a..4e78d44f6633737cc9f9d1d422169f895493e1ea 100644 (file)
--- a/sysdb/store.go
+++ b/sysdb/store.go
Value string `json:"value"`
LastUpdate Time `json:"last_update"`
UpdateInterval Duration `json:"update_interval"`
+ Backends []string `json:"backends"`
}
// A Metric describes a metric known to SysDB.
Name string `json:"name"`
LastUpdate Time `json:"last_update"`
UpdateInterval Duration `json:"update_interval"`
+ Backends []string `json:"backends"`
Attributes []Attribute `json:"attributes"`
}
Name string `json:"name"`
LastUpdate Time `json:"last_update"`
UpdateInterval Duration `json:"update_interval"`
+ Backends []string `json:"backends"`
Attributes []Attribute `json:"attributes"`
}
Name string `json:"name"`
LastUpdate Time `json:"last_update"`
UpdateInterval Duration `json:"update_interval"`
+ Backends []string `json:"backends"`
Attributes []Attribute `json:"attributes"`
Metrics []Metric `json:"metrics"`
Services []Service `json:"services"`