mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00
rename metric after its package
This commit is contained in:
parent
8bdca09b7b
commit
6623cb435a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user