Skip to content

Commit bed2b8b

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 23452ec commit bed2b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ All meters use `controller.name` as their primary tag. Counters optionally carry
123123
| `reconciliations.success.total` | counter | `controller.name`, `namespace`* | Number of successfully finished reconciliations |
124124
| `reconciliations.failure.total` | counter | `controller.name`, `namespace`* | Number of failed reconciliations |
125125
| `reconciliations.retries.total` | counter | `controller.name`, `namespace`* | Number of reconciliation retries |
126-
| `events.received` | counter | `controller.name`, `event`, `action`, `namespace`* | Number of events received by the controller |
126+
| `events.received` | counter | `controller.name`, `event`, `action`, `namespace` | Number of Kubernetes events received by the controller |
127127

128128
\* `namespace` tag is only included when `withNamespaceAsTag()` is enabled.
129129

0 commit comments

Comments
 (0)