mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Adds a note about HTTP telemetry.
This commit is contained in:
parent
3ddeae9d2f
commit
7b80f5d278
@ -177,4 +177,10 @@ These metrics give insight into the health of the cluster as a whole.
|
||||
<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. Note that 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user