@@ -113,17 +113,17 @@ Metrics metrics = MicrometerMetricsV2.newMicrometerMetricsV2Builder(registry)
113113All meters use ` controller.name ` as their primary tag. Counters optionally carry a ` namespace ` tag when
114114` withNamespaceAsTag() ` is enabled.
115115
116- | Meter name (Micrometer) | Type | Tags | Description |
117- | --------------------------------------| ---------| ---------------------------------------------------| ---------------------------------------------------------------------- |
118- | ` reconciliations.active ` | gauge | ` controller.name ` | Number of reconciler executions currently executing |
119- | ` reconciliations.queue ` | gauge | ` controller.name ` | Number of resources currently queued for reconciliation |
120- | ` custom_resources ` | gauge | ` controller.name ` | Number of custom resources tracked by the controller |
121- | ` reconciliations.execution.duration ` | timer | ` controller.name ` | Reconciliation execution duration with explicit SLO bucket histogram |
122- | ` reconciliations.started.total ` | counter | ` controller.name ` , ` namespace ` * | Number of reconciliations started (including retries) |
123- | ` reconciliations.success.total ` | counter | ` controller.name ` , ` namespace ` * | Number of successfully finished reconciliations |
124- | ` reconciliations.failure.total ` | counter | ` controller.name ` , ` namespace ` * | Number of failed reconciliations |
125- | ` reconciliations.retries.total ` | counter | ` controller.name ` , ` namespace ` * | Number of reconciliation retries |
126- | ` events.received ` | counter | ` controller.name ` , ` event ` , ` action ` , ` namespace ` | Number of Kubernetes events received by the controller |
116+ | Meter name (Micrometer) | Type | Tags | Description |
117+ | --------------------------------------| ---------| ---------------------------------------------------| ------------------------------------------------------------------|
118+ | ` reconciliations.active ` | gauge | ` controller.name ` | Number of reconciler executions currently executing |
119+ | ` reconciliations.queue ` | gauge | ` controller.name ` | Number of resources currently queued for reconciliation |
120+ | ` custom_resources ` | gauge | ` controller.name ` | Number of custom resources tracked by the controller |
121+ | ` reconciliations.execution.duration ` | timer | ` controller.name ` | Reconciliation execution duration with explicit bucket histogram |
122+ | ` reconciliations.started.total ` | counter | ` controller.name ` , ` namespace ` * | Number of reconciliations started (including retries) |
123+ | ` reconciliations.success.total ` | counter | ` controller.name ` , ` namespace ` * | Number of successfully finished reconciliations |
124+ | ` reconciliations.failure.total ` | counter | ` controller.name ` , ` namespace ` * | Number of failed reconciliations |
125+ | ` reconciliations.retries.total ` | counter | ` controller.name ` , ` namespace ` * | Number of reconciliation retries |
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