diff --git a/tsdb/head.go b/tsdb/head.go index fb5c4def9e..4584f99c36 100644 --- a/tsdb/head.go +++ b/tsdb/head.go @@ -420,8 +420,8 @@ type headMetrics struct { mmapChunkCorruptionTotal prometheus.Counter snapshotReplayErrorTotal prometheus.Counter // Will be either 0 or 1. oooHistogram prometheus.Histogram - mmapChunksTotal prometheus.Counter - headChunksMaxPendingMmap prometheus.Gauge + mmapChunksTotal prometheus.Counter + headChunksMaxPendingMmap prometheus.Gauge walReplayUnknownRefsTotal *prometheus.CounterVec wblReplayUnknownRefsTotal *prometheus.CounterVec }