@cryptotaxi247 / netdata-1 / commits / ccb05e742

Regenerate integrations docs (#21346)

Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>

Netdata bot committed Nov 29, 2025 at 23:26 UTC ccb05e742a725e6dc12506cb1bef6e91054e2766
2 files changed +6
src/collectors/windows.plugin/integrations/ms_sql_server.md
+2
@@ -76,6 +76,7 @@ Metrics:
76 | Metric | Dimensions | Unit |
77 |:------|:----------|:----|
78 | mssql.instance_user_connections | user | connections |
79 +| mssql.instance_sessions_connections | session | connections |
80 | mssql.instance_sqlstats_batch_requests | batch | requests/s |
81 | mssql.instance_sql_errors | errors | errors/s |
82 | mssql.instance_sqlstats_sql_compilations | compilations | compilations/s |
@@ -331,6 +332,7 @@ These options allow the collector to connect to your MSSQL instance and collect
332 | collect jobs | Run queries to collect information from the server's jobs. | yes | no |
333 | collect buffer stats | Run queries to collect information from the server's buffer statistics. | yes | no |
334 | collect database size | Run queries to collect information from the server's database size. | yes | no |
335 +| collect user connections | Run queries to collect information from the server's connection. | yes | no |
336
337
338
src/collectors/windows.plugin/integrations/sensors.md
+4
@@ -81,11 +81,15 @@ Metrics:
81 | system.hw.sensor.color.input | input | Cel |
82 | system.hw.sensor.voltage.input | input | V |
83 | system.hw.sensor.resistence.input | input | Ohms |
84 +| system.hw.sensor.capacitance.input | input | F |
85 +| system.hw.sensor.inductance.input | input | H |
86 | system.hw.sensor.pressure.input | input | Pa |
87 | system.hw.sensor.latitude.input | input | Degrees |
88 | system.hw.sensor.longitude.input | input | Degrees |
89 | system.hw.sensor.force.input | input | N |
90 | system.hw.sensor.gauge_pressure.input | input | Pa |
91 +| system.hw.sensor.human_presence.input | input | presence |
92 +| system.hw.sensor.human_proximity.input | input | m |
93 | system.hw.sensor.distance.input | inputX, inputY, inputZ | m |
94 | system.hw.sensor.acceleration.input | inputX, inputY, inputZ | g |
95 | system.hw.sensor.state.input | ready, not_available, no_data, initializing, access_denied, error | status |