Skip to content

Commit

Permalink
fix(ecs): Remove dummy metrics values from cluster detail pane (#8137)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisaurus committed Apr 7, 2020
1 parent ba41443 commit 509c036
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,27 +193,6 @@ <h3 class="horizontal middle space-between flex-1" select-on-dbl-click>
<dd ng-if="ctrl.serverGroup.metricAlarms.length <= 0"><i>There are no scaling policies assigned.</i></dd>
</dl>
</collapsible-section>
<collapsible-section heading="Metrics" expanded="false">
<i>Example values below</i>

<dl class="horizontal-when-filters-collapsed">
<dt>Average CPU Utilization last 15 minutes</dt>
<dd>90%</dd>
<!-- TODO - Make the values reflect the current state of the server group -->

<dt>Average CPU Utilization last 24 hours</dt>
<dd>30%</dd>
<!-- TODO - Make the values reflect the current state of the server group -->

<dt>Average memory Utilization last 15 minutes</dt>
<dd>40%</dd>
<!-- TODO - Make the values reflect the current state of the server group -->

<dt>Average memory Utilization last 24 hours</dt>
<dd>45%</dd>
<!-- TODO - Make the values reflect the current state of the server group -->
</dl>
</collapsible-section>
<collapsible-section heading="Build data" ng-if="ctrl.serverGroup.buildInfo && ctrl.serverGroup.buildInfo.jenkins">
<dl class="horizontal-when-filters-collapsed">
<dt>Job</dt>
Expand Down

0 comments on commit 509c036

Please sign in to comment.