Be more clear about the effect of the statusInterval number

This commit is contained in:
Raul Ochoa 2014-10-15 16:25:35 +02:00
parent ceb1bb7f50
commit 98967cdf88
4 changed files with 4 additions and 4 deletions

View File

@ -114,7 +114,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
}, },
emitter: { emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
} }
} }
,sqlapi: { ,sqlapi: {

View File

@ -108,7 +108,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
}, },
emitter: { emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
} }
} }
,sqlapi: { ,sqlapi: {

View File

@ -108,7 +108,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
}, },
emitter: { emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
} }
} }
,sqlapi: { ,sqlapi: {

View File

@ -108,7 +108,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
}, },
emitter: { emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
} }
} }
,sqlapi: { ,sqlapi: {