You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Currently GraphiteReportConfig is hard coded to use Graphite (TCP), so code needs to be changed to support using GraphiteUDP. You are welcome to submit a pull request.
Regards,
Yuesong
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that there is the possibility to use UPD instead of TCP (https://github.com/dropwizard/metrics/blob/3.2-development/metrics-graphite/src/main/java/com/codahale/metrics/graphite/GraphiteUDP.java)
Is there is any way to activate this from the config?
Regards
The text was updated successfully, but these errors were encountered: