Regenerate integrations docs (#21316)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Nov 19, 2025 at 13:15 UTC
9be2e10f01565f75adc42ba7a01bb763dc684e74
1 file changed
+7
src/collectors/windows.plugin/integrations/ms_sql_server.md
+7
@@ -324,6 +324,13 @@ These options allow the collector to connect to your MSSQL instance and collect
324
| additional instances | Number of additional SQL Server instances to monitor. | 0 | no |
325
| windows authentication | Set to yes to use Windows credentials instead of SQL Server authentication. | no | no |
326
| express | Set to yes when running SQL Express version. | no | no |
327
+| collect transactions | Run queries to collect information from the server's transactions. | yes | no |
328
+| collect waits | Run queries to collect information from the server's lock waits. | yes | no |
329
+| collect lock metrics | Run queries to collect information from the server's overall locks. | yes | no |
330
+| collect replication | Run queries to collect information from the server's replication. | yes | no |
331
+| collect jobs | Run queries to collect information from the server's jobs. | yes | no |
332
+| collect buffer stats | Run queries to collect information from the server's buffer statistics. | yes | no |
333
+| collect database size | Run queries to collect information from the server's database size. | yes | no |
334
335
336