On Thu, 1 Aug 2024 at 10:38, Venkatraman Natarajan <[email protected]> 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. > Do you intend to use the PromQL data for anything other than Grafana? If not, issuing the KQL queries directly from Grafana would be simpler than all this transcoding. Grafana (self hosted) and Grafana Cloud can use a plugin for KQL queries. See https://grafana.com/grafana/plugins/grafana-azure-data-explorer-datasource/ for more details. IIRC, Azure Managed Grafana supports graphs using KQL without needing the additional plugin. See https://learn.microsoft.com/en-us/azure/data-explorer/grafana?tabs=azure-managed-grafana for ore specifics about Azure Managed Grafana. -- Conall O'Brien -- 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/CAErLiGHa8eH7KWLndzDiaqq_KEjYQgwXHSV%2BQn-2Ydk0itdoLQ%40mail.gmail.com.

