Correct rpc telemetry docs (#4602)

pull/4604/head
Freddy 6 years ago committed by GitHub
parent 4c5758d891
commit fbe45513d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save