You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/master/guides/metrics.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,4 +55,7 @@ prometheus.io/scrape: "true"
55
55
| {{<hover label="crossplane_managed_resource_first_time_to_readiness_seconds_bucket" line="27">}}crossplane_managed_resource_first_time_to_readiness_seconds_bucket{{</hover>}} | The time it took for a managed resource to become ready first time after creation | |
56
56
| {{<hover label="crossplane_managed_resource_first_time_to_reconcile_seconds_bucket" line="28">}}crossplane_managed_resource_first_time_to_reconcile_seconds_bucket{{</hover>}} | The time it took to detect a managed resource by the controller | |
57
57
| {{<hover label="upjet_resource_ttr_bucket" line="29">}}upjet_resource_ttr_bucket{{</hover>}} | Measures in seconds the `time-to-readiness` `(TTR)` for managed resources | |
58
+
| {{<hover label="crossplane_circuit_breaker_opens_total" line="30">}}crossplane_circuit_breaker_opens_total{{</hover>}} | Total number of times the XR watch circuit breaker opened | Each increase indicates a controller that temporarily stopped processing watched events. |
59
+
| {{<hover label="crossplane_circuit_breaker_closes_total" line="31">}}crossplane_circuit_breaker_closes_total{{</hover>}} | Total number of times the XR watch circuit breaker closed again | Compare with opens to monitor how quickly controllers recover from watch pressure. |
60
+
| {{<hover label="crossplane_circuit_breaker_events_total" line="32">}}crossplane_circuit_breaker_events_total{{</hover>}} | Total number of watched events handled by the XR circuit breaker | Includes a `result` label (`allowed`, `dropped`, or `halfopen_allowed`) that shows how events were treated. |
0 commit comments