Skip to content

Conversation

@Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Nov 21, 2025

Thanks to @Venumadhu for reporting!

image

@cla-bot cla-bot bot added the cla-signed label Nov 21, 2025
@Hardikl Hardikl linked an issue Nov 21, 2025 that may be closed by this pull request
@cgrinds cgrinds requested a review from Copilot November 21, 2025 12:29
Copy link

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

This PR adds serial number information in hexadecimal format to the LUN table in the Grafana dashboard by switching from the public REST API to the private CLI API endpoint. The change enables display of the serial_hex field alongside existing LUN metrics.

Key changes:

  • Switched LUN data collection from api/storage/luns to api/private/cli/lun to access serial_hex field
  • Added serial_hex column to the Grafana LUN dashboard table
  • Updated documentation to reflect the new API endpoint and field mappings

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
conf/rest/9.12.0/lun.yaml Changed query endpoint from public REST API to private CLI API and updated field mappings to include serial_hex
grafana/dashboards/cmode/lun.json Added serial_hex column to LUN table with display name "Serial Hex" and capitalized "Status" label
docs/ontap-metrics.md Updated documentation to reflect new API endpoint, removed netstat metrics, and added poller_concurrent_collectors metric
mcp/metadata/ontap_metrics.json Removed netstat metrics and added poller_concurrent_collectors metric
cmd/tools/generate/counter.yaml Added descriptions for lun_size and lun_size_used metrics

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cgrinds cgrinds merged commit de7424b into main Nov 21, 2025
10 checks passed
@cgrinds cgrinds deleted the hl_lun_hex branch November 21, 2025 12:33
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.

LUN Serial hex numbers

3 participants