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: Harvest should include a SG and ONTAP fabricpool dashboard #1945

Merged
merged 4 commits into from
Apr 20, 2023

Conversation

cgrinds
Copy link
Collaborator

@cgrinds cgrinds commented Apr 17, 2023

No description provided.

@Hardikl
Copy link
Contributor

Hardikl commented Apr 17, 2023

ONTAP Cluster and SG Cluster as variable would be giving little confusion here and while reading the query cluster=~"$SGCluster" it gets added.

image

how about this,
ONTAP Cluster --> Cluster, same as other dashboards
SG Cluster --> Grid, which is easy to interpret that's used only storagegrid metrics

Comment on lines +1376 to +1391
}
],
"title": "Top $TopResources Load Balancer Request Traffic by Policy",
"type": "timeseries"
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
Copy link
Contributor

Choose a reason for hiding this comment

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

image

These both the graphs are at policy level and then applying topk on policy. It took while to get this after few iteration of drop down.

May be description of both panels would be helpful as topk=1 or 2 won't give 1 or 2 records but more which is based on the policy selected.

rahulguptajss
rahulguptajss previously approved these changes Apr 20, 2023
@cgrinds cgrinds merged commit 7ab7d29 into main Apr 20, 2023
@cgrinds cgrinds deleted the cbg-sg-fabricpool branch April 20, 2023 16:20
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.

None yet

3 participants