Skip to content

Commit

Permalink
fix(monitor/contract): fix name label typo (#2194)
Browse files Browse the repository at this point in the history
Fix name label.

issue: none
  • Loading branch information
kevinhalliday authored Oct 16, 2024
1 parent cc18204 commit 1e4f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/contract/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
)

0 comments on commit 1e4f92a

Please sign in to comment.