From d5a31db3642d1dd3d784d8f25a307ff895d8a45d Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Tue, 9 Apr 2019 09:44:44 -0400 Subject: [PATCH] CHANGELOG: add "allow gRPC proxy to expose to endpoint /metrics" PR Signed-off-by: Sam Batschelet --- CHANGELOG-3.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 21bd01208fe0..7c62e3837ec7 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -221,6 +221,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix missing [`etcd_network_peer_sent_failures_total`](https://github.com/etcd-io/etcd/pull/9437) Prometheus metric count. - Fix [`etcd_debugging_server_lease_expired_total`](https://github.com/etcd-io/etcd/pull/9557) Prometheus metric. - Fix [race conditions in v2 server stat collecting](https://github.com/etcd-io/etcd/pull/9562). +- Fix [allow gRPC proxy to expose to endpoint /metrics](https://github.com/etcd-io/etcd/pull/10618). + - The metrics that were exposed via the proxy were not for the etcd server members but of the proxy itself. ### Security, Authentication @@ -438,6 +440,8 @@ Note: **v3.5 will deprecate `etcd --log-package-levels` flag for `capnslog`**; ` - Especially, gRPC proxy was affected, since it detects a leader loss with a key `"proxy-namespace__lostleader"` and a watch revision `"int64(math.MaxInt64 - 2)"`. - Now, this server-side panic has been fixed. - Fix [memory leak in cache layer](https://github.com/etcd-io/etcd/pull/10327). +- Fix [allow gRPC proxy to expose to endpoint /metrics](https://github.com/etcd-io/etcd/pull/10618). + - The metrics that were exposed via the proxy were not for the etcd server members but of the proxy itself. ### gRPC gateway