On my machine I have hundreds of /dev/sd* devices. With smartctl_exporter, that means that when it wakes up it launches hundreds of smartctl commands at once, causing significant contention and noticeable hitches on the machine.
Could you add a feature that smooths out launching of smartctl commands? For example, if --smartctl.interval=60s, and the machine has 60 drives, it could launch 1 smartctl command every second.