Repository: flink Updated Branches: refs/heads/release-1.2 697ede00d -> 9206df666
[FLINK-6051] [metrics] [docs] Fix scope keys on Configuration page This closes #3538. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9206df66 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9206df66 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9206df66 Branch: refs/heads/release-1.2 Commit: 9206df666057eb32f82c93f537a04466c67b9fc4 Parents: 697ede0 Author: Joshua Griffith <[email protected]> Authored: Tue Mar 14 12:10:12 2017 -0500 Committer: zentol <[email protected]> Committed: Wed Mar 15 17:21:35 2017 +0100 ---------------------------------------------------------------------- docs/setup/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/9206df66/docs/setup/config.md ---------------------------------------------------------------------- diff --git a/docs/setup/config.md b/docs/setup/config.md index 10a86a7..d5863a1 100644 --- a/docs/setup/config.md +++ b/docs/setup/config.md @@ -561,9 +561,9 @@ Previously this key was named `recovery.mode` and the default value was `standal - `metrics.scope.tm.job`: (Default: <host>.taskmanager.<tm_id>.<job_name>) Defines the scope format string that is applied to all metrics scoped to a job on a TaskManager. -- `metrics.scope.tm.task`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<task_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to a task. +- `metrics.scope.task`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<task_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to a task. -- `metrics.scope.tm.operator`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<operator_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to an operator. +- `metrics.scope.operator`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<operator_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to an operator. - `metrics.latency.history-size`: (Default: 128) Defines the number of measured latencies to maintain at each operator
