Netflix / rend

A memcached proxy that manages data chunking and L1 / L2 caches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow histograms to be configured at the command line

ScottMansfield opened this issue · comments

Get requests are sampled because some caches at Netflix have a very high volume of gets with a relatively low volume of other commands. The sampling rate and commands that are sampled are hard-coded. This should be customizable so caches with a relatively low volume of gets per server can still get good stats.

This is superseded by issue #88 where this configuration will not be necessary. I believe that approach to be better overall because it can dynamically react, whereas this type of solution would require many other moving pieces.