From d424771ec2c061dc5fa237b192abcf6aaece2616 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 14 May 2021 14:19:15 +0800 Subject: [PATCH] [MINOR][DOC] ADD toc for monitoring page ### What changes were proposed in this pull request? Add toc tag on monitoring.md ### Why are the changes needed? fix doc ### Does this PR introduce _any_ user-facing change? yes, the table of content of the monitoring page will be shown on the official doc site. ### How was this patch tested? pass GA doc build Closes #32545 from yaooqinn/minor. Authored-by: Kent Yao Signed-off-by: Kent Yao --- docs/monitoring.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/monitoring.md b/docs/monitoring.md index b812938994..a9f25bac52 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -19,6 +19,9 @@ license: | limitations under the License. --- +* This will become a table of contents (this text will be scraped). +{:toc} + There are several ways to monitor Spark applications: web UIs, metrics, and external instrumentation. # Web Interfaces