Skip to content

Commit

Permalink
feat: add bucket detail in data protection dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Dec 18, 2024
1 parent 5881fa3 commit af3d255
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions grafana/dashboards/cmode/data_protection_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@
"panels": [
{
"datasource": "${DS_PROMETHEUS}",
"description": "Number of unhealthy snapmirrors.",
"description": "Number of total buckets.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -1643,7 +1643,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "Number of unhealthy snapmirrors.",
"description": "Number of buckets which are not protected.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -1710,7 +1710,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "Number of unhealthy snapmirrors.",
"description": "Number of buckets which are not backed up to cloud.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -1777,7 +1777,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "This panel displays volumes detail with snapshot count.",
"description": "This panel displays bucket detail.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -1989,7 +1989,7 @@
]
},
"gridPos": {
"h": 15,
"h": 7,
"w": 24,
"x": 0,
"y": 8
Expand Down Expand Up @@ -2122,7 +2122,7 @@
"panels": [
{
"datasource": "${DS_PROMETHEUS}",
"description": "This panel displays volumes detail with snapshot count.",
"description": "This panel displays protection policy detail.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -2394,7 +2394,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "This panel displays volumes detail with snapshot count.",
"description": "This panel displays Snapshot policy detail.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -2662,7 +2662,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "This panel displays volumes detail with snapshot count.",
"description": "This panel displays cluster schedules detail.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down

0 comments on commit af3d255

Please sign in to comment.