Added new ACL blocked Metrics to telemetry.html

This commit is contained in:
Pierre Souchay 2018-07-09 11:36:33 +02:00
parent ff53648df2
commit a937c7fa70
1 changed files with 12 additions and 0 deletions

View File

@ -138,6 +138,18 @@ This is a full list of metrics emitted by Consul.
<th>Unit</th>
<th>Type</th>
</tr>
<tr>
<td>`consul.acl.blocked.service.registration`</td>
<td>This increments whenever a deregistration fails for a service (blocked by an ACL)</td>
<td>requests</td>
<td>counter</td>
</tr>
<tr>
<td>`consul.acl.blocked.&lt;check|node|service&gt;.registration`</td>
<td>This increments whenever a registration fails for an entity (check, node or service) is blocked by an ACL</td>
<td>requests</td>
<td>counter</td>
</tr>
<tr>
<td>`consul.client.rpc`</td>
<td>This increments whenever a Consul agent in client mode makes an RPC request to a Consul server. This gives a measure of how much a given agent is loading the Consul servers. Currently, this is only generated by agents in client mode, not Consul servers.</td>