[ 
https://issues.apache.org/jira/browse/FLINK-14831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994784#comment-16994784
 ] 

Robert Metzger commented on FLINK-14831:
----------------------------------------

I don't know the docs generator too well, but I believe the influxdb reporter 
is not in the list of options class locations:


{code:java}
public class ConfigOptionsDocGenerator {

 static final OptionsClassLocation[] LOCATIONS = new OptionsClassLocation[]{
 new OptionsClassLocation("flink-core", "org.apache.flink.configuration"),
 new OptionsClassLocation("flink-runtime", "org.apache.flink.runtime.shuffle"),
 new OptionsClassLocation("flink-runtime", "org.apache.flink.runtime.jobgraph"),
 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-prometheus", 
"org.apache.flink.metrics.prometheus"),
 new OptionsClassLocation("flink-state-backends/flink-statebackend-rocksdb", 
"org.apache.flink.contrib.streaming.state"),
 new OptionsClassLocation("flink-table/flink-table-api-java", 
"org.apache.flink.table.api.config"),
 new OptionsClassLocation("flink-python", "org.apache.flink.python")
 };{code}

[~ouyangwuli] Are you interested in contributing a fix for this ticket yourself?

> When edit flink-metrics-influxdb,  need add metrics.md by hand
> --------------------------------------------------------------
>
>                 Key: FLINK-14831
>                 URL: https://issues.apache.org/jira/browse/FLINK-14831
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation, Runtime / Metrics
>            Reporter: ouyangwulin
>            Priority: Major
>
> When edit flink-metrics-influxdb, need add metrics.md by hand. AND 
> {code:java}
> mvn package -Dgenerate-config-docs -pl flink-docs -am -nsu -DskipTests{code}
> , Is not work



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to