Live: support query execution with live RPC (#43118)

Co-authored-by: Alexander Emelin <frvzmb@gmail.com>
This commit is contained in:
Ryan McKinley
2021-12-14 18:38:20 +01:00
committed by GitHub
co-authored by Alexander Emelin
parent f4cc353225
commit c0ff685d3b
7 changed files with 359 additions and 247 deletions
+2
View File
@@ -47,6 +47,7 @@ import (
"github.com/grafana/grafana/pkg/services/notifications"
"github.com/grafana/grafana/pkg/services/oauthtoken"
"github.com/grafana/grafana/pkg/services/pluginsettings"
"github.com/grafana/grafana/pkg/services/query"
"github.com/grafana/grafana/pkg/services/quota"
"github.com/grafana/grafana/pkg/services/rendering"
"github.com/grafana/grafana/pkg/services/schemaloader"
@@ -87,6 +88,7 @@ var wireBasicSet = wire.NewSet(
setting.NewCfgFromArgs,
New,
api.ProvideHTTPServer,
query.ProvideService,
bus.ProvideBus,
wire.Bind(new(bus.Bus), new(*bus.InProcBus)),
rendering.ProvideService,