doc: 增加健康检查说明

This commit is contained in:
Argo Zhang 2019-08-14 20:08:26 +08:00
parent 8cd3580061
commit 301b66bedc
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,14 @@
健康检查结果
</div>
<div class="card-body">
<div class="alert alert-info" role="alert" asp-condition="true">
<p>本功能应用场景为发布后通过调用<b>健康检查</b>进行系统自我检测</p>
<ol>
<li>健康检查接口地址: <a href="~/healths">healths</a></li>
<li>健康检查报表地址: <a href="~/healths-ui">healths-ui</a></li>
</ol>
<div>每项检查结果为:健康 亚健康 不健康</div>
</div>
<div>耗时:<span id="checkTotalEplsed">--</span></div>
<table id="tbCheck"></table>
</div>