hansmi / prometheus-lvm-exporter

Prometheus exporter for LVM metrics.
BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

kernel minor and major numbers should be part of info metrics #44

Open Garagoth opened 8 months ago

Garagoth commented 8 months ago

Right now there are metrics lvm_lv_kernel_minor and lvm_lv_kernel_major (and same for vg and pv). It is really hard to join those metrics to anything, as promql does not really offer anything to join label value and metric value. Also, those are not things that change frequently, should be in _info metrics. Same as for example node_exporter adds major and minor labels to node_disk_info metric.