Skip to content

Commit d010bdc

Browse files
Spelling error
1 parent 17bc182 commit d010bdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The metrics exposed beyond the default Prometheus metrics are:
155155
persist a record via the HTTP API (either an irrecoverable error or
156156
all retries are exhausted).
157157
* `deptracker_post_record_client_error`: the number of client errors,
158-
there are never retried nor reprocessed.
158+
these are never retried nor reprocessed.
159159

160160
## License
161161

pkg/metrics/prom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var (
6969
PostDeploymentRecordClientError = promauto.NewCounter(
7070
prometheus.CounterOpts{
7171
Name: "deptracker_post_record_client_error",
72-
Help: "The total number of client failures",
72+
Help: "The total number of non-retryable client failures",
7373
},
7474
)
7575
)

0 commit comments

Comments
 (0)