provides easy installation and basic deployment based on specific configurations for SODA Projects
Apache License 2.0
35
stars
68
forks
source link
Added new Grafana dashboard with new and updated metrics for resources. Updated the Storage details dashboard. Removed the existing overall dashboard. #468
What this PR does / why we need it:
This PR adds the new Grafana dashboard to support the visualization of performance metrics that are captured by Delfin for all the resources.
Currently the dashboard shows metrics for:
Controllers
Disks
Ports
Storage Pools
Volumes
Storage
The existing overall dashboard has been removed since the filters are now updated to display all resources.
This PR also updates the existing storage details dashboard to reflect the change in metric name for Requests.
storage_requests -> storage_iopsstorage_readRequests -> storage_readIopsstorage_writeRequests -> storage_writeIops
This PR also has a small update to the docker-compose file to bring up the Grafana container. The restart policy is set to always.
What type of PR is this? /kind enhancement
What this PR does / why we need it: This PR adds the new Grafana dashboard to support the visualization of performance metrics that are captured by Delfin for all the resources. Currently the dashboard shows metrics for:
The existing overall dashboard has been removed since the filters are now updated to display all resources.
This PR also updates the existing storage details dashboard to reflect the change in metric name for Requests.
storage_requests
->storage_iops
storage_readRequests
->storage_readIops
storage_writeRequests
->storage_writeIops
This PR also has a small update to the docker-compose file to bring up the Grafana container. The
restart
policy is set toalways
.Which issue(s) this PR fixes: Fixes #466
Test Report Added?: /kind TESTED
Test Report: Overall Dashboard - in Grafana
Overall Dashboard - Embedded in SODA dashboard
Select Storage
Select Resource Type
Select Resource ID
Special notes for your reviewer: