open-telemetry / opamp-go

OpAMP protocol implementation in Go
Apache License 2.0
140 stars 69 forks source link

docker support: bind to all network devices #270

Open cforce opened 5 months ago

cforce commented 5 months ago

https://github.com/open-telemetry/opamp-go/blob/c7fc5850ffdf65e97a39b080d73f1f23346bf52a/internal/examples/server/opampsrv/opampsrv.go#L58 pins loop back which fails for containerized setups where 0.0.0.0 is required. Please change to that or at least allow to configure the listening ip