add changelog for rpc metric improv project (#12709)

Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
This commit is contained in:
FFMMM 2022-04-07 11:35:06 -07:00 committed by GitHub
parent a2c28526a7
commit 6feb7abe57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
.changelog/12311.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:note
Forked net/rpc to add middleware support: https://github.com/hashicorp/consul-net-rpc/ .
```

3
.changelog/12573.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:feature
rpc: (beta): add a new metric `consul.rpc.server.call` with labels
for `method`, `errored`, `rpc_type`, `request_type`.