This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch b2045
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/b2045 by this push:
new 65dcfbc3b update docs
65dcfbc3b is described below
commit 65dcfbc3b04714288b54c98c8b1b45e4697660b0
Author: mingji <[email protected]>
AuthorDate: Thu Jun 26 19:40:30 2025 +0800
update docs
---
docs/migration.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/migration.md b/docs/migration.md
index a175b1f36..e136559c3 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -105,8 +105,8 @@ license: |
- Since 0.6.0, we have added a new sink
`org.apache.celeborn.common.metrics.sink.LoggerSink` to make sure that Celeborn
metrics will be scraped periodically. It's recommended to enable this sink
to make sure that worker's metrics data won't
- be too large to cause worker OOM if you don't have a collector to scrape
metrics periodically. Don't forget to update
- the `metrics.conf`.
+ be too large to cause worker OOM if you don't have a collector to scrape
metrics periodically. Don't forget to update
+ the `celeborn.metrics.loggerSink.scrape.interval` and
`celeborn.metrics.loggerSink.output.enabled`.
## Upgrading from 0.5.0 to 0.5.1