Add statsd prefix in test example config

Still doesn't add automated testing (#157) but makes manual
testing easier.
This commit is contained in:
Sandro Santilli 2014-02-21 16:57:02 +01:00
parent 8e68716d16
commit d2d7bba357

View File

@ -58,7 +58,7 @@ var config = {
,statsd: {
host: 'localhost',
port: 8125,
prefix: 'test.'
prefix: 'test.:host.'
// support all allowed node-statsd options
}
,renderer: {