Skip to content

Commit

Permalink
fix: misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Oct 2, 2023
1 parent c7273bf commit 58bd3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/check/smoke/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func newMetrics(subsystem string) metrics {
prometheus.CounterOpts{
Namespace: m.Namespace,
Subsystem: subsystem,
Name: "batch_create_attemps",
Help: "Number of batch create attemps.",
Name: "batch_create_attempts",
Help: "Number of batch create attempts.",
},
),
BatchCreateErrors: prometheus.NewCounter(
Expand Down

0 comments on commit 58bd3b0

Please sign in to comment.