mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
use dot for statsd
This commit is contained in:
parent
33473bfaa0
commit
b22760a5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue