Skip to content

Commit

Permalink
CHANGELOG: backport quota size limit metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Jul 3, 2018
1 parent 0aed7e0 commit 4588f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.1.18...v3.1.19) and
Note that any `etcd_debugging_*` metrics are experimental and subject to change.

- Add [`etcd_server_slow_read_indexes_total`](https://github.com/coreos/etcd/pull/9897) Prometheus metric.
- Add [`etcd_server_quota_backend_bytes`](https://github.com/coreos/etcd/pull/9820) Prometheus metric.


## [v3.1.18](https://github.com/coreos/etcd/releases/tag/v3.1.18) (2018-06-15)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.2.23...v3.2.24) and
Note that any `etcd_debugging_*` metrics are experimental and subject to change.

- Add [`etcd_server_slow_read_indexes_total`](https://github.com/coreos/etcd/pull/9897) Prometheus metric.
- Add [`etcd_server_quota_backend_bytes`](https://github.com/coreos/etcd/pull/9820) Prometheus metric.

### gRPC Proxy

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.3.8...v3.3.9) and [
Note that any `etcd_debugging_*` metrics are experimental and subject to change.

- Add [`etcd_server_slow_read_indexes_total`](https://github.com/coreos/etcd/pull/9897) Prometheus metric.
- Add [`etcd_server_quota_backend_bytes`](https://github.com/coreos/etcd/pull/9820) Prometheus metric.


## [v3.3.8](https://github.com/coreos/etcd/releases/tag/v3.3.8) (2018-06-15)
Expand Down

0 comments on commit 4588f89

Please sign in to comment.