Document that sqlserver input requires SP3
This commit is contained in:
parent
b2f6fd685d
commit
efbc83c8b6
|
@ -1,7 +1,7 @@
|
||||||
# SQL Server Input Plugin
|
# SQL Server Input Plugin
|
||||||
|
|
||||||
The `sqlserver` plugin provides metrics for your SQL Server instance. It
|
The `sqlserver` plugin provides metrics for your SQL Server instance. It
|
||||||
currently works with SQL Server versions 2008+. Recorded metrics are
|
currently works with SQL Server 2008 SP3 and newer. Recorded metrics are
|
||||||
lightweight and use Dynamic Management Views supplied by SQL Server.
|
lightweight and use Dynamic Management Views supplied by SQL Server.
|
||||||
|
|
||||||
### Additional Setup:
|
### Additional Setup:
|
||||||
|
@ -139,4 +139,4 @@ The following metrics can be used directly, with no delta calculations:
|
||||||
- SQLServer:Workload Group Stats\Requests completed/sec
|
- SQLServer:Workload Group Stats\Requests completed/sec
|
||||||
|
|
||||||
Version 2 queries have the following tags:
|
Version 2 queries have the following tags:
|
||||||
- `sql_instance`: Physical host and instance name (hostname:instance)
|
- `sql_instance`: Physical host and instance name (hostname:instance)
|
||||||
|
|
Loading…
Reference in New Issue