zentol 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_r347871364
##########
File path:
flink-docs/src/main/java/org/apache/flink/docs/configuration/ConfigOptionsDocGenerator.java
##########
@@ -66,6 +66,7 @@
new OptionsClassLocation("flink-yarn",
"org.apache.flink.yarn.configuration"),
new OptionsClassLocation("flink-mesos",
"org.apache.flink.mesos.configuration"),
new OptionsClassLocation("flink-mesos",
"org.apache.flink.mesos.runtime.clusterframework"),
+ new
OptionsClassLocation("flink-metrics/flink-metrics-influxdb",
"org.apache.flink.metrics.influxdb"),
Review comment:
The InfluxDbOptions aren't picked up by the generator on purpose since they
clash with the prometheus options, and the generator can't differentiate
between them yet.
----------------------------------------------------------------
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