Commit dcc3d760 authored by Ondřej Benkovský's avatar Ondřej Benkovský Committed by GitHub

remove unused coredns_forward_sockets_open metric (#5431)

Signed-off-by: default avatarOndřej Benkovský <ondrej.benkovsky@jamf.com>
parent 1784c737
......@@ -40,12 +40,6 @@ var (
Name: "healthcheck_broken_total",
Help: "Counter of the number of complete failures of the healthchecks.",
})
SocketGauge = promauto.NewGaugeVec(prometheus.GaugeOpts{
Namespace: plugin.Namespace,
Subsystem: "forward",
Name: "sockets_open",
Help: "Gauge of open sockets per upstream.",
}, []string{"to"})
MaxConcurrentRejectCount = promauto.NewCounter(prometheus.CounterOpts{
Namespace: plugin.Namespace,
Subsystem: "forward",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment