Skip to content

doc: update power dashboard link#4221

Merged
rahulguptajss merged 1 commit intomainfrom
rg2-fix-power
Apr 2, 2026
Merged

doc: update power dashboard link#4221
rahulguptajss merged 1 commit intomainfrom
rg2-fix-power

Conversation

@rahulguptajss
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 2, 2026 08:20
@cla-bot cla-bot bot added the cla-signed label Apr 2, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.",
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"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.",

Copilot uses AI. Check for mistakes.
"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.",
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@rahulguptajss rahulguptajss merged commit 77d6c6b into main Apr 2, 2026
14 checks passed
@rahulguptajss rahulguptajss deleted the rg2-fix-power branch April 2, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants