-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Modernize vSphere dashboards with enhanced filtering and query format #21910
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
base: master
Are you sure you want to change the base?
Modernize vSphere dashboards with enhanced filtering and query format #21910
Conversation
- Update dashboard query format from legacy to modern formula-based queries - Add comprehensive template variables (vcenter_server, vcenter_datacenter, vsphere_host, VM) - Enhance filtering capabilities across all widgets with new template variables - Add vSAN cluster monitoring widgets to overview dashboard - Standardize dashboard file naming (fix hyphen inconsistency) - Update manifest.json to reflect new dashboard paths
|
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
joepeeples
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagged a couple possible typos, otherwise LGTM, thanks!
vsphere/assets/dashboards/vmware_vsphere_-_property_metrics.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Joe Peeples <[email protected]>
Review from joepeeples is dismissed. Related teams and files:
- documentation
- vsphere/assets/dashboards/vmware_vsphere_-_overview.json
Co-authored-by: Joe Peeples <[email protected]>
vsphere/manifest.json
Outdated
| "VMware vSphere TKG - Overview": "assets/dashboards/vmware_vsphere_tkg_-_overview.json", | ||
| "VMware vSphere - Property Metrics": "assets/dashboards/vmware_vsphere-_property_metrics.json" | ||
| "VMware vSphere - Property Metrics": "assets/dashboards/vmware_vsphere_-_property_metrics.json", | ||
| "VMware vSphere - Overview": "assets/dashboards/vmware_vsphere_-_overview.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These names have no impact on the display name (you will need to update the title in the json file), but changing them will create "new" dashboards. Can you revert the changes to the names here?
Also, the file name also does not change anything about the dashboard, but changing it makes the PR harder to review. Would you be ok with changing that back as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sarah-witt please see latest changes
- Rename vmware_vsphere_-_overview.json to vsphere_overview.json - Rename vmware_vsphere_-_property_metrics.json to vmware_vsphere-_property_metrics.json (fix hyphen) - Update manifest.json to reflect new dashboard paths
What does this PR do?
Motivation
Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged