So, I have a Grafana dashboard to show the logs of various services running inside a host.
Now, I have different rows for different service because metrics and there titles are specific to the service - Such as for Apache Service, we have log metrics based on HTTP STATUS CODE, for Oracle Database Service, we have ORA-* distribution, connection partition /trend etc.
Now, My question is simple that the Grafana dashboard supports repeat on rows and individual metrics. How can I use this feature to show/ hide my rows based on variable values selected.
Here it says that it will never be implemented ( https://community.grafana.com/t/hiding-a-row-panel/1788/3 ),
and this question(Hide grafana panels based on selected template variable) does asks the same thing but in the accepted answer only links are provided, which are of very little help.