From d0e40ee83b6d602865376227faf571bd41e39945 Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Wed, 25 Mar 2015 17:08:40 -0700 Subject: [PATCH] Add semaphore-rejected metric to commands in Hystrix dashboard --- .../components/hystrixCommand/templates/hystrixCircuit.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html index e50a3524c..58b8aaa03 100644 --- a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html +++ b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html @@ -9,6 +9,9 @@ <%= addCommas(rollingCountTimeout) %> <%= addCommas(rollingCountThreadPoolRejected) %> <% } %> + <% if(propertyValue_executionIsolationStrategy == 'SEMAPHORE') { %> + <%= addCommas(rollingCountSemaphoreRejected) %> + <% } %> <%= addCommas(rollingCountFailure) %>