diff --git a/ringpop.go b/ringpop.go index f39290c4..09fa159b 100644 --- a/ringpop.go +++ b/ringpop.go @@ -249,10 +249,10 @@ func (rp *Ringpop) startTimers() { int64(rp.ring.Checksum()), ) - // emit all named checksums aswell + // emit all named checksums as well for name, checksum := range rp.ring.Checksums() { rp.statter.UpdateGauge( - rp.getStatKey("ring.checksum-periodic."+name), + rp.getStatKey("ring.checksums-periodic."+name), nil, int64(checksum), )