From 6b15791ec6f752e0c787ebf28ad5d4ce88b3b226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Wed, 9 Oct 2024 11:56:54 +0200 Subject: [PATCH] Follow the follow-up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: György Krajcsovits --- scrape/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/manager.go b/scrape/manager.go index 19fbe30b1..d0a3591b5 100644 --- a/scrape/manager.go +++ b/scrape/manager.go @@ -180,7 +180,7 @@ func (m *Manager) reload() { } if scrapeConfig.ConvertClassicHistograms && m.opts.EnableCreatedTimestampZeroIngestion { // TODO(krajorama): lift this limitation - m.logger.Error("msg", "error reloading target set", "err", "cannot convert classic histograms to native histograms with custom buckets and ingest created timestamp zero samples at the same time") + m.logger.Error("error reloading target set", "err", "cannot convert classic histograms to native histograms with custom buckets and ingest created timestamp zero samples at the same time") continue } m.metrics.targetScrapePools.Inc()