diff options
Diffstat (limited to 'plugin/dnssec/handler.go')
-rw-r--r-- | plugin/dnssec/handler.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin/dnssec/handler.go b/plugin/dnssec/handler.go index 6153bf331..a901b746a 100644 --- a/plugin/dnssec/handler.go +++ b/plugin/dnssec/handler.go @@ -55,13 +55,6 @@ var ( Help: "The number of elements in the dnssec cache.", }, []string{"server", "type"}) - cacheCapacity = prometheus.NewGaugeVec(prometheus.GaugeOpts{ - Namespace: plugin.Namespace, - Subsystem: "dnssec", - Name: "cache_capacity", - Help: "The dnssec cache's capacity.", - }, []string{"server", "type"}) - cacheHits = prometheus.NewCounterVec(prometheus.CounterOpts{ Namespace: plugin.Namespace, Subsystem: "dnssec", |