Regenerate integrations docs (#21587)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jan 18, 2026 at 18:29 UTC
a34fb74f6139fa7935769ab3d127848785534980
1 file changed
-11
src/go/plugin/go.d/collector/mssql/integrations/microsoft_sql_server.md
-11
@@ -311,17 +311,6 @@ The following options can be defined globally: update_every, autodetection_retry
311
| | autodetection_retry | Autodetection retry interval (seconds). Set 0 to disable. | 0 | no |
312
| **Target** | dsn | SQL Server DSN (Data Source Name). See [DSN syntax](https://github.com/microsoft/go-mssqldb#connection-parameters-and-dsn). | sqlserver://localhost:1433 | yes |
313
| | timeout | Query timeout (seconds). | 5 | no |
314
-| **Collection Options** | collect_transactions | Collect per-database transaction metrics. | yes | no |
315
-| | collect_waits | Collect wait statistics from sys.dm_os_wait_stats. | yes | no |
316
-| | collect_locks | Collect lock metrics from sys.dm_tran_locks. | yes | no |
317
-| | collect_jobs | Collect SQL Agent job status. | yes | no |
318
-| | collect_buffer_stats | Collect buffer manager and memory statistics. | yes | no |
319
-| | collect_database_size | Collect data file sizes for each database. | yes | no |
320
-| | collect_user_connections | Collect user connection counts. | yes | no |
321
-| | collect_blocked_processes | Collect blocked process count. | yes | no |
322
-| | collect_sql_errors | Collect SQL error statistics. | yes | no |
323
-| | collect_database_status | Collect database state and read-only status. | yes | no |
324
-| | collect_replication | Collect replication monitoring metrics (requires distribution database). | yes | no |
314
| **Virtual Node** | vnode | Associates this data collection job with a [Virtual Node](https://learn.netdata.cloud/docs/netdata-agent/configuration/organize-systems-metrics-and-alerts#virtual-nodes). | | no |
315
316