Description of problem ====================== Status panels for Volumes, Hosts and Bricks on various dashboards uses number codes instead of human readable status codenames. This is caused by using unsuitable grafana component for these panels (the table component these panels are using can report only numeric values). Version-Release number of selected component ============================================ tendrl-monitoring-integration-1.6.3-7.el7rhgs.noarch Steps to Reproduce ================== 1. Instal RHGS WA using tendrl-ansible 2. Import Trusted storage pool with at least one volume 3. Check these panels in the dashboard: * Cluster dashboard, Status section, "Volume Status" panel * Cluster dashboard, Status section, "Host Status" panel * Cluster dashboard, Status section, "Brick Status" panel * Host dashboard, At-a-Glance section, "Brick Status" panel * Volume dashboard, At-a-Glance section, "Brick Status" panel Actual results ============== On all these panels, a table with integer representation of status is presented. Expected results ================ These panels use a different representation of the status information, so that string, human readable codename, aligned with Gluster documentation can be reported instead of plain integer values.
Created attachment 1474808 [details] screenshot 1: example of the problem on Cluster dashboard
Isn't this an RFE provided grafana supports status values to be like this?
(In reply to Shubhendu Tripathi from comment #3) > Isn't this an RFE provided grafana supports status values to be like this? It could be considered an RFE, wrt status quo and the fact you would need to create bit of new code to fix this in the dasboard. But from user and customer point of view, I would call this a bug anyway, as the current solution is hardly optimal, impacts readability of the dashboard and decreases value provided by this product to the customer.