We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bc182 commit d010bdcCopy full SHA for d010bdc
2 files changed
README.md
@@ -155,7 +155,7 @@ The metrics exposed beyond the default Prometheus metrics are:
155
persist a record via the HTTP API (either an irrecoverable error or
156
all retries are exhausted).
157
* `deptracker_post_record_client_error`: the number of client errors,
158
- there are never retried nor reprocessed.
+ these are never retried nor reprocessed.
159
160
## License
161
pkg/metrics/prom.go
@@ -69,7 +69,7 @@ var (
69
PostDeploymentRecordClientError = promauto.NewCounter(
70
prometheus.CounterOpts{
71
Name: "deptracker_post_record_client_error",
72
- Help: "The total number of client failures",
+ Help: "The total number of non-retryable client failures",
73
},
74
)
75
0 commit comments