Hi all,
I started using Prometheus a couple of ago to monitor a few set of server used for experimental work (hence a newbie in the community).
NodeExporter provides a great amount of metrics for that but from what I have seen none of these are Histogram.
As a simple example I would like to collect data on the amount of incidents where the cpu/ram/disk utilization is above a certain threshold.
I'm not sure if
recording rules are supposed to be used to create these metrics as there is already a specific metric type for Histogram.
I would like to know if there is any example which I could base on for my use case.
Also, what would be the best practice to implement this - is recording rules a good approach?
Best regards,
Bruno.