Path: blob/main/operations/observability/mixins/workspace/dashboards/ephemeral-storage.json
2501 views
{1"annotations": {2"list": [3{4"builtIn": 1,5"datasource": {6"type": "datasource",7"uid": "grafana"8},9"enable": true,10"hide": true,11"iconColor": "rgba(0, 211, 255, 1)",12"name": "Annotations & Alerts",13"target": {14"limit": 100,15"matchAny": false,16"tags": [],17"type": "dashboard"18},19"type": "dashboard"20}21]22},23"editable": true,24"fiscalYearStartMonth": 0,25"graphTooltip": 0,26"id": 70,27"links": [],28"liveNow": false,29"panels": [30{31"datasource": {32"type": "prometheus",33"uid": "${datasource}"34},35"fieldConfig": {36"defaults": {37"color": {38"mode": "palette-classic"39},40"custom": {41"axisLabel": "",42"axisPlacement": "auto",43"barAlignment": 0,44"drawStyle": "line",45"fillOpacity": 0,46"gradientMode": "none",47"hideFrom": {48"legend": false,49"tooltip": false,50"viz": false51},52"lineInterpolation": "smooth",53"lineWidth": 1,54"pointSize": 5,55"scaleDistribution": {56"type": "linear"57},58"showPoints": "auto",59"spanNulls": true,60"stacking": {61"group": "A",62"mode": "none"63},64"thresholdsStyle": {65"mode": "off"66}67},68"mappings": [],69"thresholds": {70"mode": "absolute",71"steps": [72{73"color": "green",74"value": null75},76{77"color": "red",78"value": 8079}80]81},82"unit": "decbytes"83},84"overrides": []85},86"gridPos": {87"h": 13,88"w": 24,89"x": 0,90"y": 091},92"id": 2,93"options": {94"legend": {95"calcs": [],96"displayMode": "list",97"placement": "bottom"98},99"tooltip": {100"mode": "single",101"sort": "none"102}103},104"targets": [105{106"datasource": {107"type": "prometheus",108"uid": "${datasource}"109},110"editorMode": "code",111"expr": "sum(kube_pod_ephemeral_storage_used_bytes{cluster=~\"$cluster\",node=~\"$node\",exported_pod=~\"ws-.*\",exported_pod!~\"ws-daemon.*\",exported_pod!~\"ws-proxy.*\",exported_pod!~\"ws-manager.*\" }) by (exported_pod)",112"legendFormat": "{{exported_pod}}",113"range": true,114"refId": "A"115}116],117"title": "Used storage",118"type": "timeseries"119}120],121"refresh": "30s",122"schemaVersion": 36,123"style": "dark",124"tags": [],125"templating": {126"list": [127{128"current": {129"selected": true,130"text": [131"us56"132],133"value": [134"us56"135]136},137"datasource": {138"type": "prometheus",139"uid": "$datasource"140},141"definition": "label_values(container_cpu_usage_seconds_total, cluster)",142"hide": 0,143"includeAll": true,144"label": "Cluster",145"multi": true,146"name": "cluster",147"options": [],148"query": {149"query": "label_values(container_cpu_usage_seconds_total, cluster)",150"refId": "$datasource-cluster-Variable-Query"151},152"refresh": 2,153"regex": "",154"skipUrlSync": false,155"sort": 0,156"tagValuesQuery": "",157"tagsQuery": "",158"type": "query",159"useTags": false160},161{162"current": {163"selected": true,164"text": [165"All"166],167"value": [168"$__all"169]170},171"datasource": {172"type": "prometheus",173"uid": "$datasource"174},175"definition": "label_values(container_cpu_usage_seconds_total{cluster=~\"$cluster\"}, node)",176"hide": 0,177"includeAll": true,178"label": "Node",179"multi": true,180"name": "node",181"options": [],182"query": {183"query": "label_values(container_cpu_usage_seconds_total{cluster=~\"$cluster\"}, node)",184"refId": "StandardVariableQuery"185},186"refresh": 2,187"regex": "",188"skipUrlSync": false,189"sort": 0,190"tagValuesQuery": "",191"tagsQuery": "",192"type": "query",193"useTags": false194},195{196"current": {197"selected": true,198"text": [199"All"200],201"value": [202"$__all"203]204},205"datasource": {206"type": "prometheus",207"uid": "$datasource"208},209"definition": "label_values(container_cpu_usage_seconds_total{cluster=~\"$cluster\", node=~\"$node\"}, pod)",210"hide": 0,211"includeAll": true,212"label": "Pod",213"multi": true,214"name": "pod",215"options": [],216"query": {217"query": "label_values(container_cpu_usage_seconds_total{cluster=~\"$cluster\", node=~\"$node\"}, pod)",218"refId": "StandardVariableQuery"219},220"refresh": 2,221"regex": "",222"skipUrlSync": false,223"sort": 0,224"tagValuesQuery": "",225"tagsQuery": "",226"type": "query",227"useTags": false228},229{230"current": {231"selected": false,232"text": "VictoriaMetrics",233"value": "VictoriaMetrics"234},235"hide": 2,236"includeAll": false,237"multi": false,238"name": "datasource",239"options": [],240"query": "prometheus",241"refresh": 2,242"regex": "",243"skipUrlSync": false,244"type": "datasource"245}246]247},248"time": {249"from": "now-1h",250"to": "now"251},252"timepicker": {253"refresh_intervals": [254"30s",255"1m",256"5m",257"15m",258"30m",259"1h",260"2h",261"1d",262"2d"263]264},265"timezone": "utc",266"title": "Workspace Ephemeral Storage",267"uid": "workspace-ephemeral-storage",268"version": 10,269"weekStart": ""270}271272