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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new b7027b601 [CELEBORN-914][FOLLOWUP] Adding metrics for memory file 
storage in monitoring.md
b7027b601 is described below

commit b7027b601143a0f2a76632e8d2811fc9ccb1a7b1
Author: Sanskar Modi <[email protected]>
AuthorDate: Mon Aug 26 16:05:35 2024 +0800

    [CELEBORN-914][FOLLOWUP] Adding metrics for memory file storage in 
monitoring.md
    
    ### What changes were proposed in this pull request?
    
    Adding documentation for missing memory file storage metrics.
    
    ### Why are the changes needed?
    
    Few new metrics were added in https://github.com/apache/celeborn/pull/2300 
but they were missing their documentation in monitoring.md
    
    ### Does this PR introduce _any_ user-facing change?
    
    NO
    
    ### How was this patch tested?
    
    NA
    
    Closes #2705 from s0nskar/memory_metrics.
    
    Authored-by: Sanskar Modi <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 docs/monitoring.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index a587d6d09..dffa37a33 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -229,6 +229,10 @@ These metrics are exposed by Celeborn worker.
     | UserProduceSpeed                            | The speed of user 
production for congestion control.                                              
              |
     | WorkerConsumeSpeed                          | The speed of worker 
consumption for congestion control.                                             
            |
     | IsDecommissioningWorker                     | 1 means worker 
decommissioning, 0 means not decommissioning.                                   
                 |
+    | MemoryStorageFileCount                      | The count of files in 
Memory Storage of a worker.                                                     
          |
+    | MemoryFileStorageSize                       | The total amount of memory 
used by Memory Storage.                                                         
     |
+    | EvictedFileCount                            | The count of files evicted 
from Memory Storage to Disk                                                     
     |
+    | DirectMemoryUsageRatio                      | Ratio of direct memory 
used and max direct memory.                                                     
         |
     | push_server_usedHeapMemory                  |                            
                                                                                
     |
     | push_server_usedDirectMemory                |                            
                                                                                
     |
     | push_server_numAllocations                  |                            
                                                                                
     |

Reply via email to