-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of improve client RPC metrics consistency into release/1.17.x (
#19843) * backport of commit 06507fe * backport of commit 14e1605 * backport of commit 088ec70 --------- Co-authored-by: Jared Kirschner <[email protected]>
- Loading branch information
1 parent
44a5aba
commit 1a5ace0
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
```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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters