mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
d3e658b0e7
The client.rpc metric now excludes internal retries for consistency with client.rpc.exceeded and client.rpc.failed. All of these metrics now increment at most once per RPC method call, allowing for accurate calculation of failure / rate limit application occurrence. Additionally, if an RPC fails because no servers are present, client.rpc.failed is now incremented.
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
```release-note:improvement
|
|
metrics: modify consul.client.rpc metric to exclude internal retries for consistency with consul.client.rpc.exceeded and consul.client.rpc.failed
|
|
```
|
|
```release-note:improvement
|
|
metrics: increment consul.client.rpc.failed if RPC fails because no servers are accessible
|
|
```
|