Skip to content

Commit

Permalink
Merge pull request Netflix#728 from mattrjacobs/add-semaphore-rejecte…
Browse files Browse the repository at this point in the history
…d-to-dashboard

Add semaphore-rejected metric to commands in Hystrix dashboard
  • Loading branch information
mattrjacobs committed Mar 26, 2015
2 parents 1484e70 + d0e40ee commit 7983885
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<a href="javascript://" title="Timed-out Request Count" class="line tooltip timeout"><%= addCommas(rollingCountTimeout) %></a>
<a href="javascript://" title="Threadpool Rejected Request Count" class="line tooltip rejected"><%= addCommas(rollingCountThreadPoolRejected) %></a>
<% } %>
<% if(propertyValue_executionIsolationStrategy == 'SEMAPHORE') { %>
<a href="javascript://" title="Semaphore Rejected Request Count" class="line tooltip rejected"><%= addCommas(rollingCountSemaphoreRejected) %></a>
<% } %>
<a href="javascript://" title="Failure Request Count" class="line tooltip failure"><%= addCommas(rollingCountFailure) %></a>
</div>
<div class="cell borderRight">
Expand Down

0 comments on commit 7983885

Please sign in to comment.