Add Note about requiring deleteIdleStats: true

This commit is contained in:
Dan Rowe 2013-10-03 10:37:43 -04:00
Родитель a68dcb4fc9
Коммит b3beaa26e7
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -20,5 +20,11 @@ It handles a simple health check that dynamically recalculates the hashring if a
Config Options are documented in the [exampleProxyConfig.js][exampleProxyConfig.js]
Notes
--------------
In your statsd configuration make sure to have the following configuration set: `deleteIdleStats: true`
We plan to remove this restriction in the near future: [#pull/348][pull_348]
[exampleProxyConfig.js]: https://github.com/etsy/statsd/blob/master/exampleProxyConfig.js
[pull_348]: https://github.com/etsy/statsd/pull/348