In order to fix issue with TPS in hystrix-dashboard threadpool section, removing average calculation for propertyValue_metricsRollingStatisticalWindowInMilliseconds. This was done for hystrixCommand.js previously but not for hystrixThreadpool.js.
This commit is contained in:
committed by
Spencer Gibb
parent
df7f31098c
commit
798a4bb2b9
@@ -91,9 +91,6 @@
|
||||
|
||||
function converAllAvg(data) {
|
||||
convertAvg(data, "propertyValue_queueSizeRejectionThreshold", false);
|
||||
|
||||
// the following will break when it becomes a compound string if the property is dynamically changed
|
||||
convertAvg(data, "propertyValue_metricsRollingStatisticalWindowInMilliseconds", false);
|
||||
}
|
||||
|
||||
function convertAvg(data, key, decimal) {
|
||||
|
||||
Reference in New Issue
Block a user