From 6feb7abe572aec9e7ae2eb930240faeb47ade2a4 Mon Sep 17 00:00:00 2001 From: FFMMM Date: Thu, 7 Apr 2022 11:35:06 -0700 Subject: [PATCH] add changelog for rpc metric improv project (#12709) Co-authored-by: Dhia Ayachi --- .changelog/12311.txt | 3 +++ .changelog/12573.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .changelog/12311.txt create mode 100644 .changelog/12573.txt diff --git a/.changelog/12311.txt b/.changelog/12311.txt new file mode 100644 index 000000000..42bcc8f0f --- /dev/null +++ b/.changelog/12311.txt @@ -0,0 +1,3 @@ +```release-note:note +Forked net/rpc to add middleware support: https://github.com/hashicorp/consul-net-rpc/ . +``` \ No newline at end of file diff --git a/.changelog/12573.txt b/.changelog/12573.txt new file mode 100644 index 000000000..28c9825aa --- /dev/null +++ b/.changelog/12573.txt @@ -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`. \ No newline at end of file