mirror of https://github.com/status-im/consul.git
Added new ACL blocked Metrics to telemetry.html
This commit is contained in:
parent
ff53648df2
commit
a937c7fa70
|
@ -138,6 +138,18 @@ This is a full list of metrics emitted by Consul.
|
||||||
<th>Unit</th>
|
<th>Unit</th>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
</tr>
|
</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.<check|node|service>.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>
|
<tr>
|
||||||
<td>`consul.client.rpc`</td>
|
<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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue