Bug #49149
Feature #47072: mgr/dashboard: Usability Improvements
mgr/dashboard: unable to see grafana integration after enabling the services manually
Status:
New
Priority:
Normal
Assignee:
Category:
dashboard/monitoring
Target version:
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature:
Description
Follow a basic bootstrap, I issued a create service for prometheus, grafana and node_exporter
However, even though the settings could be seen in the mgr/dashboard module when attempting to look at the embedded grafana pages I just saw the "consult the documentation" message
ceph version: 16.1.0-159-gc7ac825b
container version (b2f917ba3e21) quay.ceph.io/ceph-ci/ceph:pacific
History
#1 Updated by Ernesto Puerta 21 days ago
- Subject changed from unable to see grafana integration after enabling the services manually to mgr/dashboard: unable to see grafana integration after enabling the services manually
- Category changed from dashboard/services to dashboard/monitoring
- Parent task set to #47072
I think the UI only checks for Grafana to be enabled when the dashboard is initially loaded, so a page refresh will fix this. In any case, this could be easily fixed by checking whether Grafana is enabled every time that the "Performance" tab is clicked, instead of during load.