|
@@ -14,6 +14,17 @@ Before [starting an upgrade](#upgrade-procedure), read through the rest of this
|
|
|
|
|
|
|
|
Highlighted breaking changes in 3.5.
|
|
Highlighted breaking changes in 3.5.
|
|
|
|
|
|
|
|
|
|
+#### Deprecate `etcd_debugging_mvcc_db_total_size_in_bytes` Prometheus metrics
|
|
|
|
|
+
|
|
|
|
|
+v3.4 promoted `etcd_debugging_mvcc_db_total_size_in_bytes` Prometheus metrics to `etcd_mvcc_db_total_size_in_bytes`, in order to encourage etcd storage monitoring. And v3.5 completely deprcates `etcd_debugging_mvcc_db_total_size_in_bytes`.
|
|
|
|
|
+
|
|
|
|
|
+```diff
|
|
|
|
|
+-etcd_debugging_mvcc_db_total_size_in_bytes
|
|
|
|
|
++etcd_mvcc_db_total_size_in_bytes
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+Note that `etcd_debugging_*` namespace metrics have been marked as experimental. As we improve monitoring guide, we will promote more metrics.
|
|
|
|
|
+
|
|
|
#### Deprecated in `etcd --logger capnslog`
|
|
#### Deprecated in `etcd --logger capnslog`
|
|
|
|
|
|
|
|
v3.4 defaults to `--logger=zap` in order to support multiple log outputs and structured logging.
|
|
v3.4 defaults to `--logger=zap` in order to support multiple log outputs and structured logging.
|