...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
<div class="d-flex">
|
|
|
<img src="../src/style/img/fault/apm.gif">
|
|
|
<h3 style="margin-left: 10px;color: #666666;font-size: 18px">APM</h3>
|
|
|
<div style="width: calc(100% - 170px);line-height: 54px;font-size: 14px" class="align-right">
|
|
|
<div style="width: calc(100% - 200px);line-height: 54px;font-size: 14px" class="align-right">
|
|
|
<a class="m-r-20" v-if="card && card.length > 0" @click="openMoreDialog">更多</a>
|
|
|
<a v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseApm()">{{cardName}}</a>
|
|
|
</div>
|
...
|
...
|
@@ -62,26 +62,26 @@ |
|
|
<div style="padding-top: 30px;font-size: 18px;color: #333333">应用:<span class="text-link">{{item.applicationName}}</span></div>
|
|
|
<hr style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#aed6f4 size=1>
|
|
|
<div style="text-align: left;display: flex;margin-top: 10px;margin-left: 76px;font-size: 18px;">
|
|
|
<div style="width: 200px;margin-left: 10px;display: flex;align-self: center;">
|
|
|
<div style="width: 230px;display: flex;align-self: center;">
|
|
|
<img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px;width: 95px">响应时间:</span>
|
|
|
<span style="margin: 0px 6px;width: 133px;">响应时间告警量:</span>
|
|
|
<span class="text-link">{{item.responseNum}}</span>
|
|
|
</div>
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;">
|
|
|
<img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 95px">Fullgc:</span>
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 115px;">Fullgc告警量:</span>
|
|
|
<span class="text-link">{{item.FullGcNum}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="text-align: left;display: flex;margin-top: 10px;margin-left: 76px;font-size: 18px;">
|
|
|
<div style="width: 200px;margin-left: 10px;display: flex;align-self: center;">
|
|
|
<div style="width: 230px;display: flex;align-self: center;">
|
|
|
<img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px;width: 95px">线程总数:</span>
|
|
|
<span style="margin: 0px 6px;width: 133px;">线程总数告警量:</span>
|
|
|
<span class="text-link">{{item.threadNum}}</span>
|
|
|
</div>
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;">
|
|
|
<img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 95px">错误率:</span>
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 115px;">错误率告警量:</span>
|
|
|
<span class="text-link">{{item.errorNum}}</span>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|