-
Notifications
You must be signed in to change notification settings - Fork 38
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
SVM grafana dashboard : SVM regex filter not applied ?! #2338
Labels
Comments
@slater0013 The issue you're encountering is due to the custom All value of SVM being set to |
kool ! Thanks. |
@slater0013 Fix is available in nightly builds. Could you check and let us know your feedback. |
verified in main. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A note for the community
Problem
Hello,
Following #2061 feature included in latest release, I am selecting "tenant-specific" dashboards.
The SVM dashbaord gives a lot of interesting datas. Using --svm-variable-regex with bin/grafana import, the $SVM variable is still :
volume_labels{cluster=~"$Cluster"}
But Regex is now set to the value submitted with bin/grafana import tool.
But, If I let dashboard variables "unfiltered" (default values), panels show "too much" data related to other SVMs. Regex filtering is not effective here.
If I explicitly select the SVM variable value, then panels now show correctly filtered datas.
Panel query exemple :
topk($TopResources, volume_read_data{datacenter=~"$Datacenter",cluster=~"$Cluster",svm=~"$SVM",volume=~"$TopVolumeReadThroughput"})
I guess $SVM has no value here until I explicitly select one value in the top filter menu bar.
Since my goal is to create tenant-specific grafana view, do you have any ideas ?
Thanks,
GS
Configuration
No response
Poller
N/A
Version
23.08
Poller logs
OS and platform
Debian 11
ONTAP or StorageGRID version
N/A
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: