Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6219#discussion_r199316517
--- 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 --
@elbaulp I think use "a user-defined name" to replace "the user-defined
name" would be better, what's your opinion? @tillrohrmann
---