mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
remove unused coredns_forward_sockets_open metric (#5431)
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
This commit is contained in:
@@ -40,12 +40,6 @@ var (
|
|||||||
Name: "healthcheck_broken_total",
|
Name: "healthcheck_broken_total",
|
||||||
Help: "Counter of the number of complete failures of the healthchecks.",
|
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{
|
MaxConcurrentRejectCount = promauto.NewCounter(prometheus.CounterOpts{
|
||||||
Namespace: plugin.Namespace,
|
Namespace: plugin.Namespace,
|
||||||
Subsystem: "forward",
|
Subsystem: "forward",
|
||||||
|
|||||||
Reference in New Issue
Block a user