Path: blob/main/operations/observability/mixins/meta/dashboards/components/meta-services.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": 68,27"links": [],28"liveNow": false,29"panels": [30{31"datasource": {32"uid": "$datasource"33},34"fieldConfig": {35"defaults": {36"color": {37"mode": "palette-classic"38},39"custom": {40"axisCenteredZero": false,41"axisColorMode": "text",42"axisLabel": "",43"axisPlacement": "auto",44"barAlignment": 0,45"drawStyle": "line",46"fillOpacity": 10,47"gradientMode": "none",48"hideFrom": {49"legend": false,50"tooltip": false,51"viz": false52},53"lineInterpolation": "linear",54"lineWidth": 1,55"pointSize": 5,56"scaleDistribution": {57"type": "linear"58},59"showPoints": "never",60"spanNulls": true,61"stacking": {62"group": "A",63"mode": "none"64},65"thresholdsStyle": {66"mode": "off"67}68},69"mappings": [],70"min": 0,71"thresholds": {72"mode": "absolute",73"steps": [74{75"color": "green",76"value": null77},78{79"color": "red",80"value": 8081}82]83},84"unit": "short"85},86"overrides": []87},88"gridPos": {89"h": 12,90"w": 24,91"x": 0,92"y": 093},94"id": 2,95"options": {96"legend": {97"calcs": [],98"displayMode": "table",99"placement": "bottom",100"showLegend": true101},102"tooltip": {103"mode": "single",104"sort": "none"105}106},107"pluginVersion": "8.2.2",108"repeat": "cluster",109"repeatDirection": "h",110"targets": [111{112"datasource": {113"uid": "$datasource"114},115"exemplar": true,116"expr": "sum(\n rate(container_cpu_usage_seconds_total{container!=\"POD\", cluster=~\"$cluster\", node=~\"$node\", pod=~\"$component-.*\"}[5m])\n) by (pod, cluster, node)",117"hide": false,118"interval": "",119"legendFormat": "{{ pod }} - {{ node }}",120"queryType": "randomWalk",121"refId": "A"122}123],124"title": "$cluster: CPU per Pod (# of vCores)",125"type": "timeseries"126},127{128"datasource": {129"uid": "$datasource"130},131"fieldConfig": {132"defaults": {133"color": {134"mode": "palette-classic"135},136"custom": {137"axisCenteredZero": false,138"axisColorMode": "text",139"axisLabel": "",140"axisPlacement": "auto",141"barAlignment": 0,142"drawStyle": "line",143"fillOpacity": 10,144"gradientMode": "none",145"hideFrom": {146"legend": false,147"tooltip": false,148"viz": false149},150"lineInterpolation": "linear",151"lineWidth": 1,152"pointSize": 5,153"scaleDistribution": {154"type": "linear"155},156"showPoints": "never",157"spanNulls": true,158"stacking": {159"group": "A",160"mode": "none"161},162"thresholdsStyle": {163"mode": "off"164}165},166"mappings": [],167"min": 0,168"thresholds": {169"mode": "absolute",170"steps": [171{172"color": "green",173"value": null174},175{176"color": "red",177"value": 80178}179]180},181"unit": "bytes"182},183"overrides": []184},185"gridPos": {186"h": 12,187"w": 24,188"x": 0,189"y": 12190},191"id": 4,192"options": {193"legend": {194"calcs": [],195"displayMode": "table",196"placement": "bottom",197"showLegend": true198},199"tooltip": {200"mode": "single",201"sort": "none"202}203},204"pluginVersion": "8.2.2",205"repeat": "cluster",206"targets": [207{208"datasource": {209"uid": "$datasource"210},211"exemplar": true,212"expr": "sum(container_memory_working_set_bytes{container!=\"POD\", cluster=~\"$cluster\", node=~\"$node\", pod=~\"$component-.*\"}) by (pod, cluster, node)",213"interval": "",214"legendFormat": "{{ pod }} - {{ node }}",215"queryType": "randomWalk",216"refId": "A"217}218],219"title": "$cluster: RAM usage",220"type": "timeseries"221},222{223"datasource": {224"uid": "$datasource"225},226"fieldConfig": {227"defaults": {228"color": {229"mode": "palette-classic"230},231"custom": {232"axisCenteredZero": false,233"axisColorMode": "text",234"axisLabel": "",235"axisPlacement": "auto",236"barAlignment": 0,237"drawStyle": "line",238"fillOpacity": 10,239"gradientMode": "none",240"hideFrom": {241"legend": false,242"tooltip": false,243"viz": false244},245"lineInterpolation": "linear",246"lineWidth": 1,247"pointSize": 5,248"scaleDistribution": {249"type": "linear"250},251"showPoints": "never",252"spanNulls": true,253"stacking": {254"group": "A",255"mode": "none"256},257"thresholdsStyle": {258"mode": "off"259}260},261"mappings": [],262"min": 0,263"thresholds": {264"mode": "absolute",265"steps": [266{267"color": "green",268"value": null269},270{271"color": "red",272"value": 80273}274]275},276"unit": "binBps"277},278"overrides": []279},280"gridPos": {281"h": 12,282"w": 24,283"x": 0,284"y": 24285},286"id": 5,287"options": {288"legend": {289"calcs": [],290"displayMode": "table",291"placement": "bottom",292"showLegend": true293},294"tooltip": {295"mode": "single",296"sort": "none"297}298},299"pluginVersion": "8.2.2",300"repeat": "cluster",301"repeatDirection": "h",302"targets": [303{304"datasource": {305"uid": "$datasource"306},307"exemplar": true,308"expr": "sum (\n rate(container_network_receive_bytes_total{container!=\"POD\", cluster=~\"$cluster\", node=~\"$node\", pod=~\"$component-.*\"}[5m])\n) by (pod, cluster, node)",309"interval": "",310"legendFormat": "{{ pod }} - {{ node }}",311"queryType": "randomWalk",312"refId": "A"313}314],315"title": "$cluster: Network Utilization",316"type": "timeseries"317}318],319"refresh": "",320"schemaVersion": 38,321"style": "dark",322"tags": [323"gitpod-mixin"324],325"templating": {326"list": [327{328"current": {329"selected": false,330"text": "VictoriaMetrics",331"value": "VictoriaMetrics"332},333"hide": 0,334"includeAll": false,335"multi": false,336"name": "datasource",337"options": [],338"query": "prometheus",339"queryValue": "",340"refresh": 1,341"regex": "",342"skipUrlSync": false,343"type": "datasource"344},345{346"allValue": ".*",347"current": {348"selected": true,349"text": [350"All"351],352"value": [353"$__all"354]355},356"datasource": {357"type": "prometheus",358"uid": "$datasource"359},360"definition": "label_values(up{job=\"redis\"},cluster)",361"hide": 0,362"includeAll": true,363"label": "cluster",364"multi": true,365"name": "cluster",366"options": [],367"query": {368"query": "label_values(up{job=\"redis\"},cluster)",369"refId": "PrometheusVariableQueryEditor-VariableQuery"370},371"refresh": 2,372"regex": "",373"skipUrlSync": false,374"sort": 1,375"tagValuesQuery": "",376"tagsQuery": "",377"type": "query",378"useTags": false379},380{381"allValue": ".*",382"current": {383"selected": true,384"text": [385"All"386],387"value": [388"$__all"389]390},391"datasource": {392"type": "prometheus",393"uid": "$datasource"394},395"definition": "label_values(kube_node_info{cluster=~\"$cluster\", node=~\".*-services-.*\"}, node)",396"hide": 0,397"includeAll": true,398"label": "node",399"multi": true,400"name": "node",401"options": [],402"query": {403"query": "label_values(kube_node_info{cluster=~\"$cluster\", node=~\".*-services-.*\"}, node)",404"refId": "StandardVariableQuery"405},406"refresh": 2,407"regex": "",408"skipUrlSync": false,409"sort": 1,410"type": "query"411},412{413"allValue": "",414"current": {415"selected": true,416"text": [417"content-service",418"dashboard",419"db",420"proxy",421"server",422"ws-manager-bridge"423],424"value": [425"content-service",426"dashboard",427"db",428"proxy",429"server",430"ws-manager-bridge"431]432},433"hide": 0,434"includeAll": true,435"label": "component",436"multi": true,437"name": "component",438"options": [439{440"selected": false,441"text": "All",442"value": "$__all"443},444{445"selected": true,446"text": "content-service",447"value": "content-service"448},449{450"selected": true,451"text": "dashboard",452"value": "dashboard"453},454{455"selected": true,456"text": "db",457"value": "db"458},459{460"selected": true,461"text": "proxy",462"value": "proxy"463},464{465"selected": true,466"text": "server",467"value": "server"468},469{470"selected": true,471"text": "ws-manager-bridge",472"value": "ws-manager-bridge"473},474{475"selected": false,476"text": "image-builder",477"value": "image-builder"478},479{480"selected": false,481"text": "image-builder-mk3",482"value": "image-builder-mk3"483}484],485"query": "content-service, dashboard, db, proxy, server, ws-manager-bridge, image-builder, image-builder-mk3",486"queryValue": "",487"skipUrlSync": false,488"type": "custom"489}490]491},492"time": {493"from": "now-3h",494"to": "now"495},496"timepicker": {},497"timezone": "utc",498"title": "Meta Services",499"uid": "gitpod-services",500"version": 1,501"weekStart": ""502}503504505