mans2singh commented on a change in pull request #8668: [FLINK-12784][metrics]
Support retention policy for InfluxDB metrics …
URL: https://github.com/apache/flink/pull/8668#discussion_r292700412
##########
File path:
flink-metrics/flink-metrics-influxdb/src/test/java/org/apache/flink/metrics/influxdb/InfluxdbReporterTest.java
##########
@@ -57,6 +57,7 @@
private static final String TEST_INFLUXDB_DB = "test-42";
private static final String METRIC_HOSTNAME = "task-mgr-1";
private static final String METRIC_TM_ID = "tm-id-123";
+ private String retentionPolicy = "";
Review comment:
I've added the retention policy argument to createMetricRegistry method and
updated tests. Please let me know if this is ok.
----------------------------------------------------------------
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