Skip to content

Commit d92bd29

Browse files
committed
Required changes as doc
1 parent 8dddf05 commit d92bd29

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/mysql/flexible-server/concepts-monitoring.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ These metrics are available for Azure Database for MySQL:
5858

5959
|Metric display name|Metric|Unit|Description|
6060
|---|---|---|---|
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.|
6464
|Com_delete|Com_delete|Count|The total count of delete statements that have been executed on your server in the selected time range.|
6565

6666

@@ -69,10 +69,10 @@ These metrics are available for Azure Database for MySQL:
6969
|Metric display name|Metric|Unit|Description|
7070
|---|---|---|---|
7171
|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.|
7373
|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.|
7676

7777

7878
### Innodb metrics

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ This release of Azure Database for MySQL - Flexible Server includes the followin
423423

424424
- **Support for Availability zone placement during server creation released**
425425

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).
427427

428428
- **Performance fixes for issues when running flexible server in virtual network with private access**
429429

0 commit comments

Comments
 (0)