From 1e4f92aeb7b6217d14aa097edb338284385b828c Mon Sep 17 00:00:00 2001 From: Kevin Halliday Date: Wed, 16 Oct 2024 16:16:11 -0400 Subject: [PATCH] fix(monitor/contract): fix name label typo (#2194) Fix name label. issue: none --- monitor/contract/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/contract/metrics.go b/monitor/contract/metrics.go index d6cdf6f33..230a50bd8 100644 --- a/monitor/contract/metrics.go +++ b/monitor/contract/metrics.go @@ -18,5 +18,5 @@ var ( Subsystem: "contract", Name: "balance_low", Help: "Constant gauge indicating whether the contract balance is below the minimum threshold (1=true,0=false)", - }, []string{"chain", "bame"}) + }, []string{"chain", "name"}) )