ZHA/Prometheus: Export Zigbee Device Informations to prometheus

Hello,
I’m using ZHA for Zigbee Integration, and Prometheus for Monitoring/Alerting together with my other infrastructure.
ZHA has some very interesting technical, device-bound metrics like LQI, RSSI and “Last Seen” of the device, which would be great if able to track with prometheus. Alarming against prometheus queries based ontop of these values would be very useful to maintain a Zigbee Network observability.

Is there a possibility of exporting the ZHA device metrics as prometheus metric, e.g.:

hass_zha_device_lqi{entity=""} 255
hass_zha_device_rssi{entity=""} -58

Thanks!
margau

Maybe check out → "zha_custom" - Service to send custom ZHA commands - extra functions