mirror of
https://github.com/prometheus/prometheus
synced 2025-02-22 15:46:59 +00:00
db: Fix typo: reference
This commit is contained in:
parent
25d4546518
commit
4d5ca4b9c1
2
db.go
2
db.go
@ -518,7 +518,7 @@ func (a *dbAppender) Add(lset labels.Labels, t int64, v float64) (uint64, error)
|
||||
return 0, err
|
||||
}
|
||||
a.samples++
|
||||
// Store last byte of sequence number in 3rd byte of refernece.
|
||||
// Store last byte of sequence number in 3rd byte of reference.
|
||||
return ref | (uint64(h.meta.Sequence^0xff) << 40), nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user