Smile created FLINK-27087: ----------------------------- Summary: Configuration "taskmanager.network.detailed-metrics" in metrics document was mistaken as "taskmanager.net.detailed-metrics" Key: FLINK-27087 URL: https://issues.apache.org/jira/browse/FLINK-27087 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.16.0 Reporter: Smile
[Docs for config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#taskmanager-network-detailed-metrics] has a correct key as "taskmanager.{color:#FF0000}network{color}.detailed-metrics", but when mention it in [docs for metrics|https://nightlies.apache.org/flink/flink-docs-master/docs/ops/metrics/#default-shuffle-service], it was mistaken as "taskmanager.{color:#FF0000}net{color}.detailed-metrics". Compared with [code in flink-core|https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/configuration/NettyShuffleEnvironmentOptions.java#L104] "network" should be the right one. -- This message was sent by Atlassian Jira (v8.20.1#820001)