

Which property may/should be used depends on the reporter implementation. By default all configured reporters will be used.Īll reporters must at least have either the class or factory.class property. metrics.reporters: (optional) A comma-separated include list of reporter names.These mappings are added to the variable map by tag-based reporters (e.g. .additional: (optional) A comma separated map of variables and their values, which are separated by a colon (:)..excludes: (optional) A semi-colon ( ) separate list of variables that should be ignored by tag-based reporters (e.g., Prometheus, InfluxDB).

: The delimiter to use for the identifier (default value use ) for the reporter named.: The reporter interval to use for the reporter named.: The reporter factory class to use for the reporter named.: The reporter class to use for the reporter named.metrics.reporter.: Generic setting for the reporter named.Reporters will be instantiated on each job and task manager when they are started. Metrics can be exposed to an external system by configuring one or several reporters in conf/flink-conf.yaml. We recommend you use the latest stable version.įlink allows reporting metrics to external systems.įor more information about Flink’s metric system go to the metric system documentation. This documentation is for an out-of-date version of Apache Flink.

