Skip to content

Commit

Permalink
snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jul 20, 2023
1 parent b53c81a commit 3c24e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/processor/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (m *PrometheusMetrics) SetFeesSpent(chain, gasPrice, key, address, denom st
func NewPrometheusMetrics() *PrometheusMetrics {
packetLabels := []string{"path", "chain", "channel", "port", "type"}
heightLabels := []string{"chain"}
walletLabels := []string{"chain", "gasPrice", "key", "address", "denom"}
walletLabels := []string{"chain", "gas_price", "key", "address", "denom"}
registry := prometheus.NewRegistry()
registerer := promauto.With(registry)
return &PrometheusMetrics{
Expand Down

0 comments on commit 3c24e28

Please sign in to comment.