Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Cleanup GC Duration chart by eliminated red High/low bars. Also fix s…
Browse files Browse the repository at this point in the history
…pacing around GC label.
  • Loading branch information
mtho11 committed Jul 28, 2015
1 parent ced86f4 commit cd5f2d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 class="pull-left">JVM Status</h3>
<span class="hk-item">Average Heap Usage</span>
</div>
<div class="col-sm-3 hk-summary-item">
<span class="hk-data" ng-show="vm.accGCDuration">{{ vm.accGCDuration }}ms</span>
<span class="hk-data" ng-show="vm.accGCDuration">{{ vm.accGCDuration }} ms</span>
<span class="hk-data" ng-hide="vm.accGCDuration">n/a</span>
<span class="hk-item">Accumulated GC Duration</span>
</div>
Expand Down Expand Up @@ -98,6 +98,7 @@ <h2>Accumulated GC Duration</h2>
chart-type="histogram"
alert-value="{{vm.threshold}}"
use-zero-min-value="true"
hide-high-low-values="true"
y-axis-units="GC Duration (ms)"
chart-height="250">
</hawkular-chart>
Expand Down

0 comments on commit cd5f2d9

Please sign in to comment.