You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/03/15 16:15:11 UTC

flink git commit: [FLINK-6051] [metrics] [docs] Fix scope keys on Configuration page

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 <jg...@campuslabs.com>
Authored: Tue Mar 14 12:10:12 2017 -0500
Committer: zentol <ch...@apache.org>
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: &lt;host&gt;.taskmanager.&lt;tm_id&gt;.&lt;job_name&gt;) Defines the scope format string that is applied to all metrics scoped to a job on a TaskManager.
 
-- `metrics.scope.tm.task`: (Default: &lt;host&gt;.taskmanager.&lt;tm_id&gt;.&lt;job_name&gt;.&lt;task_name&gt;.&lt;subtask_index&gt;) Defines the scope format string that is applied to all metrics scoped to a task.
+- `metrics.scope.task`: (Default: &lt;host&gt;.taskmanager.&lt;tm_id&gt;.&lt;job_name&gt;.&lt;task_name&gt;.&lt;subtask_index&gt;) Defines the scope format string that is applied to all metrics scoped to a task.
 
-- `metrics.scope.tm.operator`: (Default: &lt;host&gt;.taskmanager.&lt;tm_id&gt;.&lt;job_name&gt;.&lt;operator_name&gt;.&lt;subtask_index&gt;) Defines the scope format string that is applied to all metrics scoped to an operator.
+- `metrics.scope.operator`: (Default: &lt;host&gt;.taskmanager.&lt;tm_id&gt;.&lt;job_name&gt;.&lt;operator_name&gt;.&lt;subtask_index&gt;) 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