Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type SQLServer struct + AuthMethod string + ClientID string + DatabaseType string + ExcludeQuery []string + HealthMetric bool + IncludeQuery []string + Log telegraf.Logger + MaxIdleConnections int + MaxOpenConnections int + QueryTimeout config.Duration + Servers []*config.Secret + UseAdalToken bool + func (*SQLServer) SampleConfig() string + func (s *SQLServer) Gather(acc telegraf.Accumulator) error + func (s *SQLServer) Init() error + func (s *SQLServer) Start(acc telegraf.Accumulator) error + func (s *SQLServer) Stop()