Feature #35809
mgr/dashboard: Configure Grafana settings through UI
0%
Description
Add settings page to configure Grafana settings, such as port and URL details through UI.
Related issues
History
#1 Updated by Kanika Murarka 6 months ago
- Related to Feature #24999: mgr/dashboard: Embed Grafana Dashboards into the Mgr Dashboard UI added
#2 Updated by Lenz Grimmer 6 months ago
- Subject changed from mgr/dashboard:Configure Grafana setting though UI to mgr/dashboard: Configure Grafana settings through UI
- Category set to dashboard/general
- Target version set to v14.0.0
#3 Updated by Kanika Murarka 2 months ago
- Related to Feature #36237: mgr/dashboard: Add support for managing Ceph Mgr modules added
#4 Updated by Kanika Murarka 12 days ago
Another thing that can be customized is the refresh interval of the graph.
#5 Updated by Volker Theile 10 days ago
Are those grafana settings manages via MODULE_OPTIONS? If yes, there is a PR that already integrates such options in the UI: https://github.com/ceph/ceph/pull/26116. Currently this PR ignores the 'dashboard' module, but this can easily be fixed. Does this meet your requirements?
#6 Updated by Kanika Murarka 10 days ago
- Assignee set to Kanika Murarka
#7 Updated by Kanika Murarka 9 days ago
Volker Theile wrote:
Are those grafana settings manages via MODULE_OPTIONS? If yes, there is a PR that already integrates such options in the UI: https://github.com/ceph/ceph/pull/26116. Currently this PR ignores the 'dashboard' module, but this can easily be fixed. Does this meet your requirements?
Yeah, it meets most of the requirement, I will add refresh interval and time range only here then, thanks
#8 Updated by Kanika Murarka 3 days ago
- Status changed from New to In Progress