Loki: Remove unnecessary featuremgmt (#90874)

Loki: Remove unnecessary featuremgmt
This commit is contained in:
Sven Grossmann
2024-07-24 11:00:41 +02:00
committed by GitHub
parent 92d0a40f70
commit 80b2e793ab
4 changed files with 22 additions and 23 deletions
@@ -81,7 +81,7 @@ func TestIntegrationPluginManager(t *testing.T) {
es := elasticsearch.ProvideService(hcp)
grap := graphite.ProvideService(hcp, tracer)
idb := influxdb.ProvideService(hcp, features)
lk := loki.ProvideService(hcp, features, tracer)
lk := loki.ProvideService(hcp, tracer)
otsdb := opentsdb.ProvideService(hcp)
pr := prometheus.ProvideService(hcp)
tmpo := tempo.ProvideService(hcp)