mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-08 23:09:11 -06:00
Rename drop metric location
This commit is contained in:
@@ -138,8 +138,8 @@ func NewService() *Service {
|
||||
|
||||
eventDropCounter := prometheus.NewCounterVec(
|
||||
prometheus.CounterOpts{
|
||||
Namespace: MetricsNamespaceAPI,
|
||||
Subsystem: MetricsNamespaceServer,
|
||||
Namespace: MetricsNamespaceServer,
|
||||
Subsystem: platformMetricsSubsystem,
|
||||
Name: "drop_total",
|
||||
Help: "Total number of events dropped",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user