Myasuka commented on a change in pull request #10230:
[FLINK-14803][metrics]Support Consistency Level for InfluxDB metrics
URL: https://github.com/apache/flink/pull/10230#discussion_r347528863
##########
File path:
flink-metrics/flink-metrics-influxdb/src/main/java/org/apache/flink/metrics/influxdb/InfluxdbReporter.java
##########
@@ -94,7 +97,8 @@ public void open(MetricConfig config) {
influxDB = InfluxDBFactory.connect(url, client);
}
- log.info("Configured InfluxDBReporter with {host:{}, port:{},
db:{}, and retentionPolicy:{}}", host, port, database, retentionPolicy);
+ log.info("Configured InfluxDBReporter with {host:{}, port:{},
db:{}, and retentionPolicy:{}, consistency:{}}",
Review comment:
```suggestion
log.info("Configured InfluxDBReporter with {host:{}, port:{},
db:{}, retentionPolicy:{} and consistency:{}}",
```
----------------------------------------------------------------
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