Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panels in Gluster-at-glance dashboard contain tables instead of graphs #151

Closed
fbalak opened this issue Sep 27, 2017 · 2 comments
Closed

Comments

@fbalak
Copy link

fbalak commented Sep 27, 2017

In specification for Gluster-at-glance dashboard are following panels defined as graphs:

Row 3

Panel 17: Top volumes by capacity utilization

  • show the top 5 volumes with the highest disk utilization
  • chart type: Bar Chart / Histogram

Panel 18: Top bricks by capacity utilization

  • show the top 5 bricks with the highest disk utilization
  • Note: User should be able to discern which host the brick is mounted on
  • chart type: Bar Chart / Histogram

Row 4

Panel 19: CPU used by Host

  • show CPU utilization for individual hosts within 4 different utilization ranges/buckets: > 90%, 80=90%, 70-80%, and < 70%
  • chart type: Heat Map

Panel 20: Memory used by Host

  • show memory utilization for individual hosts within 4 different utilization ranges/buckets: > 90%, 80=90%, 70-80%, and < 70%
  • chart type: Heat Map

but in Metrics documentation and in the implemented ui are those panels presented as tables:

927_graphs

Tested with:

tendrl-api-httpd-1.5.2-20170926T110841.a9e16c0.noarch
tendrl-commons-1.5.2-20170926T081245.0fa5e25.noarch
tendrl-api-1.5.2-20170926T110841.a9e16c0.noarch
tendrl-ui-1.5.2-20170926T100141.770936f.noarch
tendrl-node-agent-1.5.2-20170926T090753.09d1818.noarch
tendrl-monitoring-integration-1.5.2-20170926T100202.2e1d15a.noarch
tendrl-grafana-plugins-1.5.2-20170926T100202.2e1d15a.noarch
tendrl-notifier-1.5.2-20170926T102449.7678c47.noarch
@cloudbehl
Copy link
Member

@fbalak We have not shown histograms because the brick name is too large(hostname+brickpath) and that is getting messed up. So due to that, we have come to the solution of not using the histograms.

Please have a look at the attached screenshot.

screenshot from 2017-11-15 15-03-03

@nthomas-redhat
Copy link
Contributor

Current design is reviewed and accepted by UX. Any changes in future will be driven by that team. Closing this issue. Open a RFE if any conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants