Path: blob/main/operations/observability/mixins/IDE/dashboards/components/browser-overview.json
2501 views
{1"annotations": {2"list": [3{4"builtIn": 1,5"datasource": {6"type": "grafana",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": 71,27"links": [],28"liveNow": false,29"panels": [30{31"datasource": {32"type": "prometheus",33"uid": "${datasource}"34},35"description": "supervisor frontend error rate [2m], including browser VSCode workbench resources load errors",36"fieldConfig": {37"defaults": {38"color": {39"mode": "palette-classic"40},41"custom": {42"axisCenteredZero": false,43"axisColorMode": "text",44"axisLabel": "",45"axisPlacement": "auto",46"barAlignment": 0,47"drawStyle": "line",48"fillOpacity": 0,49"gradientMode": "none",50"hideFrom": {51"legend": false,52"tooltip": false,53"viz": false54},55"lineInterpolation": "linear",56"lineStyle": {57"fill": "solid"58},59"lineWidth": 1,60"pointSize": 5,61"scaleDistribution": {62"type": "linear"63},64"showPoints": "auto",65"spanNulls": false,66"stacking": {67"group": "A",68"mode": "none"69},70"thresholdsStyle": {71"mode": "off"72}73},74"mappings": [],75"thresholds": {76"mode": "absolute",77"steps": [78{79"color": "green",80"value": null81},82{83"color": "red",84"value": 8085}86]87}88},89"overrides": []90},91"gridPos": {92"h": 7,93"w": 12,94"x": 0,95"y": 096},97"id": 1,98"options": {99"legend": {100"calcs": [101"max",102"mean",103"last"104],105"displayMode": "table",106"placement": "bottom",107"showLegend": true108},109"tooltip": {110"mode": "multi",111"sort": "desc"112}113},114"targets": [115{116"datasource": {117"type": "prometheus",118"uid": "${datasource}"119},120"editorMode": "code",121"expr": "sum(rate(gitpod_supervisor_frontend_error_total{cluster=~\"$cluster\"}[2m])) by (error, resource) / sum(rate(gitpod_supervisor_frontend_client_total{cluster=~\"$cluster\"}[2m]))",122"hide": false,123"legendFormat": "{{error}} - {{resource}}",124"range": true,125"refId": "A"126}127],128"title": "Errors",129"type": "timeseries"130}131],132"schemaVersion": 37,133"style": "dark",134"tags": [],135"templating": {136"list": [137{138"current": {139"selected": false,140"text": "VictoriaMetrics",141"value": "VictoriaMetrics"142},143"hide": 0,144"includeAll": false,145"multi": false,146"name": "datasource",147"options": [],148"query": "prometheus",149"refresh": 1,150"regex": "",151"skipUrlSync": false,152"type": "datasource"153},154{155"current": {156"selected": true,157"text": [158"All"159],160"value": [161"$__all"162]163},164"datasource": {165"type": "prometheus",166"uid": "${datasource}"167},168"definition": "label_values(up{job=\"ide-metrics\"}, cluster)",169"hide": 0,170"includeAll": true,171"label": "Cluster",172"multi": true,173"name": "cluster",174"options": [],175"query": {176"query": "label_values(up{job=\"ide-metrics\"}, cluster)",177"refId": "StandardVariableQuery"178},179"refresh": 1,180"regex": "",181"skipUrlSync": false,182"sort": 0,183"type": "query"184}185]186},187"time": {188"from": "now-6h",189"to": "now"190},191"timepicker": {},192"timezone": "",193"title": "Browser Overview",194"uid": "2wGfMlWVz",195"version": 2,196"weekStart": ""197}198199200