It is "cacheDns", not "dnsCache"
See https://github.com/sivy/node-statsd/issues/38
This commit is contained in:
parent
bd9a21b805
commit
dbae0eeb31
2
NEWS.md
2
NEWS.md
@ -9,7 +9,7 @@ Enhancements:
|
||||
- Do not log an error on GET / (#177)
|
||||
- Do not UNWATCH on every redis client release (#161)
|
||||
- Include API docs (#164)
|
||||
- Add "dnsCache" statsd setting in the example configs
|
||||
- Add "cacheDns" statsd setting in the example configs
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
@ -65,7 +65,7 @@ var config = {
|
||||
host: 'localhost',
|
||||
port: 8125,
|
||||
prefix: 'dev.',
|
||||
dnsCache: true
|
||||
cacheDns: true
|
||||
// support all allowed node-statsd options
|
||||
}
|
||||
,renderer: {
|
||||
|
@ -59,7 +59,7 @@ var config = {
|
||||
host: 'localhost',
|
||||
port: 8125,
|
||||
prefix: ':host.', // could be hostname, better not containing dots
|
||||
dnsCache: true
|
||||
cacheDns: true
|
||||
// support all allowed node-statsd options
|
||||
}
|
||||
,renderer: {
|
||||
|
@ -59,7 +59,7 @@ var config = {
|
||||
host: 'localhost',
|
||||
port: 8125,
|
||||
prefix: 'stage.:host.',
|
||||
dnsCache: true
|
||||
cacheDns: true
|
||||
// support all allowed node-statsd options
|
||||
}
|
||||
,renderer: {
|
||||
|
@ -59,7 +59,7 @@ var config = {
|
||||
host: 'localhost',
|
||||
port: 8125,
|
||||
prefix: 'test.:host.',
|
||||
dnsCache: true
|
||||
cacheDns: true
|
||||
// support all allowed node-statsd options
|
||||
}
|
||||
,renderer: {
|
||||
|
Loading…
Reference in New Issue
Block a user