diff --git a/internal/component/prometheus/exporter/unix/config.go b/internal/component/prometheus/exporter/unix/config.go index 77fd4146b1..97d5615fd9 100644 --- a/internal/component/prometheus/exporter/unix/config.go +++ b/internal/component/prometheus/exporter/unix/config.go @@ -85,7 +85,7 @@ type Arguments struct { Disk DiskStatsConfig `alloy:"disk,block,optional"` EthTool EthToolConfig `alloy:"ethtool,block,optional"` Filesystem FilesystemConfig `alloy:"filesystem,block,optional"` - HWmon HWmonConfig `alloy:"hwmon,block,optional"` + HwMon HwMonConfig `alloy:"hwmon,block,optional"` IPVS IPVSConfig `alloy:"ipvs,block,optional"` NTP NTPConfig `alloy:"ntp,block,optional"` Netclass NetclassConfig `alloy:"netclass,block,optional"`