Skip to content

Commit

Permalink
metrics: fix typo (#9046)
Browse files Browse the repository at this point in the history
ref #8678

Signed-off-by: Ryan Leung <rleungx@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
rleungx and ti-chi-bot[bot] authored Feb 8, 2025
1 parent ce76161 commit 3af31b2
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 @@ -200,7 +200,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 3af31b2

Please sign in to comment.