From 03ea8c42d20e055a67bac0e9af6ad2b72283248f Mon Sep 17 00:00:00 2001 From: CPS794 Date: Thu, 7 Apr 2022 18:25:17 +0800 Subject: [PATCH] [hotfix][docs]correct configuration key "taskmanager.network.detailed-metrics" in metrics document --- docs/content.zh/docs/ops/metrics.md | 6 +++--- docs/content/docs/ops/metrics.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content.zh/docs/ops/metrics.md b/docs/content.zh/docs/ops/metrics.md index f9c3e645ea091..85f9b614b5935 100644 --- a/docs/content.zh/docs/ops/metrics.md +++ b/docs/content.zh/docs/ops/metrics.md @@ -782,7 +782,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM -### Network +### Network {{< hint warning >}} Deprecated: use [Default shuffle service metrics](#default-shuffle-service) @@ -845,7 +845,7 @@ Deprecated: use [Default shuffle service metrics](#default-shuffle-service) Network.<Input|Output>.<gate|partition>
- (only available if taskmanager.net.detailed-metrics config option is set) + (only available if taskmanager.network.detailed-metrics config option is set) totalQueueLen Total number of queued buffers in all input/output channels. Gauge @@ -965,7 +965,7 @@ Metrics related to data exchange between task executors using netty network comm Shuffle.Netty.<Input|Output>.<gate|partition>
- (only available if taskmanager.net.detailed-metrics config option is set) + (only available if taskmanager.network.detailed-metrics config option is set) totalQueueLen Total number of queued buffers in all input/output channels. Gauge diff --git a/docs/content/docs/ops/metrics.md b/docs/content/docs/ops/metrics.md index a27a3b3816e0c..cae8e7b7b5da8 100644 --- a/docs/content/docs/ops/metrics.md +++ b/docs/content/docs/ops/metrics.md @@ -782,7 +782,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM -### Network +### Network {{< hint warning >}} Deprecated: use [Default shuffle service metrics](#default-shuffle-service) @@ -845,7 +845,7 @@ Deprecated: use [Default shuffle service metrics](#default-shuffle-service) Network.<Input|Output>.<gate|partition>
- (only available if taskmanager.net.detailed-metrics config option is set) + (only available if taskmanager.network.detailed-metrics config option is set) totalQueueLen Total number of queued buffers in all input/output channels. Gauge @@ -965,7 +965,7 @@ Metrics related to data exchange between task executors using netty network comm Shuffle.Netty.<Input|Output>.<gate|partition>
- (only available if taskmanager.net.detailed-metrics config option is set) + (only available if taskmanager.network.detailed-metrics config option is set) totalQueueLen Total number of queued buffers in all input/output channels. Gauge