Repository: flink
Updated Branches:
  refs/heads/master 5d7e949fe -> 7359ffe2e


[hotfix] [docu] Add missing tick


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7359ffe2
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7359ffe2
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7359ffe2

Branch: refs/heads/master
Commit: 7359ffe2ec9ffe755a5f52739a05c91c79d46dd6
Parents: 5d7e949
Author: zentol <ches...@apache.org>
Authored: Fri Jul 29 13:31:21 2016 +0200
Committer: zentol <ches...@apache.org>
Committed: Fri Jul 29 13:31:21 2016 +0200

----------------------------------------------------------------------
 docs/setup/config.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7359ffe2/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index 1ce6d56..5bc1255 100644
--- a/docs/setup/config.md
+++ b/docs/setup/config.md
@@ -330,7 +330,7 @@ of the JobManager, because the same ActorSystem is used. 
Its not possible to use
 
 - `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.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.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.
 
 ## Background
 

Reply via email to