mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
typos correct
Signed-off-by: cuirunxing-hub <cuirunxing@inspur.com>
This commit is contained in:
parent
a2c5678423
commit
57bc2e94e2
|
@ -184,7 +184,7 @@ func newMultipleAppender(ctx context.Context, blockWriter *tsdb.BlockWriter) *mu
|
||||||
}
|
}
|
||||||
|
|
||||||
// multipleAppender keeps track of how many series have been added to the current appender.
|
// multipleAppender keeps track of how many series have been added to the current appender.
|
||||||
// If the max samples have been added, then all series are commited and a new appender is created.
|
// If the max samples have been added, then all series are committed and a new appender is created.
|
||||||
type multipleAppender struct {
|
type multipleAppender struct {
|
||||||
maxSamplesInMemory int
|
maxSamplesInMemory int
|
||||||
currentSampleCount int
|
currentSampleCount int
|
||||||
|
|
Loading…
Reference in a new issue