Browse Source

Follow-up merge from main

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
pull/14978/head
György Krajcsovits 1 month ago
parent
commit
4e911a3a05
  1. 2
      scrape/manager.go

2
scrape/manager.go

@ -180,7 +180,7 @@ func (m *Manager) reload() {
}
if scrapeConfig.ConvertClassicHistograms && m.opts.EnableCreatedTimestampZeroIngestion {
// TODO(krajorama): lift this limitation
level.Error(m.logger).Log("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("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")
continue
}
m.metrics.targetScrapePools.Inc()

Loading…
Cancel
Save