CHANGELOG:add wal write system call metrics observation

Signed-off-by: Qiuyu Wu <qiuyu.wu@shopee.com>
This commit is contained in:
Qiuyu Wu 2024-04-07 10:11:29 +08:00
parent 84e67ffaf6
commit 723f45feb8

View File

@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- Fix [LeaseTimeToLive returns error if leader changed](https://github.com/etcd-io/etcd/pull/17704).
- Add [metrics `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/17616).
### Package `clientv3`
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17641).