You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2016/12/06 13:04:44 UTC

flink git commit: [hotfix] [metris] [docs] Correct scope format keys

Repository: flink
Updated Branches:
  refs/heads/release-1.1 7bb6b696c -> f46b7a00a


[hotfix] [metris] [docs] Correct scope format keys

This closes #2947.


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

Branch: refs/heads/release-1.1
Commit: f46b7a00a88aa32efa5fb98ba6273a28c79faa50
Parents: 7bb6b69
Author: zentol <ch...@apache.org>
Authored: Mon Dec 5 15:22:22 2016 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue Dec 6 14:04:18 2016 +0100

----------------------------------------------------------------------
 docs/apis/metrics.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/f46b7a00/docs/apis/metrics.md
----------------------------------------------------------------------
diff --git a/docs/apis/metrics.md b/docs/apis/metrics.md
index af6ef64..be176d1 100644
--- a/docs/apis/metrics.md
+++ b/docs/apis/metrics.md
@@ -196,10 +196,10 @@ Each of these keys expect a format string that may contain constants (e.g. "task
 - `metrics.scope.tm.job`
   - Default: &lt;host&gt;.taskmanager.&lt;tm_id&gt;.&lt;job_name&gt;
   - Applied to all metrics that were scoped to a task manager and job.
-- `metrics.scope.tm.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;
    - Applied to all metrics that were scoped to a task.
-- `metrics.scope.tm.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;
   - Applied to all metrics that were scoped to an operator.