mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
golint
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
// Request* and Reponse* are the prometheus counters and gauges we are using for exporting metrics.
|
||||
var (
|
||||
RequestCount = prometheus.NewCounterVec(prometheus.CounterOpts{
|
||||
Namespace: middleware.Namespace,
|
||||
|
||||
Reference in New Issue
Block a user