Follow the follow-up

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
pull/14978/head
György Krajcsovits 2024-10-09 11:56:54 +02:00
parent 4e911a3a05
commit 6b15791ec6
1 changed files with 1 additions and 1 deletions

View File

@ -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()