Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b91925d

Browse files
committed
Misc. edits to data collection.
1 parent 09ef347 commit b91925d

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

docs/sql-server/azure-arc/sql-monitoring.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Monitor the performance of Azure Arc-enabled SQL Servers within the Azure portal
1717
In order for monitoring data to be collected on an Azure Arc-enabled SQL Server, the following conditions must be met:
1818

1919
* The version of Azure Extension for SQL Server (WindowsAgent.SqlServer) is "1.1.2496" or later
20-
* Azure Arc-enabled SQL Servers is running on Windows operating system
21-
* Azure Arc-enabled SQL Servers is a Standard or Enterprise (Core) Edition
20+
* Azure Arc-enabled SQL Server is running on Windows operating system
21+
* Azure Arc-enabled SQL Server is a Standard or Enterprise (Core) Edition
2222
* The license type on the Azure Arc-enabled SQL Server is set to "License with Software Assurance" or "Pay-as-you-go"
2323
* The SQL Server built-in login NT AUTHORITY\SYSTEM is the member of SQL Server sysadmin server role
2424

@@ -62,7 +62,7 @@ Collection Frequency: 10 seconds\
6262

6363
Description: Includes database options and other database metadata.\
6464
Dataset Name: SqlServerDatabaseProperties\
65-
Collection Frequency: 5 Minutes\
65+
Collection Frequency: 5 minutes\
6666
**Collected Fields:**
6767

6868
* collation_name
@@ -113,7 +113,7 @@ Collection Frequency: 5 Minutes\
113113

114114
Description: Includes its storage usage and persistent version store.\
115115
Dataset Name: SqlServerDatabaseStorageUtilization\
116-
Collection Frequency: 1 Minute\
116+
Collection Frequency: 1 minute\
117117
**Collected Fields:**
118118

119119
* collection_time_utc
@@ -150,7 +150,7 @@ Collection Frequency: 10 seconds\
150150

151151
Description: Includes common performance counters recorded by SQL Server.\
152152
Dataset Name: SqlServerPerformanceCountersCommon\
153-
Collection Frequency: 10 seconds\
153+
Collection Frequency: 1 minute\
154154
**Collected Counters:**
155155

156156
* Active Temp Tables
@@ -198,7 +198,7 @@ Collection Frequency: 10 seconds\
198198

199199
Description: Includes detailed performance counters recorded by SQL Server.\
200200
Dataset Name: SqlServerPerformanceCountersDetailed\
201-
Collection Frequency: 10 seconds\
201+
Collection Frequency: 1 minute\
202202
**Collected Counters:**
203203

204204
* Average Wait Time (ms)
@@ -284,8 +284,8 @@ Collection Frequency: 10 seconds\
284284
### Using the Azure Portal
285285

286286
* On the resource page for an Azure Arc-enabled SQL Server, select the "Performance Dashboard (preview)" section
287-
* At the top of the "Performance Dashboard" page, click the Configue button. A panel "Configure monitoring settings" will open on the right-hand side of the screen.
288-
* In the configure monitoring settings panel, toggle the option for monitoring data collection on or off.
287+
* At the top of the "Performance Dashboard" page, click the Configure button. A panel "Configure monitoring settings" will open on the right-hand side of the screen.
288+
* In the configure monitoring settings panel, toggle the option for monitoring data collection on or off.
289289
* Select Apply settings
290290

291291
### Using the Azure CLI
@@ -306,6 +306,8 @@ To enable the monitoring data collection for an Azure Arc-enabled SQL Server, ru
306306
az resource update --ids "/subscriptions/<sub_id>/resourceGroups/<resource_group>/providers/Microsoft.AzureArcData/SqlServerInstances/<resource_name>" --set 'properties.monitoring.enabled=true' --api-version 2023-09-01-preview
307307
```
308308

309+
Please note that this command may run successfully but all requirements in the [Prerequisites section](#prerequisites) must be met for monitoring data to be collected and shown in the Azure portal.
310+
309311
## Limitations
310312

311313
* After adding or removing a SQL instance on your Windows machine, you must restart the sqlServer extension service for the update to take effect.

0 commit comments

Comments
 (0)