From 700c9a50c39e0bed4f3c17eebc2d4cceeb51a65b Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 10 Nov 2017 11:00:51 -0800 Subject: [PATCH] CHANGELOG: highlight metrics change in v3.1 Signed-off-by: Gyu-Ho Lee --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a1c0f7b..f2e3f43c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -326,6 +326,11 @@ See [upgrade 3.1](https://github.com/coreos/etcd/blob/master/Documentation/upgra ### Changed +- Deprecated following gRPC metrics in favor of [go-grpc-prometheus](https://github.com/grpc-ecosystem/go-grpc-prometheus): + - `etcd_grpc_requests_total` + - `etcd_grpc_requests_failed_total` + - `etcd_grpc_active_streams` + - `etcd_grpc_unary_requests_duration_seconds` - etcd uses default route IP if advertise URL is not given - Cluster rejects removing members if quorum will be lost - SRV records (e.g., infra1.example.com) must match the discovery domain (i.e., example.com) if no custom certificate authority is given