Skip to content

Commit

Permalink
CHANGELOG-3.6 Add etcd_disk_defrag_inflight to indicate if defrag is …
Browse files Browse the repository at this point in the history
…active
  • Loading branch information
Geeta Gharpure committed Oct 4, 2021
1 parent 2d7a7d7 commit 205720c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG-3.5.md
Expand Up @@ -122,7 +122,6 @@ 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/13371).

### etcd server

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG-3.6.md
Expand Up @@ -28,3 +28,10 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).
- Package `mvcc/buckets` was moved to `storage/schema`
- Package `wal` was moved to `storage/wal`
- Package `datadir` was moved to `storage/datadir`


### Metrics, Monitoring

See [List of metrics](https://etcd.io/docs/latest/metrics/) for all metrics per release.

- Add [`etcd_disk_defrag_inflight`](https://github.com/etcd-io/etcd/pull/13371).

0 comments on commit 205720c

Please sign in to comment.