I need a table of all metrics and corresponding descriptions from a prometheus exporter (e.g. node exporter).
Some exporter have such a table in their docs e.g. cadvisor: https://github.com/google/cadvisor/blob/master/docs/storage/prometheus.md#prometheus-container-metrics but node exporter doesn't have such a detailed table with metric and description.
The list of all metrics are available here http://localhost:9090/api/v1/label/__name__/values
but what is with the descriptions? Is there another way to achieve that?