Conversation
There was a problem hiding this comment.
Pull request overview
Updates the documentation link shown in the Grafana “power” dashboard to point at the new “power algorithm” page location.
Changes:
- Updated the embedded documentation URL in the dashboard’s markdown panel.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "id": 101, | ||
| "options": { | ||
| "content": "This dashboard requires ONTAP 9.6+ and REST private CLI.\n\nSee <a target='blank' href='https://netapp.github.io/harvest/latest/power-algorithm'>power algorithm</a> for more details.\n\nPower and temperature metrics may not be visible for clusters with **embedded** disk shelves. Those metrics are computed at the cluster level, not at the level of individual shelves. Embedded shelf power is shared among the common nodes.", | ||
| "content": "This dashboard requires ONTAP 9.6+ and REST private CLI.\n\nSee <a target='blank' href='https://netapp.github.io/harvest/latest/resources/power-algorithm/'>power algorithm</a> for more details.\n\nPower and temperature metrics may not be visible for clusters with **embedded** disk shelves. Those metrics are computed at the cluster level, not at the level of individual shelves. Embedded shelf power is shared among the common nodes.", |
There was a problem hiding this comment.
The anchor uses target='blank', which is not the special _blank target; it creates/reuses a window named "blank" and may not reliably open a new tab. Consider switching to target='_blank' and adding rel='noopener noreferrer' to prevent reverse-tabnabbing when opening external links.
| "content": "This dashboard requires ONTAP 9.6+ and REST private CLI.\n\nSee <a target='blank' href='https://netapp.github.io/harvest/latest/resources/power-algorithm/'>power algorithm</a> for more details.\n\nPower and temperature metrics may not be visible for clusters with **embedded** disk shelves. Those metrics are computed at the cluster level, not at the level of individual shelves. Embedded shelf power is shared among the common nodes.", | |
| "content": "This dashboard requires ONTAP 9.6+ and REST private CLI.\n\nSee <a target='_blank' rel='noopener noreferrer' href='https://netapp.github.io/harvest/latest/resources/power-algorithm/'>power algorithm</a> for more details.\n\nPower and temperature metrics may not be visible for clusters with **embedded** disk shelves. Those metrics are computed at the cluster level, not at the level of individual shelves. Embedded shelf power is shared among the common nodes.", |
| "id": 101, | ||
| "options": { | ||
| "content": "This dashboard requires ONTAP 9.6+ and REST private CLI.\n\nSee <a target='blank' href='https://netapp.github.io/harvest/latest/power-algorithm'>power algorithm</a> for more details.\n\nPower and temperature metrics may not be visible for clusters with **embedded** disk shelves. Those metrics are computed at the cluster level, not at the level of individual shelves. Embedded shelf power is shared among the common nodes.", | ||
| "content": "This dashboard requires ONTAP 9.6+ and REST private CLI.\n\nSee <a target='blank' href='https://netapp.github.io/harvest/latest/resources/power-algorithm/'>power algorithm</a> for more details.\n\nPower and temperature metrics may not be visible for clusters with **embedded** disk shelves. Those metrics are computed at the cluster level, not at the level of individual shelves. Embedded shelf power is shared among the common nodes.", |
There was a problem hiding this comment.
This documentation URL was updated here, but there are still other dashboards referencing the old https://netapp.github.io/harvest/latest/power-algorithm path (e.g., grafana/dashboards/cmode/datacenter.json:2266). If the old path no longer works, consider updating those occurrences too to keep links consistent across dashboards.
No description provided.