mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-10 21:31:02 +01:00
Remove obsolete check
Signed-off-by: Harsh <harshmastic@gmail.com>
This commit is contained in:
parent
a4da440dad
commit
c6793e717a
@ -184,11 +184,6 @@ func (m *Manager) reload() {
|
||||
m.logger.Error("error reloading target set", "err", "invalid config id:"+setName)
|
||||
continue
|
||||
}
|
||||
if scrapeConfig.ConvertClassicHistogramsToNHCBEnabled() && m.opts.EnableCreatedTimestampZeroIngestion {
|
||||
// TODO(krajorama): fix https://github.com/prometheus/prometheus/issues/15137
|
||||
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 due to https://github.com/prometheus/prometheus/issues/15137")
|
||||
continue
|
||||
}
|
||||
m.metrics.targetScrapePools.Inc()
|
||||
sp, err := newScrapePool(scrapeConfig, m.append, m.offsetSeed, m.logger.With("scrape_pool", setName), m.buffers, m.opts, m.metrics)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user