We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff58df commit e7907e5Copy full SHA for e7907e5
1 file changed
docs/performance/metrics.md
@@ -46,6 +46,9 @@ all metrics are declared in `yunikorn` namespace.
46
| sortingLatency | Histogram | Latency of all nodes sorting, in milliseconds. |
47
| tryNodeLatency | Histogram | Latency of node condition checks for container allocations, such as placement constraints, in milliseconds. |
48
| tryPreemptionLatency | Histogram | Latency of preemption condition checks for container allocations, in milliseconds. |
49
+| schedulingCycle | Histogram | Total time for a full scheduling cycle, in milliseconds. |
50
+| tryNodeEvaluation | Histogram | Total time for a pod to find a proper node, in milliseconds. |
51
+
52
53
### Queue Metrics
54
0 commit comments