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: plugins/inputs/sqlserver/README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,17 @@ The new (version 2) metrics provide:
90
90
-*TempDB*: Free space, Version store usage, Active temp tables, temp table creation rate, + more
91
91
-*Resource Governor*: CPU Usage, Requests/sec, Queued Requests, and Blocked tasks per workload group + more
92
92
-*Server properties*: Number of databases in all possible states (online, offline, suspect, etc.), cpu count, physical memory, SQL Server service uptime, and SQL Server version
93
-
-*Wait stats*: Wait time in ms, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the sasme categories used in Query Store.
93
+
-*Wait stats*: Wait time in ms, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the same categories used in Query Store.
94
+
-*Azure Managed Instances*
95
+
- Stats from `sys.server_resource_stats`:
96
+
- cpu_count
97
+
- server_memory
98
+
- sku
99
+
- engine_edition
100
+
- hardware_type
101
+
- total_storage_mb
102
+
- available_storage_mb
103
+
- uptime
94
104
95
105
The following metrics can be used directly, with no delta calculations:
96
106
- SQLServer:Buffer Manager\Buffer cache hit ratio
@@ -129,5 +139,4 @@ The following metrics can be used directly, with no delta calculations:
129
139
- SQLServer:Workload Group Stats\Requests completed/sec
130
140
131
141
Version 2 queries have the following tags:
132
-
-`sql_instance`: Physical host and instance name (hostname:instance)
133
-
142
+
-`sql_instance`: Physical host and instance name (hostname:instance)
0 commit comments