Skip to content

Commit 6526f09

Browse files
spelling fixes
1 parent 36733b0 commit 6526f09

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ at `:9090/metrics`. The port can be configured with the
137137
The metrics exposed beyond the default Prometheus metrics are:
138138

139139
* `deptracker_events_processed_ok`: the total number of successful
140-
events process from the k8s API server. The metric is tagged the
141-
event type (`CRETE`/`DELETED`).
140+
events processed from the k8s API server. The metric is tagged the
141+
event type (`CREATED`/`DELETED`).
142142
* `deptracker_events_processed_failed`: the total number of failed
143-
events process from the k8s API server. The metric is tagged the
144-
event type (`CRETE`/`DELETED`).
143+
events processed from the k8s API server. The metric is tagged the
144+
event type (`CREATED`/`DELETED`).
145145
* `deptracker_events_processed_timer`: the processing time for each
146146
event. The metrics is tagged with the status of the event processing
147147
(`ok`/`failed`).

pkg/deploymentrecord/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (c *Client) PostOne(ctx context.Context, record *DeploymentRecord) error {
138138
}
139139

140140
metrics.PostDeploymentRecordHardFail.Inc()
141-
slog.Error("all retries exhauseted",
141+
slog.Error("all retries exhausted",
142142
"count", c.retries,
143143
"error", lastErr)
144144
return fmt.Errorf("all retries exhausted: %w", lastErr)

0 commit comments

Comments
 (0)