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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this article, you will learn about the various metrics available and Server l
20
20
> [!NOTE]
21
21
> This article contains references to the term *slave*, a term that Microsoft no longer uses. When the term is removed from the software, we'll remove it from this article.
22
22
23
-
# Metrics
23
+
##Metrics
24
24
25
25
Metrics are numerical values that describe some aspect of the resources of your server at a particular time. Monitoring your server's resources helps you troubleshoot and optimize your workload by allowing you to monitor what matters the most to you. Monitoring the right metrics helps you keep the performance, reliability, and availability of your server and applications.
26
26
@@ -50,7 +50,7 @@ These metrics are available for Azure Database for MySQL:
50
50
|Queries|queries|Count|Total number of queries executed per minute on your server. Total count of queries per minute on your server from your database workload and Azure MySQL processes.|
51
51
52
52
53
-
# Server logs
53
+
##Server logs
54
54
55
55
In Azure Database for MySQL Server – Flexible Server, users can configure and download server logs to assist with troubleshooting efforts. With this feature enabled, a flexible server starts capturing events of the selected log type and writes them to a file. You can then use the Azure portal and Azure CLI to download the files to work with them.
56
56
The server logs feature is disabled by default. For information about how to enable server logs, see [How to enable and download server logs for Azure Database for MySQL - Flexible Server](./how-to-server-logs-portal.md)
@@ -8,7 +18,7 @@ This article shows you how to list and download server flexible server using Azu
8
18
9
19
This article requires that you're running the Azure CLI version 2.39.0 or later locally. To see the version installed, run the `az --version` command. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
10
20
11
-
You'll need to sign-in to your account using the [az login](/cli/azure/reference-index#az-login) command. Note the **id** property, which refers to **Subscription ID** for your Azure account.
21
+
You'll need to sign-in to your account using the [az sign-in](/cli/azure/reference-index#az-login) command. Note the **id** property, which refers to **Subscription ID** for your Azure account.
12
22
13
23
```azurecli-interactive
14
24
az login
@@ -20,9 +30,9 @@ Select the specific subscription under your account using [az account set](/cli/
20
30
az account set --subscription <subscription id>
21
31
```
22
32
23
-
# List Server logs using Azure CLI
33
+
##List Server logs using Azure CLI
24
34
25
-
Once you are configured the prerequisites and connected to your required subscription.
35
+
Once you're configured the prerequisites and connected to your required subscription.
26
36
You can list the server logs from your flexible server by below command.
@@ -15,7 +25,7 @@ In this tutorial, you’ll learn how to:
15
25
16
26
To complete this tutorial, you an existing Azure Database for MySQL flexible server. If you need to create a new server, see [Create an Azure Database for MySQL flexible server](./quickstart-create-server-portal.md).
17
27
18
-
# Enable Server logs
28
+
##Enable Server logs
19
29
20
30
To enable the server logs feature, perform the following steps.
21
31
@@ -40,7 +50,7 @@ To enable the server logs feature, perform the following steps.
40
50
To configure slow_logs on your Azure Database for MySQL flexible server, see [Query Performance Insight.](./tutorial-query-performance-insights.md)
41
51
42
52
43
-
# Download Server logs
53
+
##Download Server logs
44
54
45
55
To download server logs, perform the following steps.
46
56
> [!Note]
@@ -59,7 +69,7 @@ To download server logs, perform the following steps.
0 commit comments