mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02: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() {
|
for fp := range s.fpToSeries.fpIter() {
|
||||||
if series, ok := s.fpToSeries.get(fp); ok {
|
if series, ok := s.fpToSeries.get(fp); ok {
|
||||||
if !series.headChunkClosed {
|
if !series.headChunkClosed {
|
||||||
openHeadCount += 1
|
openHeadCount++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user