mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 08:18:16 +03:00
rename metric after its package
This commit is contained in:
parent
8bdca09b7b
commit
6623cb435a
@ -28,7 +28,7 @@ var (
|
|||||||
|
|
||||||
metricSession = promauto.NewCounterVec(
|
metricSession = promauto.NewCounterVec(
|
||||||
prometheus.CounterOpts{
|
prometheus.CounterOpts{
|
||||||
Name: "mox_tlsrpt_session_total",
|
Name: "mox_tlsrptdb_session_total",
|
||||||
Help: "Number of sessions, both success and known result types.",
|
Help: "Number of sessions, both success and known result types.",
|
||||||
},
|
},
|
||||||
[]string{"type"}, // Known result types, and "success"
|
[]string{"type"}, // Known result types, and "success"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user