[prometheus-users] Re: Suggest any exporter which exports results of KQL query from azure resource to promethues

2024-08-01 Thread 'Brian Candler' via Prometheus Users
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 eve

[prometheus-users] Suggest any exporter which exports results of KQL query from azure resource to promethues

2024-08-01 Thread Venkatraman Natarajan
Hi Team, I have application insights which I am able to query using KQL and show the result in Azure. I need to store the queried result in prometheus database. Then using promQL I need to display it in grafana. https://github.com/webdevops/azure-metrics-exporter - I have tried this one; it sho