Browse Source

Merge pull request #8683 from cuirunxing-hub/main

typos correct
pull/8692/head
Julien Pivotto 4 years ago committed by GitHub
parent
commit
ae73a6296a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/promtool/rules.go

2
cmd/promtool/rules.go

@ -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.
// 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 {
maxSamplesInMemory int
currentSampleCount int

Loading…
Cancel
Save