Hystrix
Hystrix copied to clipboard
metrics.rollingPercentile.enabled do not disable percentile calculation when set to false
The configuration property metrics.rollingPercentile.enabled do not disable anything when set to false. This seems to be changed since 1.5.x version.
+1 Anything new about that?
Could anyone from maintainers take a look at this, and confirm whether it is known bug, or we are missing something?
I have prepared a fix for this. Could please someone take a look: https://github.com/Netflix/Hystrix/pull/1840
+1 Anything new about that?
Hi! Sorry to 'revive' such an old thread, but we are encountering issues realated to this... Not only is a quite big chunk of ram (75 MB aprox) going into latency metrics (even trying to get them disabled as per this issue), but this chunk is not being garbage collected on application (but not server) restarts... I see the PR was not merged in the end... @NZvereff did you manage to apply it successfully and ketp it in use in your case? Thanks!