Update stat.html text and format
This commit is contained in:
27
stat.html
27
stat.html
@@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -40,7 +41,29 @@
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<p>The statistics represent hits & queries on all servers attached to the database.
|
||||
Multiple servers are served by each database server.</p>
|
||||
<p>The statistics represent hits & queries on all servers in the cluster.</p>
|
||||
<table style="margin:auto;text-align:left;">
|
||||
<tr>
|
||||
<th>An OwlBoard Cluster consists of:</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kubernetes environment with suitable ingress configured</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>At least one MongoDB database (maybe clustered across multiple instances)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>At most one db-manager (Run as a initContainer and optionally as a CronJob)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>At least one backend server</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>At least one web server service (Caching is done at this level so more than one service may increase API hits)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user