mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Updating for failed codeclimate check.
This commit is contained in:
parent
f70b52d0b6
commit
074050b8c0
@ -383,7 +383,7 @@ func (s *MemorySeriesStorage) Start() (err error) {
|
||||
for fp := range s.fpToSeries.fpIter() {
|
||||
if series, ok := s.fpToSeries.get(fp); ok {
|
||||
if !series.headChunkClosed {
|
||||
openHeadCount += 1
|
||||
openHeadCount++
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user