From 0804aae7545ea741bd3a935f6cc807ce86f2663c Mon Sep 17 00:00:00 2001 From: Geeta Gharpure Date: Wed, 6 Oct 2021 11:09:50 -0700 Subject: [PATCH] CHANGELOG updating changelogs for etcd_disk_defrag_inflight backport --- CHANGELOG-3.4.md | 1 + CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 551f97b1f..032760adc 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -163,6 +163,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.10...v3.4.11) an ### Metrics, Monitoring - Add [`os_fd_used` and `os_fd_limit` to monitor current OS file descriptors](https://github.com/etcd-io/etcd/pull/12214). +- Add [`etcd_disk_defrag_inflight`](https://github.com/etcd-io/etcd/pull/13397). ### Go diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index e2a52bff0..9845595a0 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -129,6 +129,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [`etcd_wal_write_bytes_total`](https://github.com/etcd-io/etcd/pull/11738). - Add [`etcd_debugging_auth_revision`](https://github.com/etcd-io/etcd/commit/f14d2a087f7b0fd6f7980b95b5e0b945109c95f3). - Add [`os_fd_used` and `os_fd_limit` to monitor current OS file descriptors](https://github.com/etcd-io/etcd/pull/12214). +- Add [`etcd_disk_defrag_inflight`](https://github.com/etcd-io/etcd/pull/13395). ### etcd server