mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
rename metric after its package
This commit is contained in:
parent
8bdca09b7b
commit
6623cb435a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue