aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/forward/metrics.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin/forward/metrics.go b/plugin/forward/metrics.go
index 9519c3c9b..f1f0c48d6 100644
--- a/plugin/forward/metrics.go
+++ b/plugin/forward/metrics.go
@@ -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",