[
https://issues.apache.org/jira/browse/FLINK-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594486#comment-15594486
]
ASF GitHub Bot commented on FLINK-4780:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2677
[FLINK-4780] Make GraphiteReporter protocol configurable
This PR allows the GraphiteReporter to use UDP for the data transmission.
This is configured by setting metrics.reporter.<name>.protocol to either TCP or
UDP.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 4780_metrics_graphite_udp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2677.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2677
----
commit fa70065bc7cf4ef7bf9f2d00d4d3ad5e5836f6bb
Author: zentol <[email protected]>
Date: 2016-10-09T09:19:38Z
[FLINK-4780] Make GraphiteReporter protocol configurable
----
> Ability to use UDP protocol in metrics-graphite
> -----------------------------------------------
>
> Key: FLINK-4780
> URL: https://issues.apache.org/jira/browse/FLINK-4780
> Project: Flink
> Issue Type: Improvement
> Components: Metrics
> Affects Versions: 1.1.2
> Reporter: Maciej Prochniak
> Assignee: Chesnay Schepler
> Priority: Minor
>
> GraphiteSender in dropwizard metrics has ability to send metrics with TCP or
> UDP sockets. I'd like to be able to configure that, as UDP is our default
> protocol to interact with influxdb and TCP version has some problems when
> restarting metrics database
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)