CloudWatch Logs queue and websocket support (#28176)

CloudWatch Logs queue and websocket support
This commit is contained in:
kay delaney
2020-10-28 08:36:57 +00:00
committed by GitHub
parent e94b37c656
commit c4c5b2dc61
23 changed files with 701 additions and 96 deletions
+1 -1
View File
@@ -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