1u0 commented on a change in pull request #8466: [FLINK-12336][monitoring] Add
HTTPS support to InfluxDB reporter
URL: https://github.com/apache/flink/pull/8466#discussion_r285005175
##########
File path:
flink-metrics/flink-metrics-influxdb/src/test/java/org/apache/flink/metrics/influxdb/InfluxdbReporterTest.java
##########
@@ -120,6 +120,7 @@ public void testMetricReporting() throws Exception {
private MetricRegistryImpl createMetricRegistry() {
MetricConfig metricConfig = new MetricConfig();
+ metricConfig.setProperty("scheme","http");
Review comment:
Missing space after `,`.
----------------------------------------------------------------
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