Regenerate integrations docs (#21185)
Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>
Netdata bot committed
Oct 22, 2025 at 15:01 UTC
081988ad3cb3c2985fbed60f45265a1bb386e305
1 file changed
+10
src/collectors/windows.plugin/integrations/sensors.md
+10
@@ -78,6 +78,16 @@ Metrics:
78
| system.hw.sensor.current.input | input | A |
79
| system.hw.sensor.humidity.input | input | % |
80
| system.hw.sensor.lux.input | input | lx |
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.pressure.input | input | Pa |
85
+| system.hw.sensor.latitude.input | input | Degrees |
86
+| system.hw.sensor.longitude.input | input | Degrees |
87
+| system.hw.sensor.force.input | input | N |
88
+| system.hw.sensor.gauge_pressure.input | input | Pa |
89
+| system.hw.sensor.distance.input | inputX, inputY, inputZ | m |
90
+| system.hw.sensor.acceleration.input | inputX, inputY, inputZ | g |
91
| system.hw.sensor.state.input | ready, not_available, no_data, initializing, access_denied, error | status |
92
93