mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
rename metric after its package
This commit is contained in:
@ -28,7 +28,7 @@ var (
|
||||
|
||||
metricSession = promauto.NewCounterVec(
|
||||
prometheus.CounterOpts{
|
||||
Name: "mox_tlsrpt_session_total",
|
||||
Name: "mox_tlsrptdb_session_total",
|
||||
Help: "Number of sessions, both success and known result types.",
|
||||
},
|
||||
[]string{"type"}, // Known result types, and "success"
|
||||
|
Reference in New Issue
Block a user