[docs] Document reporter plurality
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/10a8e4b3 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/10a8e4b3 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/10a8e4b3 Branch: refs/heads/master Commit: 10a8e4b3b84150f610bb4ff8267a01781b26fc67 Parents: f98af8c Author: zentol <[email protected]> Authored: Fri Jan 13 12:16:29 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Tue Jan 24 10:56:59 2017 +0100 ---------------------------------------------------------------------- docs/monitoring/metrics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/10a8e4b3/docs/monitoring/metrics.md ---------------------------------------------------------------------- diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md index 578c926..cfffe65 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -296,7 +296,8 @@ or by assigning unique names to jobs and operators. ## Reporter -Metrics can be exposed to an external system by configuring one or several reporters in `conf/flink-conf.yaml`. +Metrics can be exposed to an external system by configuring one or several reporters in `conf/flink-conf.yaml`. These +reporters will be instantiated on each job and task manager when they are started. - `metrics.reporters`: The list of named reporters. - `metrics.reporter.<name>.<config>`: Generic setting `<config>` for the reporter named `<name>`.
