Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 619aec3

Browse files
committed
monitoring doc
1 parent 1a68798 commit 619aec3

File tree

1 file changed

+8
-44
lines changed

1 file changed

+8
-44
lines changed

docs/sql/monitoring.md

Lines changed: 8 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,14 @@ implemented.
1414

1515
The meaning of fields in the response is as follows:
1616

17-
<table>
18-
<colgroup>
19-
<col style="width: 30%" />
20-
<col style="width: 69%" />
21-
</colgroup>
22-
<thead>
23-
<tr class="header">
24-
<th>Field name</th>
25-
<th>Description</th>
26-
</tr>
27-
</thead>
28-
<tbody>
29-
<tr class="odd">
30-
<td><blockquote>
31-
<p>request_total</p>
32-
</blockquote></td>
33-
<td><blockquote>
34-
<p>Total count of request</p>
35-
</blockquote></td>
36-
</tr>
37-
<tr class="even">
38-
<td><blockquote>
39-
<p>request_count</p>
40-
</blockquote></td>
41-
<td><blockquote>
42-
<p>Total count of request within the interval</p>
43-
</blockquote></td>
44-
</tr>
45-
<tr class="odd">
46-
<td>failed_request_count_syserr</td>
47-
<td>Count of failed request due to system error within the interval</td>
48-
</tr>
49-
<tr class="even">
50-
<td>failed_request_count_cuserr</td>
51-
<td>Count of failed request due to bad request within the interval</td>
52-
</tr>
53-
<tr class="odd">
54-
<td><blockquote>
55-
<p>failed_request_count_cb</p>
56-
</blockquote></td>
57-
<td>Indicate if plugin is being circuit broken within the interval</td>
58-
</tr>
59-
</tbody>
60-
</table>
17+
| Field name| Description|
18+
| ------------------------- | ------------------------------------------------------------- |
19+
| request_total| Total count of request|
20+
| request_count| Total count of request within the interval|
21+
|failed_request_count_syserr|Count of failed request due to system error within the interval|
22+
|failed_request_count_cuserr| Count of failed request due to bad request within the interval|
23+
| failed_request_count_cb| Indicate if plugin is being circuit broken within the interval|
24+
6125

6226
### Example
6327

0 commit comments

Comments
 (0)