Hi All,
I am using Prometheus v2.14.0 (which I got as a part of Openshift Service Mesh [istio 1.6]). I am creating a Kiali custom dashboard which internally makes an API call to fire a query on Prometheus to get the data to be displayed on dashboard.
The dashboard is not able to fetch the data from Prometheus and I want to view the query so that I can debug the issue.
Is there any way I can log queries that are executed in Prometheus through API call. I understood that qury logging feature is added in version v2.16.0 onwards, but is there any way I can view the query in version v2.14.0?
regards,
Sagar Chopade