assets.components.hystrixThreadPool.templates.hystrixThreadPool.html Maven / Gradle / Ivy
Active
<%= currentActiveCount%>
Max Active
<%= addCommas(rollingMaxActiveThreads)%>
Queued
<%= currentQueueSize %>
Executions
<%= addCommas(rollingCountThreadsExecuted)%>
Pool Size
<%= currentPoolSize %>
Queue Size
<%= propertyValue_queueSizeRejectionThreshold %>