1u0 commented on a change in pull request #9773: [FLINK-14210][metrics]support connect timeout and write timeout confi… URL: https://github.com/apache/flink/pull/9773#discussion_r328191504
########## File path: docs/monitoring/metrics.md ########## @@ -671,6 +673,8 @@ metrics.reporter.influxdb.db: flink metrics.reporter.influxdb.username: flink-metrics metrics.reporter.influxdb.password: qwerty metrics.reporter.influxdb.retentionPolicy: one_hour +metrics.reporter.influxdb.connectTimeout: 10000 +metrics.reporter.influxdb.writeTimeout: 10000 Review comment: This is an example configuration, pasting the values that match default values is redundant. I propose to either remove them, or use some different values as samples. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
