Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/refactor-ident…
Browse files Browse the repository at this point in the history
…ity-option
  • Loading branch information
Menno Pruijssers committed Dec 19, 2016
2 parents 21611c5 + 3045cbf commit 5c97e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ringpop.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit 5c97e4a

Please sign in to comment.