Be more clear about the effect of the statusInterval number
This commit is contained in:
parent
ceb1bb7f50
commit
98967cdf88
@ -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: {
|
||||||
|
@ -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: {
|
||||||
|
@ -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: {
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user