Background Services: Lifecycle o11y (#110570)

This commit is contained in:
Todd Treece
2025-09-10 14:33:03 -04:00
committed by GitHub
parent d3c0980c84
commit 191ddb127a
14 changed files with 1736 additions and 419 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ func (s *ModuleServer) Run() error {
s.notifySystemd("READY=1")
s.log.Debug("Waiting on services...")
m := modules.New(s.cfg.Target)
m := modules.New(s.log, s.cfg.Target)
// only run the instrumentation server module if were not running a module that already contains an http server
m.RegisterInvisibleModule(modules.InstrumentationServer, func() (services.Service, error) {