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: keps/sig-scheduling/3022-min-domains-in-pod-topology-spread/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,8 @@ What signals should users be paying attention to when the feature is young
306
306
that might indicate a serious problem?
307
307
-->
308
308
309
-
A spike on metric `schedule_attempts_total{result="error|unschedulable"}` when pods using this feature are added.
309
+
- A spike on metric `schedule_attempts_total{result="error|unschedulable"}` when pods using this feature are added.
310
+
- A spike on metric `plugin_execution_duration_seconds{plugin="PodTopologySpread"}` or `scheduling_algorithm_duration_seconds` when pods using this feature are added.
310
311
311
312
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
0 commit comments