Path: blob/main/operations/observability/mixins/IDE/dashboards/components/ide-startup-time.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": 1,26"id": 85,27"links": [],28"liveNow": false,29"panels": [30{31"collapsed": false,32"datasource": {33"type": "datasource",34"uid": "grafana"35},36"gridPos": {37"h": 1,38"w": 24,39"x": 0,40"y": 041},42"id": 14,43"panels": [],44"targets": [45{46"datasource": {47"type": "datasource",48"uid": "grafana"49},50"refId": "A"51}52],53"title": "IDE Startup time",54"type": "row"55},56{57"datasource": {58"type": "prometheus",59"uid": "${datasource}"60},61"fieldConfig": {62"defaults": {63"color": {64"mode": "palette-classic"65},66"custom": {67"axisCenteredZero": false,68"axisColorMode": "text",69"axisLabel": "",70"axisPlacement": "auto",71"barAlignment": 0,72"drawStyle": "line",73"fillOpacity": 0,74"gradientMode": "none",75"hideFrom": {76"legend": false,77"tooltip": false,78"viz": false79},80"lineInterpolation": "linear",81"lineWidth": 1,82"pointSize": 5,83"scaleDistribution": {84"type": "linear"85},86"showPoints": "auto",87"spanNulls": false,88"stacking": {89"group": "A",90"mode": "none"91},92"thresholdsStyle": {93"mode": "off"94}95},96"mappings": [],97"thresholds": {98"mode": "absolute",99"steps": [100{101"color": "green",102"value": null103},104{105"color": "red",106"value": 80107}108]109}110},111"overrides": []112},113"gridPos": {114"h": 8,115"w": 24,116"x": 0,117"y": 1118},119"id": 40,120"options": {121"legend": {122"calcs": [],123"displayMode": "list",124"placement": "bottom",125"showLegend": true126},127"tooltip": {128"mode": "single",129"sort": "none"130}131},132"targets": [133{134"datasource": {135"type": "prometheus",136"uid": "${datasource}"137},138"editorMode": "code",139"expr": "sum(supervisor_ide_ready_duration_total_sum{kind=~\"${kind}\", cluster=~\"${cluster}\"}) / sum(supervisor_ide_ready_duration_total_count{kind=~\"${kind}\", cluster=~\"${cluster}\"})",140"legendFormat": "startup time",141"range": true,142"refId": "A"143}144],145"title": "IDE startup time AVG",146"type": "timeseries"147},148{149"datasource": {150"type": "prometheus",151"uid": "${datasource}"152},153"fieldConfig": {154"defaults": {155"color": {156"mode": "palette-classic"157},158"custom": {159"axisCenteredZero": false,160"axisColorMode": "text",161"axisLabel": "",162"axisPlacement": "auto",163"barAlignment": 0,164"drawStyle": "line",165"fillOpacity": 0,166"gradientMode": "none",167"hideFrom": {168"legend": false,169"tooltip": false,170"viz": false171},172"lineInterpolation": "linear",173"lineWidth": 1,174"pointSize": 5,175"scaleDistribution": {176"type": "linear"177},178"showPoints": "auto",179"spanNulls": false,180"stacking": {181"group": "A",182"mode": "none"183},184"thresholdsStyle": {185"mode": "off"186}187},188"mappings": [],189"thresholds": {190"mode": "absolute",191"steps": [192{193"color": "green",194"value": null195},196{197"color": "red",198"value": 80199}200]201}202},203"overrides": []204},205"gridPos": {206"h": 8,207"w": 24,208"x": 0,209"y": 9210},211"id": 41,212"options": {213"legend": {214"calcs": [215"max",216"mean",217"min"218],219"displayMode": "table",220"placement": "right",221"showLegend": true222},223"tooltip": {224"mode": "single",225"sort": "none"226}227},228"targets": [229{230"datasource": {231"type": "prometheus",232"uid": "${datasource}"233},234"editorMode": "code",235"expr": "histogram_quantile(1, sum by(le) (rate(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\", cluster=~\"${cluster}\"}[$__interval])))",236"hide": false,237"legendFormat": "max",238"range": true,239"refId": "A"240},241{242"datasource": {243"type": "prometheus",244"uid": "${datasource}"245},246"editorMode": "code",247"expr": "histogram_quantile(0.99, sum by(le) (rate(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\", cluster=~\"${cluster}\"}[$__interval])))",248"hide": false,249"legendFormat": "0.99",250"range": true,251"refId": "C"252},253{254"datasource": {255"type": "prometheus",256"uid": "${datasource}"257},258"editorMode": "code",259"expr": "histogram_quantile(0.95, sum by(le) (rate(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\", cluster=~\"${cluster}\"}[$__interval])))",260"hide": false,261"legendFormat": "0.95",262"range": true,263"refId": "D"264},265{266"datasource": {267"type": "prometheus",268"uid": "${datasource}"269},270"editorMode": "code",271"expr": "histogram_quantile(0.8, sum by(le) (rate(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\", cluster=~\"${cluster}\"}[$__interval])))",272"hide": false,273"legendFormat": "0.8",274"range": true,275"refId": "B"276},277{278"datasource": {279"type": "prometheus",280"uid": "${datasource}"281},282"editorMode": "code",283"expr": "histogram_quantile(0.5, sum by(le) (rate(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\", cluster=~\"${cluster}\"}[$__interval])))",284"hide": false,285"legendFormat": "median",286"range": true,287"refId": "E"288}289],290"title": "IDE startup time quantiles",291"type": "timeseries"292},293{294"cards": {},295"color": {296"cardColor": "#b4ff00",297"colorScale": "sqrt",298"colorScheme": "interpolateGreens",299"exponent": 0.5,300"mode": "spectrum"301},302"dataFormat": "tsbuckets",303"datasource": {304"type": "prometheus",305"uid": "$datasource"306},307"fieldConfig": {308"defaults": {309"custom": {310"hideFrom": {311"legend": false,312"tooltip": false,313"viz": false314},315"scaleDistribution": {316"type": "linear"317}318}319},320"overrides": []321},322"gridPos": {323"h": 11,324"w": 24,325"x": 0,326"y": 17327},328"heatmap": {},329"hideZeroBuckets": true,330"highlightCards": true,331"id": 36,332"legend": {333"show": false334},335"options": {336"calculate": false,337"calculation": {},338"cellGap": 2,339"cellValues": {},340"color": {341"exponent": 0.5,342"fill": "#b4ff00",343"mode": "scheme",344"reverse": false,345"scale": "exponential",346"scheme": "Greens",347"steps": 128348},349"exemplars": {350"color": "rgba(255,0,255,0.7)"351},352"filterValues": {353"le": 1e-9354},355"legend": {356"show": true357},358"rowsFrame": {359"layout": "auto"360},361"showValue": "never",362"tooltip": {363"show": true,364"yHistogram": false365},366"yAxis": {367"axisPlacement": "left",368"reverse": false,369"unit": "s"370}371},372"pluginVersion": "9.2.6",373"targets": [374{375"datasource": {376"uid": "$datasource"377},378"editorMode": "code",379"expr": "sum(increase(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\"}[$__interval])) by (le)",380"format": "heatmap",381"intervalFactor": 2,382"legendFormat": "{{le}}",383"range": true,384"refId": "A"385}386],387"title": "IDE Startup time",388"tooltip": {389"show": true,390"showHistogram": false391},392"type": "heatmap",393"xAxis": {394"show": true395},396"yAxis": {397"format": "s",398"show": true399},400"yBucketBound": "auto"401},402{403"cards": {},404"color": {405"cardColor": "#b4ff00",406"colorScale": "sqrt",407"colorScheme": "interpolateGreens",408"exponent": 0.5,409"mode": "spectrum"410},411"dataFormat": "tsbuckets",412"datasource": {413"type": "prometheus",414"uid": "$datasource"415},416"description": "",417"fieldConfig": {418"defaults": {419"custom": {420"hideFrom": {421"legend": false,422"tooltip": false,423"viz": false424},425"scaleDistribution": {426"type": "linear"427}428}429},430"overrides": []431},432"gridPos": {433"h": 11,434"w": 12,435"x": 0,436"y": 28437},438"heatmap": {},439"hideZeroBuckets": true,440"highlightCards": true,441"id": 37,442"legend": {443"show": false444},445"maxPerRow": 2,446"options": {447"calculate": false,448"calculation": {},449"cellGap": 2,450"cellValues": {},451"color": {452"exponent": 0.5,453"fill": "#b4ff00",454"mode": "scheme",455"reverse": false,456"scale": "exponential",457"scheme": "Greens",458"steps": 128459},460"exemplars": {461"color": "rgba(255,0,255,0.7)"462},463"filterValues": {464"le": 1e-9465},466"legend": {467"show": true468},469"rowsFrame": {470"layout": "auto"471},472"showValue": "never",473"tooltip": {474"show": true,475"yHistogram": false476},477"yAxis": {478"axisPlacement": "left",479"reverse": false,480"unit": "s"481}482},483"pluginVersion": "9.2.6",484"repeat": "cluster",485"repeatDirection": "h",486"targets": [487{488"datasource": {489"uid": "$datasource"490},491"editorMode": "code",492"expr": "sum(increase(supervisor_ide_ready_duration_total_bucket{kind=~\"${kind}\", cluster=~\"${cluster}\"}[$__interval])) by (le)",493"format": "heatmap",494"intervalFactor": 2,495"legendFormat": "{{le}}",496"range": true,497"refId": "A"498}499],500"title": "${cluster}: IDE Startup time",501"tooltip": {502"show": true,503"showHistogram": false504},505"type": "heatmap",506"xAxis": {507"show": true508},509"yAxis": {510"format": "s",511"show": true512},513"yBucketBound": "auto"514}515],516"refresh": "30s",517"schemaVersion": 37,518"style": "dark",519"tags": [],520"templating": {521"list": [522{523"current": {524"selected": false,525"text": "VictoriaMetrics",526"value": "VictoriaMetrics"527},528"hide": 0,529"includeAll": false,530"multi": false,531"name": "datasource",532"options": [],533"query": "prometheus",534"refresh": 1,535"regex": "",536"skipUrlSync": false,537"type": "datasource"538},539{540"current": {541"selected": true,542"text": [543"All"544],545"value": [546"$__all"547]548},549"datasource": {550"uid": "$datasource"551},552"definition": "label_values(supervisor_ide_ready_duration_total_sum, cluster)",553"hide": 0,554"includeAll": true,555"multi": true,556"name": "cluster",557"options": [],558"query": {559"query": "label_values(supervisor_ide_ready_duration_total_sum, cluster)",560"refId": "StandardVariableQuery"561},562"refresh": 2,563"regex": "",564"skipUrlSync": false,565"sort": 1,566"tagValuesQuery": "",567"tagsQuery": "",568"type": "query",569"useTags": false570},571{572"current": {573"selected": true,574"text": "All",575"value": "$__all"576},577"datasource": {578"type": "prometheus",579"uid": "${datasource}"580},581"definition": "label_values(supervisor_ide_ready_duration_total_sum, kind)",582"hide": 0,583"includeAll": true,584"multi": false,585"name": "kind",586"options": [],587"query": {588"query": "label_values(supervisor_ide_ready_duration_total_sum, kind)",589"refId": "StandardVariableQuery"590},591"refresh": 2,592"regex": "",593"skipUrlSync": false,594"sort": 0,595"type": "query"596}597]598},599"time": {600"from": "now-1h",601"to": "now"602},603"timepicker": {604"refresh_intervals": [605"5s",606"10s",607"30s",608"1m",609"5m",610"15m",611"30m",612"1h",613"2h",614"1d"615],616"time_options": [617"5m",618"15m",619"1h",620"6h",621"12h",622"24h",623"2d",624"7d",625"30d"626]627},628"timezone": "utc",629"title": "IDE Startup time",630"uid": "nH0B7BdVk",631"version": 1,632"weekStart": ""633}634635636