File tree 2 files changed +0
-4
lines changed
hystrix-dashboard/src/main/webapp/components/hystrixCommand
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ subprojects {
58
58
publishing {
59
59
publications {
60
60
nebula(MavenPublication ) {
61
- println (" project.name -> " + project. name)
62
61
if (! project. name. equals(" hystrix-dashboard" ) && ! project. name. equals(" hystrix-examples-webapp" )) {
63
62
pom. withXml {
64
63
configurations. compile. resolvedConfiguration. firstLevelModuleDependencies. each { dep ->
Original file line number Diff line number Diff line change 115
115
function convertAllAvg ( data ) {
116
116
convertAvg ( data , "errorPercentage" , true ) ;
117
117
convertAvg ( data , "latencyExecute_mean" , false ) ;
118
- convertAvg ( data , "latencyTotal_mean" , false ) ;
119
118
120
119
// the following will break when it becomes a compound string if the property is dynamically changed
121
120
convertAvg ( data , "propertyValue_metricsRollingStatisticalWindowInMilliseconds" , false ) ;
174
173
assertNotNull ( data , "currentConcurrentExecutionCount" ) ;
175
174
assertNotNull ( data , "latencyExecute_mean" ) ;
176
175
assertNotNull ( data , "latencyExecute" ) ;
177
- assertNotNull ( data , "latencyTotal_mean" ) ;
178
- assertNotNull ( data , "latencyTotal" ) ;
179
176
assertNotNull ( data , "propertyValue_circuitBreakerRequestVolumeThreshold" ) ;
180
177
assertNotNull ( data , "propertyValue_circuitBreakerSleepWindowInMilliseconds" ) ;
181
178
assertNotNull ( data , "propertyValue_circuitBreakerErrorThresholdPercentage" ) ;
You can’t perform that action at this time.
0 commit comments