Move http request metric to the agent section

This commit is contained in:
Kyle Havlovitz 2017-10-04 17:36:10 -07:00
parent a3e9ac5840
commit 766d1259d8
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 6 additions and 6 deletions

View File

@ -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>