From 9760414f9a5a777ec6460c05b1d48c2904d37dc1 Mon Sep 17 00:00:00 2001 From: zwangsheng <2213335496@qq.com> Date: Thu, 7 Sep 2023 14:46:11 +0800 Subject: [PATCH] fix celeborn metrics configuration doc --- docs/configuration/metrics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/metrics.md b/docs/configuration/metrics.md index 4847879a0bc..1c4d3524657 100644 --- a/docs/configuration/metrics.md +++ b/docs/configuration/metrics.md @@ -31,6 +31,7 @@ license: | | celeborn.metrics.master.prometheus.port | 9098 | Master's Prometheus port. | 0.3.0 | | celeborn.metrics.sample.rate | 1.0 | It controls if Celeborn collect timer metrics for some operations. Its value should be in [0.0, 1.0]. | 0.2.0 | | celeborn.metrics.timer.slidingWindow.size | 4096 | The sliding window size of timer metric. | 0.2.0 | +| celeborn.metrics.worker.pauseSpentTime.forceAppend.threshold | 10 | Force append worker pause spent time even if worker still in pause serving state.Help user can find worker pause spent time increase, when worker always been pause state. | | | celeborn.metrics.worker.prometheus.host | <localhost> | Worker's Prometheus host. | 0.3.0 | | celeborn.metrics.worker.prometheus.port | 9096 | Worker's Prometheus port. | 0.3.0 |