diff --git a/commands/pilosa-nexter/nexter.go b/commands/pilosa-nexter/nexter.go index 96c4e3085..83b0a5454 100644 --- a/commands/pilosa-nexter/nexter.go +++ b/commands/pilosa-nexter/nexter.go @@ -92,7 +92,7 @@ func (self *Nexter) countloop(ch chan uint64, id int, client *etcd.Client) { if err != nil { continue } - self.stats.Gauge(path, int64(end), 1.0) + self.stats.Gauge("nexter."+strconv.Itoa(id), int64(end), 1.0) for c := start; c < end; c += 1 { ch <- c }