Actions
Feature #20285
openSystem status panel that embeds grafana
Story points:
-
Description
Update: New idea for grafana
- Add a section to Workbench2 config like "SystemStatusCharts" which is a list of URLs
- Workbench gets a new panel called "System status"
- The system status panel is rendered as a list of iframes which embed each URL listed in SystemStatusCharts
- this is easy because grafana provides a "share" button which constructs an embedding URL
- Grafana needs be configured for anonymous access or otherwise needs to permit access
https://stackoverflow.com/questions/68163519/embedding-grafana-dashboard-to-reactjs-app
Previous update: maybe generalize this by doing #20293, then this is just a configuration tweak to the installer instead of being its own feature.
Previous description:
Add an exported option "MonitoringURL" to the "Workbench" section of the Arvados config.
If MonitoringURL is not empty, Workbench 2 includes a hyperlink to the MonitoringURL site under the admin menu.
Add MonitoringURL to the salt installer.
Related issues
Updated by Peter Amstutz over 1 year ago
- Related to Idea #16379: SaltStack install integrates with prometheus/grafana added
Updated by Peter Amstutz over 1 year ago
- Related to Feature #20293: Configure links that appear under User/Admin/Help menus added
Updated by Peter Amstutz over 1 year ago
- Subject changed from Link to monitoring (grafana) in admin dropdown to Link to monitoring (grafana) in admin menu
Updated by Peter Amstutz over 1 year ago
- Related to Idea #16943: WB2 Descriptions, project & collection operations added
Updated by Peter Amstutz 9 months ago
- Description updated (diff)
- Subject changed from Link to monitoring (grafana) in admin menu to System status panel that embeds grafana
Actions