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 
<https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-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)

On Thursday 1 August 2024 at 10:38:55 UTC+1 Venkatraman Natarajan wrote:

> 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 shows only metrics not able to query using KQL. 
>
> https://github.com/webdevops/azure-loganalytics-exporter - This one only 
> queries log analytics workspace not other resources.
>
> https://github.com/RobustPerception/azure_metrics_exporter - This one not 
> having dimension support.
>
> Could you please help me with this? 
>
> Thanks,
> Venkatraman N
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/f12b9f05-9cfc-4496-a42c-c65ee3c84f2en%40googlegroups.com.

Reply via email to