At worst, you can use a cronjob script to perform your KQL query periodically, write its results to a file in prometheus
text-based exposition format, then pick it up using node_exporter textfile collector (or even just serve it as a static HTTP web page and have prometheus scrape it directly)