Skip to content

Commit 61d54cb

Browse files
authored
Merge pull request etcd-io#21090 from ahrtr/20260106_changelog
Update changelog to cover the new metrics
2 parents 10838fc + 4431224 commit 61d54cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG/CHANGELOG-3.7.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,14 @@ Previous change logs can be found at [CHANGELOG-3.6](https://github.com/etcd-io/
4646
### etcdutl
4747

4848
- [Add a timeout flag to all etcdutl commands](https://github.com/etcd-io/etcd/pull/20708) when waiting to acquire a file lock on the database file.
49+
50+
### Metrics, Monitoring
51+
52+
See [List of metrics](https://etcd.io/docs/latest/metrics/) for all metrics per release.
53+
54+
- Add [`etcd_server_request_duration_seconds`](https://github.com/etcd-io/etcd/pull/21038).
55+
- Add [the following metrics related to watch send loop](https://github.com/etcd-io/etcd/pull/21030),
56+
- etcd_debugging_server_watch_send_loop_watch_stream_duration_seconds
57+
- etcd_debugging_server_watch_send_loop_watch_stream_duration_per_event_seconds
58+
- etcd_debugging_server_watch_send_loop_control_stream_duration_seconds
59+
- etcd_debugging_server_watch_send_loop_progress_duration_seconds

0 commit comments

Comments
 (0)