mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
Update Appender.Add comment for uint64 refs.
Follow-up to prometheus 0efecea6d4d70172d1f9e5fc9f0fde6cd6eea6d6. Signed-off-by: Catalin Patulea <catalinp@google.com>
This commit is contained in:
parent
c848349f07
commit
40766622ee
2
db.go
2
db.go
@ -75,7 +75,7 @@ type Appender interface {
|
||||
// Returned reference numbers are ephemeral and may be rejected in calls
|
||||
// to AddFast() at any point. Adding the sample via Add() returns a new
|
||||
// reference number.
|
||||
// If the reference is the empty string it must not be used for caching.
|
||||
// If the reference is 0 it must not be used for caching.
|
||||
Add(l labels.Labels, t int64, v float64) (uint64, error)
|
||||
|
||||
// Add adds a sample pair for the referenced series. It is generally faster
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user