Open
Description
Component(s)
receiver/hostmetrics
Is your feature request related to a problem? Please describe.
Migrate some Prometheus node exporter functionality not currently available in otel.
We are going through the metrics we use from that exporter which cannot be generated from hostmetrics receiver and one example are the raid and mdstats metrics.
Describe the solution you'd like
We would like the functionality, and metrics generated, in this exporter code to be available in otel's hostreceiver as a seperate linux-only scraper.
https://github.com/prometheus/node_exporter/blob/master/collector/mdadm_linux.go
Describe alternatives you've considered
None available
Additional context
N/a