Grafana 10.4.3
I have a requirement where I need to display only the values available in the filter Variable and show them in a different panel.
for example I want to show 3 of the values available in the filter list in a different panel. I have added those values as part of custom variables and are the correct/required number of topics that I want the user to know
(https://i.sstatic.net/82WvjDkT.png)
I have prometheus and loki data sources configured only . I understand there is no direct way to do this but is it possible to achieve this with some workaround.
I also tried something like
metrics{query that fetches no result} OR on() $connector:text
but the above doesn’t seem to work.