Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6219#discussion_r199332279 --- Diff: docs/monitoring/metrics.md --- @@ -426,7 +426,7 @@ class MyMapper extends RichMapFunction[Long,Long] { Every metric is assigned an identifier and a set of key-value pairs under which the metric will be reported. -THe identifier is based on 3 components: the user-defined name when registering the metric, an optional user-defined scope and a system-provided scope. +The identifier is based on 3 components: the user-defined name when registering the metric, an optional user-defined scope and a system-provided scope. --- End diff -- I think you are right @yanghua. Will change it will merging this PR.
---