Skip to content

Commit

Permalink
Update metric name.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Nov 25, 2024
1 parent dc82a66 commit af7284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/churner/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewMetrics(httpPort int, logger logging.Logger) (*Metrics, error) {
})

numRequests, err := metricsServer.NewCountMetric(
"requests",
"request",
"the number of requests",
numRequestsLabel{})
if err != nil {
Expand Down

0 comments on commit af7284d

Please sign in to comment.