Skip to content

Commit 335275f

Browse files
Merge pull request #283825 from code-sidd/deprecate
new changes deperecation
2 parents 7aed96a + c25d114 commit 335275f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

articles/mysql/flexible-server/concepts-accelerated-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Database servers with mission-critical workloads demand robust performance, requ
4545

4646
- The Accelerated logs feature is currently available only in specific regions. [Learn more about supported regions](#regions).
4747

48-
- After the accelerated logs feature is activated, any previously configured value for the ["binlog_expire_seconds"](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds) server parameter will be disregarded and not considered.
48+
- After the accelerated logs feature is activated, any previously configured value for the ["binlog_expire_logs_seconds"](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds) server parameter will be disregarded and not considered.
4949

5050
## Regions
5151

articles/mysql/flexible-server/concepts-service-tiers-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The detailed specifications of the available server types are as follows for the
105105
| Standard_E48ads_v5 | 48 | 384 | 528 | 48000 | 65536 | 906 |
106106
| Standard_E64ds_v4 | 64 | 504 | 693 | 64000 | 86016 | 1224 |
107107
| Standard_E64ads_v5 | 64 | 504 | 693 | 64000 | 86016 | 1224 |
108-
| Standard_E80ids_v4 | 80 | 504 | 693 | 72000 | 86016 | 1224 |
108+
| Standard_E80ds_v4 | 80 | 504 | 693 | 72000 | 86016 | 1224 |
109109
| Standard_E2ds_v5 | 2 | 16 | 22 | 5000 | 2731 | 37 |
110110
| Standard_E4ds_v5 | 4 | 32 | 44 | 10000 | 5461 | 75 |
111111
| Standard_E8ds_v5 | 8 | 64 | 88 | 18000 | 10923 | 151 |

articles/mysql/flexible-server/whats-new.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,18 @@ This article summarizes new releases and features in the Azure Database for MySQ
2929
- **Major version upgrade support for Burstable compute tier**
3030

3131
Azure Database for MySQL now offers major version upgrades for Burstable SKU compute tiers. This support automatically upgrades the compute tier to General Purpose SKU before performing the upgrade, ensuring sufficient resources. Customers can choose to revert back to Burstable SKU after the upgrade. Additional costs may apply. [Learn more](how-to-upgrade.md#perform-a-planned-major-version-upgrade-from-mysql-57-to-mysql-80-using-the-azure-portal-for-burstable-sku-servers)
32+
33+
34+
- **Deprecated Metrics Announcement**
35+
36+
We would like to inform you about the deprecation of the following metrics in Azure Database for MySQL Flexible Server.
37+
- Storage Throttle Count (deprecated)
38+
- Available Memory Bytes (deprecated)
39+
- MySQL Lock Row Lock Waits (deprecated)
3240

41+
These metrics will no longer be supported and will be removed from the monitoring by the end of August 2024. We recommend updating your monitoring and alerting configurations to exclude these metrics and use alternative metrics that provide similar insights. For more information and guidance on alternative metrics, please refer to [azure monitoring documentation](./concepts-monitoring.md)
42+
43+
3344
## July 2024
3445

3546
- **Move from private access (virtual network integrated) network to public access or private link**

0 commit comments

Comments
 (0)