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

added description to switch-to-grafana-admin.sh #1764

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COMPONENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.0
2.13.0
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
Loading