CHANGELOG updating changelogs for etcd_disk_defrag_inflight backport

This commit is contained in:
Geeta Gharpure 2021-10-06 11:09:50 -07:00
parent b571ec5e67
commit 0804aae754
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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