mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 19:34:11 +08:00
loki: add feature-toggle check to live-mode (#49012)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user