update: inputs.sqlserver support version in readme (#9040)

This commit is contained in:
Samantha Wang 2021-03-24 13:42:58 -07:00 committed by GitHub
parent 991efd5e12
commit 5423e7a049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# SQL Server Input Plugin
The `sqlserver` plugin provides metrics for your SQL Server instance. It
currently works with SQL Server 2008 SP3 and newer. Recorded metrics are
The `sqlserver` plugin provides metrics for your SQL Server instance. Recorded metrics are
lightweight and use Dynamic Management Views supplied by SQL Server.
### The SQL Server plugin supports the following editions/versions of SQL Server
- SQL Server
- 2008 SP3 (with CU3)
- SQL Server 2008 R2 SP3 and newer versions
- 2012 or newer (Plugin support aligned with the [official Microsoft SQL Server support](https://docs.microsoft.com/en-us/sql/sql-server/end-of-support/sql-server-end-of-life-overview?view=sql-server-ver15#lifecycle-dates))
- End-of-life SQL Server versions are not guaranteed to be supported by Telegraf. Any issues with the SQL Server plugin for these EOL versions will
need to be addressed by the community.
- Azure SQL Database (Single)
- Azure SQL Managed Instance