Joshua Griffith created FLINK-6051:
--------------------------------------
Summary: Wrong metric scope names in documentation
Key: FLINK-6051
URL:
https://issues.apache.org/jira/browse/FLINK-6051 Project: Flink
Issue Type: Bug
Components: Documentation
Affects Versions: 1.2.0
Reporter: Joshua Griffith
Priority: Minor
FLINK-4402 fixed the following metrics names:
metrics.scope.tm.task → metrics.scope.task
metrics.scope.tm.operator → metrics.scope.operator
However, the [1.2.0 documentation|
https://github.com/apache/flink/blob/dabeb74c10e755c655a06cdc8846dc7227d63cb9/docs/setup/config.md#metrics] lists the incorrect metric names again.
As a side note, it would be convenient to have all of the configuration options documented in a machine readable format. To build docker images I [process the config file with sed|
https://github.com/orgsync/docker-flink/blob/a08ec4d102b623bfba74a61d3012931e28ef92e7/Dockerfile#L36] to extract the options and turn them into env vars, which is how I noticed this issue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)