You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/concepts-monitoring.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,9 @@ These metrics are available for Azure Database for MySQL:
58
58
59
59
|Metric display name|Metric|Unit|Description|
60
60
|---|---|---|---|
61
-
|Com_select|Com_select|Count|The total count of select statements that has been executed on your server in the selected time range.|
62
-
|Com_update|Com_update|Count|The total count of update statements that has been executed on your server in the selected time range.|
63
-
|Com_insert|Com_insert|Count|The total count of insert statements that has been executed on your server in the selected time range.|
61
+
|Com_select|Com_select|Count|The total count of select statements that have been executed on your server in the selected time range.|
62
+
|Com_update|Com_update|Count|The total count of update statements that have been executed on your server in the selected time range.|
63
+
|Com_insert|Com_insert|Count|The total count of insert statements that have been executed on your server in the selected time range.|
64
64
|Com_delete|Com_delete|Count|The total count of delete statements that have been executed on your server in the selected time range.|
65
65
66
66
@@ -69,10 +69,10 @@ These metrics are available for Azure Database for MySQL:
69
69
|Metric display name|Metric|Unit|Description|
70
70
|---|---|---|---|
71
71
|Com_create_db|Com_create_db|Count|The total count of create database statements that have been executed on your server in the selected time range.|
72
-
|Com_drop_db|Com_drop_db|Count|The total count of drop database statements that has been executed on your server in the selected time range.|
72
+
|Com_drop_db|Com_drop_db|Count|The total count of drop database statements that have been executed on your server in the selected time range.|
73
73
|Com_create_table|Com_create_table|Count|The total count of create table statements that have been executed on your server in the selected time range.|
74
-
|Com_drop_table|Com_drop_table|Count|The total count of drop table statements that has been executed on your server in the selected time range.|
75
-
|Com_Alter|Com_Alter|Count|The total count of alter table statements that has been executed on your server in the selected time range.|
74
+
|Com_drop_table|Com_drop_table|Count|The total count of drop table statements that have been executed on your server in the selected time range.|
75
+
|Com_Alter|Com_Alter|Count|The total count of alter table statements that have been executed on your server in the selected time range.|
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ This release of Azure Database for MySQL - Flexible Server includes the followin
423
423
424
424
-**Support for Availability zone placement during server creation released**
425
425
426
-
Customers can now specify their preferred Availability zone at the time of server creation. This functionality allows customers to collocate their applications hosted on Azure VM, virtual machine scale set, or AKS and database in the same Availability zones to minimize database latency and improve performance. [Learn more](quickstart-create-server-portal.md#create-an-azure-database-for-mysql-flexible-server).
426
+
Customers can now specify their preferred Availability zone at the time of server creation. This functionality allows customers to collocate their applications hosted on Azure VM, Virtual Machine Scale Set, or AKS and database in the same Availability zones to minimize database latency and improve performance. [Learn more](quickstart-create-server-portal.md#create-an-azure-database-for-mysql-flexible-server).
427
427
428
428
-**Performance fixes for issues when running flexible server in virtual network with private access**
0 commit comments