Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Tiering data changes for volume - template change #2343

Merged
merged 13 commits into from
Sep 29, 2023
Merged

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Sep 4, 2023

image image
  • volume template changes
  • volume dashboard changes
  • aggregare template changes
  • aggregate dashboard changes

@Hardikl
Copy link
Contributor Author

Hardikl commented Sep 11, 2023

image

@Hardikl
Copy link
Contributor Author

Hardikl commented Sep 12, 2023

image image image

@Hardikl
Copy link
Contributor Author

Hardikl commented Sep 13, 2023

Aggregate Fabricpool Drilldown:
image

Added new panels in Volume Statistics
image

@Hardikl
Copy link
Contributor Author

Hardikl commented Sep 20, 2023

Updated list of rows for volume dashboard
image

grafana/dashboards/cmode/aggregate.json Show resolved Hide resolved
grafana/dashboards/cmode/aggregate.json Show resolved Hide resolved
cmd/collectors/zapi/plugins/aggregate/aggregate.go Outdated Show resolved Hide resolved
cmd/collectors/zapi/plugins/aggregate/aggregate.go Outdated Show resolved Hide resolved
request := node.NewXMLS("aggr-space-get-iter")
request.NewChildS("max-records", collectors.DefaultBatchSize)
if result, err = a.client.InvokeZapiCall(request); err != nil {
return aggrFootprintMap, err
Copy link
Contributor

Choose a reason for hiding this comment

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

return nil if error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If it's error, it would return empty map and it will skip block at line 74.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Handled the error case

cmd/collectors/zapi/plugins/volume/volume.go Show resolved Hide resolved
cmd/collectors/zapi/plugins/volume/volume.go Outdated Show resolved Hide resolved
rahulguptajss
rahulguptajss previously approved these changes Sep 27, 2023
cgrinds
cgrinds previously approved these changes Sep 29, 2023
rahulguptajss
rahulguptajss previously approved these changes Sep 29, 2023
@Hardikl Hardikl dismissed stale reviews from rahulguptajss and cgrinds via 3ab6600 September 29, 2023 15:42
rahulguptajss
rahulguptajss previously approved these changes Sep 29, 2023
@cgrinds cgrinds merged commit cf314d9 into main Sep 29, 2023
9 checks passed
@cgrinds cgrinds deleted the hl_vol_feat branch September 29, 2023 18:32
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.

Tiering data similar to ONTAP "volume show-footprint" and "storage aggregate show-space"
3 participants