Skip to content

Commit

Permalink
addressed comments for removing unnecessary/empty fields
Browse files Browse the repository at this point in the history
  • Loading branch information
philshin-google authored Nov 14, 2024
1 parent 2d24455 commit d3fbcc5
Showing 1 changed file with 13 additions and 48 deletions.
61 changes: 13 additions & 48 deletions dashboards/google-compute-disk/compute-disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"displayName": "Disk",
"visible": true
},
{
"column": "Name (from instance_id)",
"visible": false
},
{
"column": "instance_id",
"visible": false
Expand Down Expand Up @@ -82,14 +78,12 @@
"incidentList": {
"monitoredResources": [
{
"type": "gce_disk",
"labels": {}
"type": "gce_disk"
}
],
"policyNames": []
},
"title": "Incidents",
"id": ""
"title": "Incidents"
}
},
{
Expand All @@ -113,17 +107,12 @@
"resource.label.\"instance_id\""
]
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "",
"minAlignmentPeriod": "60s",
"targetAxis": "Y1",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y1"
},
{
"timeSeriesQuery": {
Expand All @@ -138,17 +127,11 @@
"resource.label.\"instance_id\""
]
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "",
"minAlignmentPeriod": "60s",
"targetAxis": "Y1",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y1"
}
],
"thresholds": [],
Expand All @@ -162,8 +145,7 @@
"displayHorizontal": false
}
},
"title": "Volume Throughput",
"id": ""
"title": "Volume Throughput"
}
},
{
Expand All @@ -187,17 +169,11 @@
"resource.label.\"project_id\""
]
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "",
"minAlignmentPeriod": "60s",
"targetAxis": "Y1",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y1"
},
{
"timeSeriesQuery": {
Expand All @@ -212,22 +188,14 @@
"resource.label.\"project_id\""
]
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "",
"minAlignmentPeriod": "60s",
"targetAxis": "Y1",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y1"
}
],
"thresholds": [],
"yAxis": {
"label": "",
"scale": "LINEAR"
},
"chartOptions": {
Expand All @@ -236,12 +204,9 @@
"displayHorizontal": false
}
},
"title": "Volume IOPS",
"id": ""
"title": "Volume IOPS"
}
}
]
},
"dashboardFilters": [],
"labels": {}
}
}

0 comments on commit d3fbcc5

Please sign in to comment.