You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this panel, it looks like it could be useful for displaying metrics of multiple items.
Would it be possible to be able to hide the first column.
Example. When using the CloudWatch data source I query multiple loadbalancers for HealthyHostCount and SurgeQueue. I display these by repeating the panel for each loadbalancer.
This results in me displaying the loadbalancer name in the title AND in the first column.
The text was updated successfully, but these errors were encountered:
Thanks @rickbowden for the feature request. This is now implemented in master / 3ef4b13 which is also released as Version v0.4.5
Couple of following options in the options tab will be introduced to achieve the above scenario
Setup example
If you need metrics vertically, make the row names unique and column names same.
Otherwise if you need metrics horizontally like the one showed in the original issue request, make column name unique and row name same. Example given below.
You can use "Transform value" feature to show the details along with the metric
Example of metrics shown horizontally
You can also use _row_name_ or _col_name_ in the value transform field
Feel free to test. If you see any issues or need more features, let me know.
Thanks for this panel, it looks like it could be useful for displaying metrics of multiple items.
![image](https://user-images.githubusercontent.com/22094101/47792405-e15ebe80-dd13-11e8-8c0e-be996ffaf1ed.png)
Would it be possible to be able to hide the first column.
Example. When using the CloudWatch data source I query multiple loadbalancers for HealthyHostCount and SurgeQueue. I display these by repeating the panel for each loadbalancer.
This results in me displaying the loadbalancer name in the title AND in the first column.
The text was updated successfully, but these errors were encountered: