From efbc83c8b60241a2d99211549ba86233256e6fcc Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 22 Jan 2019 15:47:57 -0800 Subject: [PATCH] Document that sqlserver input requires SP3 --- plugins/inputs/sqlserver/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/sqlserver/README.md b/plugins/inputs/sqlserver/README.md index 33800ca2a..e83aca304 100644 --- a/plugins/inputs/sqlserver/README.md +++ b/plugins/inputs/sqlserver/README.md @@ -1,7 +1,7 @@ # SQL Server Input Plugin 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. ### Additional Setup: @@ -139,4 +139,4 @@ The following metrics can be used directly, with no delta calculations: - SQLServer:Workload Group Stats\Requests completed/sec Version 2 queries have the following tags: -- `sql_instance`: Physical host and instance name (hostname:instance) \ No newline at end of file +- `sql_instance`: Physical host and instance name (hostname:instance)