Skip to content

Commit

Permalink
Merge pull request #753 from mattrjacobs/add-timeout-to-dashboard-for…
Browse files Browse the repository at this point in the history
…-semaphore-cmds

Add timed-out metrics to dashboard for semaphore commands
  • Loading branch information
mattrjacobs committed Apr 13, 2015
2 parents 71f23be + b557e17 commit a61e079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</div>

<div class="cell borderRight">
<a href="javascript://" title="Timed-out Request Count" class="line tooltip timeout"><%= addCommas(rollingCountTimeout) %></a>
<% if(propertyValue_executionIsolationStrategy == 'THREAD') { %>
<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') { %>
Expand Down

0 comments on commit a61e079

Please sign in to comment.