[ https://issues.apache.org/jira/browse/FLINK-11692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-11692: ----------------------------------- Labels: pull-request-available (was: ) > Add Proxy for DataDog Metric Reporter > ------------------------------------- > > Key: FLINK-11692 > URL: https://issues.apache.org/jira/browse/FLINK-11692 > Project: Flink > Issue Type: Improvement > Components: Runtime / Metrics > Reporter: Scott Mitchell > Priority: Minor > Labels: pull-request-available > > There's no clear way currently to route just metric traffic through a proxy. > Although one can use java http proxy environment variables and an extensive > blacklist, the solution is far from elegant or robust. It would be great to > have a proxy option for the DataDog metric reporter, and other http metric > reporters if the solution is easily extendable. > > Additional sample config lines: > {code:java} > metrics.reporter.dghttp.proxyHost: my.proxy.com > metrics.reporter.dghttp.proxyPort: 8080{code} > > I can take this ticket myself, unless there is already another robust > solution to route just metric data through a proxy. -- This message was sent by Atlassian JIRA (v7.6.3#76005)