mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
Merge pull request #3561 from twiedenbein/master
fixed bug with initialization of queueconfig
This commit is contained in:
commit
f2c5399e39
@ -70,7 +70,7 @@ func (s *Storage) ApplyConfig(conf *config.Config) error {
|
|||||||
}
|
}
|
||||||
newQueues = append(newQueues, NewQueueManager(
|
newQueues = append(newQueues, NewQueueManager(
|
||||||
s.logger,
|
s.logger,
|
||||||
config.DefaultQueueConfig,
|
rwConf.QueueConfig,
|
||||||
conf.GlobalConfig.ExternalLabels,
|
conf.GlobalConfig.ExternalLabels,
|
||||||
rwConf.WriteRelabelConfigs,
|
rwConf.WriteRelabelConfigs,
|
||||||
c,
|
c,
|
||||||
|
Loading…
Reference in New Issue
Block a user