Hi, On 6/23/20 4:45 PM, 'Metrics Searcher' via Prometheus Users wrote: > Does anyone know how to collect the disk speed, like I can do it via > hdparm or dd?
I don't know of a standard solution for this. Also, your examples are performance metrics which cannot be collected passively and continuously such as other system metrics (i.e. disk throughput based on normal usage). You can still set up a small cronjob to run such benchmarks and place the results in a .prom file for the node_exporter's textfile collector. For background/examples, see this blog post and the three linked articles: https://www.robustperception.io/atomic-writes-and-the-textfile-collector Kind regards, Christian -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/3146ddb5-af8f-5616-8a24-2383cb9bb1d7%40hoffmann-christian.info.

