@@ -112,17 +112,17 @@ Metrics metrics = MicrometerMetricsV2.newMicrometerMetricsV2Builder(registry)
112112All 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