mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Addressd Bryan comments.
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
parent
5382baa1b2
commit
65bb88e38c
|
@ -159,7 +159,7 @@ func (f QueryableFunc) Querier(ctx context.Context, mint, maxt int64) (Querier,
|
||||||
type Appender interface {
|
type Appender interface {
|
||||||
// Append adds a sample pair for the given series.
|
// Append adds a sample pair for the given series.
|
||||||
// An optional reference number representing a series can be provided
|
// An optional reference number representing a series can be provided
|
||||||
// along the required label pair to accelerate append calls. Use default value
|
// with the required label pair to accelerate append calls. Use default value
|
||||||
// (0) if you want Append to deduce series purely from provided labels.
|
// (0) if you want Append to deduce series purely from provided labels.
|
||||||
//
|
//
|
||||||
// Returned reference numbers may be ephemeral across commits.
|
// Returned reference numbers may be ephemeral across commits.
|
||||||
|
|
Loading…
Reference in a new issue