@cryptotaxi247 / netdata-1 / commits / e67c94c94

go.d sd docker: remove unnecessary info message (#18570)

Ilya Mashchenko committed Sep 17, 2024 at 19:20 UTC e67c94c94af86ab8de813fc067350f1daad19b67
1 file changed -2
src/go/plugin/go.d/agent/discovery/sd/discoverer/dockerd/docker.go
-2
@@ -199,8 +199,6 @@ func (d *Discoverer) buildTargetGroup(cntr types.Container) model.TargetGroup {
199 }
200 tgt.Address = net.JoinHostPort(tgt.IPAddress, tgt.PrivatePort)
201
202 - d.Infof("%+v\n", tgt)
203 -
202 hash, err := calcHash(tgt)
203 if err != nil {
204 continue