diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index d48898b94..cab65626a 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -214,11 +214,6 @@ func (c *flagConfig) setFeatureListOptions(logger log.Logger) error { } } - if c.tsdb.EnableNativeHistograms && c.tsdb.EnableMemorySnapshotOnShutdown { - c.tsdb.EnableMemorySnapshotOnShutdown = false - level.Warn(logger).Log("msg", "memory-snapshot-on-shutdown has been disabled automatically because memory-snapshot-on-shutdown and native-histograms cannot be enabled at the same time.") - } - return nil }