Skip to content

Commit 7aac0fb

Browse files
Update for Data Collection and Publishing interval
Update for Data Collection and Publishing interval specifying that currently we are updating data every 5 to 10 minutes instead of just 5 minutes aggregation interval as specified earlier.
1 parent da0c316 commit 7aac0fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-catalog-views/sys-server-resource-stats-azure-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ monikerRange: "=azuresqldb-current||=azuresqldb-mi-current"
2525

2626
[!INCLUDE[Azure SQL Managed Instance](../../includes/applies-to-version/_asdbmi.md)]
2727

28-
Returns CPU usage, IO, and storage data for Azure SQL Managed Instance. The data is collected and aggregated within five-minute intervals. There is one row for every 15 seconds reporting. The data returned includes CPU usage, storage size, IO utilization, and SKU. Historical data is retained for approximately 14 days.
28+
Returns CPU usage, IO, and storage data for Azure SQL Managed Instance. The data is collected, aggregated and updated within 5 to 10 minutes intervals. There is one row for every 15 seconds reporting. The data returned includes CPU usage, storage size, IO utilization, and SKU. Historical data is retained for approximately 14 days.
2929

3030
The `sys.server_resource_stats` view has different definitions depending on the version of the Azure SQL Managed Instance that the database is associated with. Consider these differences and any modifications your application requires when upgrading to a new server version.
3131

@@ -80,4 +80,4 @@ GO
8080
## See Also
8181
- [Managed Instance Compute Hardware in the vCore Service Tier](/azure/azure-sql/managed-instance/service-tiers-managed-instance-vcore)
8282
- [Managed Instance Resource Limits](/azure/azure-sql/managed-instance/resource-limits)
83-
- [Monitoring and performance tuning in Azure SQL Database and Azure SQL Managed Instance](/azure/azure-sql/database/monitor-tune-overview)
83+
- [Monitoring and performance tuning in Azure SQL Database and Azure SQL Managed Instance](/azure/azure-sql/database/monitor-tune-overview)

0 commit comments

Comments
 (0)