From e3bc3b66538735a536794172dcb8ce58c8cd6443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Fri, 24 Apr 2026 12:52:59 +0200 Subject: [PATCH] make format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: György Krajcsovits --- tsdb/head.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }