Skip to content

Commit

Permalink
Document that sqlserver input requires SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jan 22, 2019
1 parent b2f6fd6 commit efbc83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/sqlserver/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)
- `sql_instance`: Physical host and instance name (hostname:instance)

0 comments on commit efbc83c

Please sign in to comment.