Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Feb 8, 2025
1 parent 0c43ce5 commit f6869b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func initMetrics(constLabels prometheus.Labels) {
Name: "circuit_breaker_count",
Help: "Circuit breaker counters",
ConstLabels: constLabels,
}, []string{"name", "success"})
}, []string{"name", "event"})
}

// CmdDurationXXX and CmdFailedDurationXXX are the durations of the client commands.
Expand Down

0 comments on commit f6869b2

Please sign in to comment.