loki: add feature-toggle check to live-mode (#49012)

This commit is contained in:
Gábor Farkas
2022-06-13 08:33:46 +02:00
committed by GitHub
parent a0e5a4eba2
commit 8fd9cb4854
6 changed files with 28 additions and 31 deletions

View File

@ -79,7 +79,7 @@ func TestPluginManager_int_init(t *testing.T) {
es := elasticsearch.ProvideService(hcp)
grap := graphite.ProvideService(hcp, tracer)
idb := influxdb.ProvideService(hcp)
lk := loki.ProvideService(hcp, tracer)
lk := loki.ProvideService(hcp, features, tracer)
otsdb := opentsdb.ProvideService(hcp)
pr := prometheus.ProvideService(hcp, cfg, features, tracer)
tmpo := tempo.ProvideService(hcp)