Move http request metric to the agent section
This commit is contained in:
parent
d5fec6b7ac
commit
bd0c0cecc0
|
@ -128,6 +128,12 @@ These metrics are used to monitor the health of specific Consul agents.
|
|||
<td>ms</td>
|
||||
<td>timer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`consul.http.<verb>.<path>`</td>
|
||||
<td>This tracks how long it takes to service the given HTTP request for the given verb and path. Paths do not include details like service or key names, for these an underscore will be present as a placeholder (eg. `consul.http.GET.v1.kv._`)</td>
|
||||
<td>ms</td>
|
||||
<td>timer</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Server Health
|
||||
|
@ -447,12 +453,6 @@ These metrics give insight into the health of the cluster as a whole.
|
|||
<td>events / interval</td>
|
||||
<td>counter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`consul.http.<verb>.<path>`</td>
|
||||
<td>This tracks how long it takes to service the given HTTP request for the given verb and path. Paths do not include details like service or key names, for these an underscore will be present as a placeholder (eg. `consul.http.GET.v1.kv._`)</td>
|
||||
<td>ms</td>
|
||||
<td>timer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`consul.autopilot.failure_tolerance`</td>
|
||||
<td>This tracks the number of voting servers that the cluster can lose while continuing to function.</td>
|
||||
|
|
Loading…
Reference in New Issue