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

fix: units, duplicate graphs, use more flexible variables #454

Merged
merged 3 commits into from
Aug 27, 2021

Conversation

vgratian
Copy link
Contributor

fixed a number of issues mentioned in my comment here

grafana/dashboards/harvest_dashboard_svm.json Show resolved Hide resolved
@@ -193,21 +195,22 @@
"text": {},
"textMode": "auto"
},
"pluginVersion": "8.0.6",
"pluginVersion": "7.5.6",
Copy link
Contributor

Choose a reason for hiding this comment

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

same 7.5.4

}
},
"pluginVersion": "8.0.6",
"targets": [
{
"exemplar": false,
"expr": "svm_nfs_read_avg_latency{datacenter=\"$Datacenter\",cluster=\"$Cluster\",svm=~\"$SVM\",nfsv=\"v3\"} / 1000",
"expr": "avg(svm_nfs_read_avg_latency{datacenter=\"$Datacenter\",cluster=\"$Cluster\",svm=~\"$SVM\",nfsv=\"v3\"})",
Copy link
Contributor

Choose a reason for hiding this comment

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

$NFSv

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks a lot for noticing this!

"hide": false,
"interval": "",
"legendFormat": "Read",
"refId": "Read Latency"
},
{
"exemplar": false,
"expr": "svm_nfs_write_avg_latency{datacenter=\"$Datacenter\",cluster=\"$Cluster\",svm=~\"$SVM\",nfsv=\"v3\"} / 1000",
"expr": "avg(svm_nfs_write_avg_latency{datacenter=\"$Datacenter\",cluster=\"$Cluster\",svm=~\"$SVM\",nfsv=\"v3\"})",
Copy link
Contributor

Choose a reason for hiding this comment

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

same

@vgratian vgratian requested a review from Hardikl August 26, 2021 15:28
@cgrinds cgrinds merged commit 45868b9 into main Aug 27, 2021
@cgrinds cgrinds deleted the prom-dashboard-svm branch August 27, 2021 11:51
cgrinds pushed a commit that referenced this pull request Aug 27, 2021
* fix: units, duplicate graphs, use more flexible variables
* fix: titles, missing read-write ops for nfsv4
* fix: nfs version to variable
rahulguptajss added a commit that referenced this pull request Aug 27, 2021
fix: units, duplicate graphs, use more flexible variables (#454)
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