Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/5099#discussion_r156386303
--- Diff: docs/monitoring/metrics.md ---
@@ -333,7 +333,7 @@ reporters will be instantiated on each job and task
manager when they are starte
- `metrics.reporter.<name>.class`: The reporter class to use for the
reporter named `<name>`.
- `metrics.reporter.<name>.interval`: The reporter interval to use for the
reporter named `<name>`.
- `metrics.reporter.<name>.scope.delimiter`: The delimiter to use for the
identifier (default value use `metrics.scope.delimiter`) for the reporter named
`<name>`.
-- `metrics.reporters`: (optional) An include list for reporters to
instantiate. By default all configured reporters will be used.
+- `metrics.reporters`: (optional) A comma-separated include list of
reporters names. By default all configured reporters will be used.
--- End diff --
"reporters" -> "reporter"
---