hystrix.html 487 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
<div class="container">
  <div class="alert alert-error" ng-if="error">
    Unable to connect to Command Metric Stream '{{streamUrl}}'.<br>
    <b>Error:</b> {{ error }}
  </div>
  <sba-info-panel panel-title="Cuircuit Breakers">
    <sba-hystrix-command event-source="hystrixStream"></sba-hystrix-command>
  </sba-info-panel>

  <sba-info-panel panel-title="Thread Pools">
    <sba-hystrix-thread-pool event-source="hystrixStream"></sba-hystrix-thread-pool>
  </sba-info-panel>
13 14
</div>