Advisor: Allow to define enterprise checks (#108114)
This commit is contained in:
@@ -3,7 +3,6 @@ package appregistry
|
||||
import (
|
||||
"github.com/google/wire"
|
||||
|
||||
"github.com/grafana/grafana/apps/advisor/pkg/app/checkregistry"
|
||||
"github.com/grafana/grafana/pkg/registry/apps/advisor"
|
||||
"github.com/grafana/grafana/pkg/registry/apps/alerting/notifications"
|
||||
"github.com/grafana/grafana/pkg/registry/apps/investigations"
|
||||
@@ -15,7 +14,5 @@ var WireSet = wire.NewSet(
|
||||
playlist.RegisterApp,
|
||||
investigations.RegisterApp,
|
||||
advisor.RegisterApp,
|
||||
checkregistry.ProvideService,
|
||||
notifications.RegisterApp,
|
||||
wire.Bind(new(checkregistry.CheckService), new(*checkregistry.Service)),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user