Hello. I’m a new Grafana user. I’m using Grafana 7.3.2. and PostgreSQL as my data source.
I have several panels on my dashboard. I want to drill down on the graph using data link. I’m able to drill down to the specific time using from=${__value.time} and to=${__value.time} in the data link url.
My question is how to apply filter using parameters in the data link url?
For example I have a cpu utilization panel. I want to click at the data point and display the process with id=12345 only, not all the process at the time of the clicked data point.
Thank you.