mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CloudWatch Logs queue and websocket support (#28176)
CloudWatch Logs queue and websocket support
This commit is contained in:
@@ -293,7 +293,7 @@ func (s *Server) buildServiceGraph(services []*registry.Descriptor) error {
|
||||
|
||||
// Resolve services and their dependencies.
|
||||
if err := serviceGraph.Populate(); err != nil {
|
||||
return errutil.Wrapf(err, "Failed to populate service dependency")
|
||||
return errutil.Wrapf(err, "Failed to populate service dependencies")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user