This is an automated email from the ASF dual-hosted git repository.

chenyulin0719 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e7907e51b9 [YUNIKORN-3099] Update doc for new-added metrics (#524)
e7907e51b9 is described below

commit e7907e51b9326e3bf4cf1a1adfaded67356d74c7
Author: kaichiachen <[email protected]>
AuthorDate: Fri Jul 18 21:33:29 2025 +0800

    [YUNIKORN-3099] Update doc for new-added metrics (#524)
    
    Closes: #524
    
    Signed-off-by: Yu-Lin Chen <[email protected]>
---
 docs/performance/metrics.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/performance/metrics.md b/docs/performance/metrics.md
index 610e2d0911..efb14f1b21 100644
--- a/docs/performance/metrics.md
+++ b/docs/performance/metrics.md
@@ -46,6 +46,9 @@ all metrics are declared in `yunikorn` namespace.
 | sortingLatency        | Histogram    | Latency of all nodes sorting, in 
milliseconds.                                                                   
|
 | tryNodeLatency        | Histogram    | Latency of node condition checks for 
container allocations, such as placement constraints, in milliseconds.      |
 | tryPreemptionLatency  | Histogram    | Latency of preemption condition 
checks for container allocations, in milliseconds.                              
 |
+| schedulingCycle       | Histogram    | Total time for a full scheduling 
cycle, in milliseconds.                                                         
|
+| tryNodeEvaluation     | Histogram    | Total time for a pod to find a proper 
node, in milliseconds.                                                     |
+
 
 ###    Queue Metrics
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to