diff options
Diffstat (limited to 'collector')
-rw-r--r-- | collector/collector.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/collector/collector.go b/collector/collector.go index 2706fcf..2f2fc76 100644 --- a/collector/collector.go +++ b/collector/collector.go @@ -39,9 +39,8 @@ const ( func NewCollector() (Collector, error) { c := &collector{ reportCounter: prometheus.NewCounterVec(prometheus.CounterOpts{ - Namespace: "http", - Subsystem: "csp", - Name: "violations_count", + Namespace: "csp", + Name: "violation_reports_total", Help: "Count of CSP violation reports.", }, []string{ labelApp, |