go.d traefik fix "got a SET but dimension does not exist" (#17511)
Ilya Mashchenko committed
Apr 24, 2024 at 11:35 UTC
992615f380ca70eb99806c4e10463e1baa8fc709
1 file changed
+1
src/go/collectors/go.d.plugin/modules/traefik/collect.go
+1
@@ -166,6 +166,7 @@ func (t *Traefik) collectEntrypointOpenConnections(mx map[string]int64, pms prom
166
if err := ce.openConn.AddDim(dim); err != nil {
167
t.Warning(err)
168
}
169
+ ce.openConn.MarkNotCreated()
170
}
171
}
172
}