diff options
Diffstat (limited to 'src/hub')
-rw-r--r-- | src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go b/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go index 1f5d16c..e24142c 100644 --- a/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go +++ b/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go @@ -57,7 +57,8 @@ tryResync: metrics := make([]graphite.Metric, len(updates) * 3) for i, update := range updates { - path := basePath + "." + update.StreamId.ContentId + path := basePath + "." + update.Hostname + path = path + "." + update.StreamId.ContentId path = path + "." + update.StreamId.Format path = path + "." + update.StreamId.Quality |