Skip to content

Commit fbb67b6

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@ Metrics metrics = MicrometerMetricsV2.newMicrometerMetricsV2Builder(registry)
112112
All meters use `controller.name` as their primary tag. Counters optionally carry a `namespace` tag when
113113
`withNamespaceAsTag()` is enabled.
114114

115-
| Meter name (Micrometer) | Type | Tags | Description |
116-
|--------------------------------------|---------|---------------------------------------------------|------------------------------------------------------------------------|
117-
| `reconciliations.active` | gauge | `controller.name` | Number of reconciler executions currently executing |
118-
| `reconciliations.queue` | gauge | `controller.name` | Number of resources currently queued for reconciliation or reconciling |
119-
| `custom_resources` | gauge | `controller.name` | Number of custom resources tracked by the controller |
120-
| `reconciliations.execution.duration` | timer | `controller.name` | Reconciliation execution duration with explicit SLO bucket histogram |
121-
| `reconciliations.started.total` | counter | `controller.name`, `namespace`* | Number of reconciliations started (including retries) |
122-
| `reconciliations.success.total` | counter | `controller.name`, `namespace`* | Number of successfully finished reconciliations |
123-
| `reconciliations.failure.total` | counter | `controller.name`, `namespace`* | Number of failed reconciliations |
124-
| `reconciliations.retries.total` | counter | `controller.name`, `namespace`* | Number of reconciliation retries |
125-
| `events.received` | counter | `controller.name`, `event`, `action`, `namespace` | Number of Kubernetes events received by the controller |
115+
| Meter name (Micrometer) | Type | Tags | Description |
116+
|--------------------------------------|---------|---------------------------------------------------|----------------------------------------------------------------------|
117+
| `reconciliations.active` | gauge | `controller.name` | Number of reconciler executions currently executing |
118+
| `reconciliations.queue` | gauge | `controller.name` | Number of resources currently queued for reconciliation |
119+
| `custom_resources` | gauge | `controller.name` | Number of custom resources tracked by the controller |
120+
| `reconciliations.execution.duration` | timer | `controller.name` | Reconciliation execution duration with explicit SLO bucket histogram |
121+
| `reconciliations.started.total` | counter | `controller.name`, `namespace`* | Number of reconciliations started (including retries) |
122+
| `reconciliations.success.total` | counter | `controller.name`, `namespace`* | Number of successfully finished reconciliations |
123+
| `reconciliations.failure.total` | counter | `controller.name`, `namespace`* | Number of failed reconciliations |
124+
| `reconciliations.retries.total` | counter | `controller.name`, `namespace`* | Number of reconciliation retries |
125+
| `events.received` | counter | `controller.name`, `event`, `action`, `namespace` | Number of Kubernetes events received by the controller |
126126

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

0 commit comments

Comments
 (0)