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 8a38235f5 [CELEBORN-1437][FOLLOWUP] Update metrics document link of
README.md
8a38235f5 is described below
commit 8a38235f5337000eaa037a7f9da2ba9568e4e860
Author: SteNicholas <[email protected]>
AuthorDate: Wed Sep 25 15:34:06 2024 +0800
[CELEBORN-1437][FOLLOWUP] Update metrics document link of README.md
### What changes were proposed in this pull request?
Update metrics document link of `README.md`.
### Why are the changes needed?
`METRICS.md` has already been merged into `monitoring.md`, which should
update the link in `README.md`.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
Closes #2761 from SteNicholas/CELEBORN-1437.
Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 46e40ee54..2a7b985c5 100644
--- a/README.md
+++ b/README.md
@@ -370,7 +370,7 @@ For Spark versions < 3.5.0, we provide a patch to enable
users to use Spark with
- For Spark 3.4 check [Spark3.4
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark3_4.patch).
### Metrics
-Celeborn has various metrics. [METRICS](METRICS.md)
+Celeborn has various metrics.
[METRICS](https://celeborn.apache.org/docs/latest/monitoring/#metrics)
## Community and Support