-
Notifications
You must be signed in to change notification settings - Fork 9.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHANGELOG-3.2: update from #7892 #9948
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9948 +/- ##
==========================================
+ Coverage 69.12% 69.15% +0.03%
==========================================
Files 386 386
Lines 35784 35784
==========================================
+ Hits 24735 24746 +11
- Misses 9232 9236 +4
+ Partials 1817 1802 -15
Continue to review full report at Codecov.
|
CHANGELOG-3.2.md
Outdated
@@ -28,7 +28,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. | |||
- Add [`etcd_mvcc_db_total_size_in_bytes`](https://github.com/coreos/etcd/pull/9819) Prometheus metric. | |||
- In addition to [`etcd_debugging_mvcc_db_total_size_in_bytes`](https://github.com/coreos/etcd/pull/9819). | |||
- Add [`etcd_mvcc_db_total_size_in_use_in_bytes`](https://github.com/coreos/etcd/pull/9256) Prometheus metric. | |||
- Use it with `etcd_mvcc_db_total_size_in_bytes` and `etcd_mvcc_db_total_size_in_use_in_bytes`. | |||
- Use it with `etcd_server_quota_backend_bytes` and `etcd_mvcc_db_total_size_in_use_in_bytes`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this change? We already have this change log in line 22?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is kinda repeating with line 22. We could either remove line 31 completely, or I think we were trying to say use the three metrics (etcd_mvcc_db_total_size_in_use_in_bytes, etcd_server_quota_backend_bytes and etcd_mvcc_db_total_size_in_bytes) together, before it mentioned etcd_mvcc_db_total_size_in_use_in_bytes again but didn't say etcd_server_quota_backend_bytes. Well, apparently I changed the wrong thing though, I meant to s/etcd_mvcc_db_total_size_in_use_in_bytes/etcd_server_quota_backend_bytes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I just noticed that. Yeah they are redundant.
I think we need the same change from a47f0a0 for 3.2 changelog? |
@wenjiaswe Ping? Once we update this, we are ready for patch release. Thanks. |
82b712a
to
7b71022
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I thought we are missing changes from a47f0a0, but I see it now. LGTM thanks!
@wenjiaswe Can you also help merge #9950? So we do not do this kind of manual checking? Thanks! |
Yes, will do! |
CHANGELOG-3.2: update from #7892