Repository: flink Updated Branches: refs/heads/master 5b390028c -> 609b2577a
[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/609b2577 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/609b2577 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/609b2577 Branch: refs/heads/master Commit: 609b2577a6490dbfa5eb48fb03fd1c0f93c6c0da Parents: 5b39002 Author: Joshua Griffith <[email protected]> Authored: Tue Mar 14 12:10:12 2017 -0500 Committer: zentol <[email protected]> Committed: Wed Mar 15 17:14:40 2017 +0100 ---------------------------------------------------------------------- docs/setup/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/609b2577/docs/setup/config.md ---------------------------------------------------------------------- diff --git a/docs/setup/config.md b/docs/setup/config.md index b297ae6..013e56a 100644 --- a/docs/setup/config.md +++ b/docs/setup/config.md @@ -574,9 +574,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
