mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08: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 a new issue