[
https://issues.apache.org/jira/browse/FLINK-11692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-11692.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
master: 2f2790ca1354a9a166dcdd1b8a713b5917aae9a9
> Add proxy support to DataDog MetricReporter
> -------------------------------------------
>
> Key: FLINK-11692
> URL: https://issues.apache.org/jira/browse/FLINK-11692
> Project: Flink
> Issue Type: New Feature
> Components: Runtime / Metrics
> Reporter: Scott Mitchell
> Assignee: Scott Mitchell
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)