Grafana indexing poc - load and watch index (#93843)

* list resources and load into index
* watch for changes and update index
This commit is contained in:
Scott Lepper
2024-10-08 09:43:23 -04:00
committed by GitHub
parent 0e13719ec6
commit 52b70ca976
9 changed files with 525 additions and 28 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func ProvideUnifiedStorageGrpcService(
}
func (s *service) start(ctx context.Context) error {
server, err := NewResourceServer(s.db, s.cfg, s.features, s.tracing)
server, err := NewResourceServer(ctx, s.db, s.cfg, s.features, s.tracing)
if err != nil {
return err
}