mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Correct rpc telemetry docs (#4602)
This commit is contained in:
parent
4c5758d891
commit
fbe45513d8
@ -742,13 +742,13 @@ These metrics are used to monitor the health of the Consul servers.
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`consul.rpc.query`</td>
|
||||
<td>This increments when a server receives a (potentially blocking) RPC query.</td>
|
||||
<td>This increments when a server sends a (potentially blocking) RPC query.</td>
|
||||
<td>queries</td>
|
||||
<td>counter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`consul.rpc.cross-dc`</td>
|
||||
<td>This increments when a server receives a (potentially blocking) cross datacenter RPC query.</td>
|
||||
<td>This increments when a server sends a (potentially blocking) cross datacenter RPC query.</td>
|
||||
<td>queries</td>
|
||||
<td>counter</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user