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

SVM grafana dashboard : SVM regex filter not applied ?! #2338

Closed
slater0013 opened this issue Sep 1, 2023 · 4 comments · Fixed by #2340
Closed

SVM grafana dashboard : SVM regex filter not applied ?! #2338

slater0013 opened this issue Sep 1, 2023 · 4 comments · Fixed by #2340
Labels
23.11 feature New feature or request status/done

Comments

@slater0013
Copy link

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please let us know in a comment

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.

svm_variable

But, If I let dashboard variables "unfiltered" (default values), panels show "too much" data related to other SVMs. Regex filtering is not effective here.

svm_dashboard_view_anon

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

N/A

OS and platform

Debian 11

ONTAP or StorageGRID version

N/A

Additional Context

No response

References

No response

@rahulguptajss
Copy link
Contributor

rahulguptajss commented Sep 4, 2023

@slater0013 The issue you're encountering is due to the custom All value of SVM being set to .*. The solution to this problem will be addressed via #2340

@slater0013
Copy link
Author

kool ! Thanks.

@rahulguptajss
Copy link
Contributor

rahulguptajss commented Sep 6, 2023

@slater0013 Fix is available in nightly builds. Could you check and let us know your feedback.

@rahulguptajss rahulguptajss removed their assignment Nov 6, 2023
@rahulguptajss
Copy link
Contributor

verified in main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
23.11 feature New feature or request status/done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants