Skip to content

Commit

Permalink
Update Virtualization descriptions (#1650)
Browse files Browse the repository at this point in the history
Update operators/multiclusterobservability/manifests/base/grafana/dash-acm-openshift-virtualization-overview.yaml



Update operators/multiclusterobservability/manifests/base/grafana/dash-acm-openshift-virtualization-overview.yaml

Co-authored-by: Mikela Jackson <[email protected]>
  • Loading branch information
sradco and dockerymick authored Oct 24, 2024
1 parent 9715c0b commit e2cdd04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
}
]
},
"description": "This dashboard provides insights into the health of the OpenShift Virtualization operator and displays key metrics for virtual machines at the cluster level across multiple clusters. It helps monitor and assess the status of virtualization resources, ensuring smooth operation and quick identification of issues.",
"description": "This dashboard provides insights for the health of the OpenShift Virtualization operator and displays key metrics for virtual machines at the cluster level across multiple clusters. It helps monitor and assess the status of virtualization resources, ensuring ease of operation and quick identification of issues.",
"editable": true,
"gnetId": null,
"graphTooltip": 0,
Expand All @@ -43,7 +43,7 @@ data:
},
{
"datasource": null,
"description": "Total Clusters with OpenShift Virtualization",
"description": "Total clusters with OpenShift Virtualization.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -100,7 +100,7 @@ data:
},
{
"datasource": null,
"description": "Total number of clusters that have alerts that are firing with the operator_health_impact level: critical.",
"description": "Total number of clusters with critical issues that impact the operator health, which are based on alerts and the operator conditions. This means there is a risk of core functionality loss for your clusters.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -158,7 +158,7 @@ data:
},
{
"datasource": null,
"description": "Total number of nodes available to host virtual machines",
"description": "Total number of nodes that are available to host virtual machines.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -221,7 +221,7 @@ data:
},
{
"datasource": null,
"description": "Total number of Virtual Machines",
"description": "Total number of virtual machines.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -501,7 +501,7 @@ data:
},
{
"datasource": null,
"description": "Total number of clusters that have alerts that are firing with the operator_health_impact level: warning.",
"description": "Total number of clusters with warning level issues that impact the operator health, which are based on alerts and the operator conditions. This means there is a risk of core functionality loss for your clusters.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
}
]
},
"description": "This dashboard provides a comprehensive list of all virtual machines across clusters, offering detailed insights into each VM’s configuration. Users can easily search and filter VMs based on various attributes, enabling quick access to specific information for effective management and troubleshooting.",
"description": "This dashboard provides a comprehensive list of all virtual machines across clusters, offering detailed insights into each configuration of the virtual machines. You can easily search and filter virtual machines based on various attributes, enabling quick access to specific information for effective management and troubleshooting.",
"editable": true,
"gnetId": null,
"graphTooltip": 0,
Expand Down Expand Up @@ -344,7 +344,7 @@ data:
},
"datasource": null,
"definition": "label_values(kubevirt_vm_running_status_last_transition_timestamp_seconds{cluster=~\"$cluster\"}, namespace)",
"description": "Filter the Virtual Machine by its Namespace",
"description": "Filter the virtual machine by the namespace.",
"error": null,
"hide": 0,
"includeAll": true,
Expand Down Expand Up @@ -375,7 +375,7 @@ data:
},
"datasource": null,
"definition": "label_values(kubevirt_vm_running_status_last_transition_timestamp_seconds{cluster=~\"$cluster\", namespace=~\"$namespace\"}, name)",
"description": "Filter the Virtual Machine by its name",
"description": "Filter the virtual machine by the name.",
"error": null,
"hide": 0,
"includeAll": true,
Expand Down

0 comments on commit e2cdd04

Please sign in to comment.