Skip to content

Commit 7e6a2ed

Browse files
committed
add metrics for latency
1 parent c2e1a16 commit 7e6a2ed

File tree

1 file changed

+2
-1
lines changed
  • keps/sig-scheduling/3022-min-domains-in-pod-topology-spread

1 file changed

+2
-1
lines changed

keps/sig-scheduling/3022-min-domains-in-pod-topology-spread/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ What signals should users be paying attention to when the feature is young
306306
that might indicate a serious problem?
307307
-->
308308

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.
310311

311312
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
312313

0 commit comments

Comments
 (0)