From 5c3d6ac10ae3591cb2f5dab2a49227303e47e74b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 17 Oct 2015 07:58:42 +0200 Subject: bugfix for grahpite forwarding --- src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/hub') 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 -- cgit v1.2.3