From 6623cb435aef15f81272f1daefdf08afe34b5655 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Wed, 8 Feb 2023 21:01:15 +0100 Subject: [PATCH] rename metric after its package --- tlsrptdb/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlsrptdb/db.go b/tlsrptdb/db.go index 2ff414c..a90e8eb 100644 --- a/tlsrptdb/db.go +++ b/tlsrptdb/db.go @@ -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"