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/08/14 21:12:11 UTC

flink git commit: [hotfix] [docs][metrics] Small typo fix in the scope section

Repository: flink
Updated Branches:
  refs/heads/master 8dfb9d006 -> 4a4db0a7f


[hotfix] [docs][metrics] Small typo fix in the scope section


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

Branch: refs/heads/master
Commit: 4a4db0a7f9ed2d8f1590589be3a4b43789208e6c
Parents: 8dfb9d0
Author: Ajay Tripathy <4t...@gmail.com>
Authored: Mon Aug 14 12:20:36 2017 -0700
Committer: zentol <ch...@apache.org>
Committed: Mon Aug 14 23:11:50 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/4a4db0a7/docs/monitoring/metrics.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index b8f4acc..b71f4cf 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -229,7 +229,7 @@ public class MyMapper extends RichMapFunction<Long, Integer> {
 ## Scope
 
 Every metric is assigned an identifier under which it will be reported that is based on 3 components: the user-provided name when registering the metric, an optional user-defined scope and a system-provided scope.
-For example, if `A.B` is the sytem scope, `C.D` the user scope and `E` the name, then the identifier for the metric will be `A.B.C.D.E`.
+For example, if `A.B` is the system scope, `C.D` the user scope and `E` the name, then the identifier for the metric will be `A.B.C.D.E`.
 
 You can configure which delimiter to use for the identifier (default: `.`) by setting the `metrics.scope.delimiter` key in `conf/flink-conf.yaml`.