Path: blob/main/operations/observability/mixins/IDE/dashboards/components/openvsx-mirror.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"links": [],27"liveNow": false,28"panels": [29{30"collapsed": false,31"gridPos": {32"h": 1,33"w": 24,34"x": 0,35"y": 036},37"id": 36,38"panels": [],39"title": "Incoming requests, e.g. from VS Code Browser",40"type": "row"41},42{43"datasource": {44"type": "prometheus",45"uid": "${datasource}"46},47"fieldConfig": {48"defaults": {49"color": {50"mode": "palette-classic"51},52"custom": {53"axisCenteredZero": false,54"axisColorMode": "text",55"axisLabel": "request/second",56"axisPlacement": "auto",57"barAlignment": 0,58"drawStyle": "line",59"fillOpacity": 0,60"gradientMode": "none",61"hideFrom": {62"legend": false,63"tooltip": false,64"viz": false65},66"lineInterpolation": "linear",67"lineWidth": 1,68"pointSize": 5,69"scaleDistribution": {70"type": "linear"71},72"showPoints": "auto",73"spanNulls": false,74"stacking": {75"group": "A",76"mode": "none"77},78"thresholdsStyle": {79"mode": "off"80}81},82"mappings": [],83"thresholds": {84"mode": "absolute",85"steps": [86{87"color": "green",88"value": null89},90{91"color": "red",92"value": 8093}94]95}96},97"overrides": []98},99"gridPos": {100"h": 8,101"w": 12,102"x": 0,103"y": 1104},105"id": 37,106"options": {107"legend": {108"calcs": [109"max",110"mean",111"min"112],113"displayMode": "table",114"placement": "bottom",115"showLegend": true116},117"tooltip": {118"mode": "single",119"sort": "none"120}121},122"targets": [123{124"datasource": {125"type": "prometheus",126"uid": "${datasource}"127},128"editorMode": "code",129"expr": "sum(rate(http_server_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"}[2m]))",130"legendFormat": "rate",131"range": true,132"refId": "A"133}134],135"title": "requests",136"type": "timeseries"137},138{139"datasource": {140"type": "prometheus",141"uid": "${datasource}"142},143"description": "",144"fieldConfig": {145"defaults": {146"color": {147"mode": "palette-classic"148},149"custom": {150"axisCenteredZero": false,151"axisColorMode": "text",152"axisLabel": "",153"axisPlacement": "auto",154"barAlignment": 0,155"drawStyle": "bars",156"fillOpacity": 0,157"gradientMode": "none",158"hideFrom": {159"legend": false,160"tooltip": false,161"viz": false162},163"lineInterpolation": "linear",164"lineWidth": 1,165"pointSize": 5,166"scaleDistribution": {167"type": "linear"168},169"showPoints": "auto",170"spanNulls": false,171"stacking": {172"group": "A",173"mode": "none"174},175"thresholdsStyle": {176"mode": "off"177}178},179"mappings": [],180"max": 1,181"min": 0,182"thresholds": {183"mode": "absolute",184"steps": [185{186"color": "green",187"value": null188},189{190"color": "red",191"value": 80192}193]194},195"unit": "percentunit"196},197"overrides": []198},199"gridPos": {200"h": 8,201"w": 12,202"x": 12,203"y": 1204},205"id": 38,206"options": {207"legend": {208"calcs": [209"mean"210],211"displayMode": "table",212"placement": "bottom",213"showLegend": true214},215"tooltip": {216"mode": "single",217"sort": "none"218}219},220"targets": [221{222"datasource": {223"type": "prometheus",224"uid": "${datasource}"225},226"editorMode": "code",227"expr": "sum(rate(http_server_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\",outcome=\"SERVER_ERROR\"})[2m])/sum(rate(http_server_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"})[2m])",228"legendFormat": "total ratio",229"range": true,230"refId": "A"231}232],233"title": "total failure ratio",234"type": "timeseries"235},236{237"datasource": {238"type": "prometheus",239"uid": "${datasource}"240},241"description": "",242"fieldConfig": {243"defaults": {244"color": {245"mode": "palette-classic"246},247"custom": {248"axisCenteredZero": false,249"axisColorMode": "text",250"axisLabel": "",251"axisPlacement": "auto",252"axisSoftMax": 1,253"axisSoftMin": 0,254"barAlignment": 0,255"drawStyle": "bars",256"fillOpacity": 0,257"gradientMode": "none",258"hideFrom": {259"legend": false,260"tooltip": false,261"viz": false262},263"lineInterpolation": "linear",264"lineWidth": 1,265"pointSize": 5,266"scaleDistribution": {267"type": "linear"268},269"showPoints": "auto",270"spanNulls": false,271"stacking": {272"group": "A",273"mode": "none"274},275"thresholdsStyle": {276"mode": "off"277}278},279"mappings": [],280"thresholds": {281"mode": "absolute",282"steps": [283{284"color": "green",285"value": null286},287{288"color": "red",289"value": 80290}291]292},293"unit": "percentunit"294},295"overrides": []296},297"gridPos": {298"h": 8,299"w": 12,300"x": 0,301"y": 9302},303"id": 39,304"options": {305"legend": {306"calcs": [307"mean"308],309"displayMode": "table",310"placement": "right",311"showLegend": true312},313"tooltip": {314"mode": "single",315"sort": "none"316}317},318"targets": [319{320"datasource": {321"type": "prometheus",322"uid": "${datasource}"323},324"editorMode": "code",325"expr": "sum by (status) (rate(http_server_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\",outcome!~\"SUCCESS|REDIRECTION\"})[2m])/ignoring(status) group_left sum(rate(http_server_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"})[2m])",326"legendFormat": "__auto",327"range": true,328"refId": "A"329}330],331"title": "failure ratio by status code",332"type": "timeseries"333},334{335"datasource": {336"type": "prometheus",337"uid": "${datasource}"338},339"description": "",340"fieldConfig": {341"defaults": {342"color": {343"mode": "thresholds"344},345"custom": {346"align": "auto",347"displayMode": "auto",348"inspect": false349},350"decimals": 0,351"mappings": [],352"thresholds": {353"mode": "absolute",354"steps": [355{356"color": "green",357"value": null358},359{360"color": "red",361"value": 80362}363]364}365},366"overrides": []367},368"gridPos": {369"h": 8,370"w": 12,371"x": 12,372"y": 9373},374"id": 40,375"options": {376"footer": {377"fields": "",378"reducer": [379"sum"380],381"show": false382},383"showHeader": true,384"sortBy": [385{386"desc": true,387"displayName": "Value"388}389]390},391"pluginVersion": "9.2.3",392"targets": [393{394"datasource": {395"type": "prometheus",396"uid": "${datasource}"397},398"editorMode": "code",399"exemplar": false,400"expr": "sum(http_server_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"}) by (status,uri)",401"format": "table",402"instant": true,403"legendFormat": "{{uri}} {{outcome}}",404"range": false,405"refId": "A"406}407],408"title": "total number of requests",409"type": "table"410},411{412"datasource": {413"type": "prometheus",414"uid": "${datasource}"415},416"fieldConfig": {417"defaults": {418"color": {419"mode": "palette-classic"420},421"custom": {422"axisCenteredZero": false,423"axisColorMode": "text",424"axisLabel": "",425"axisPlacement": "auto",426"axisSoftMax": 1,427"axisSoftMin": 0,428"barAlignment": 0,429"drawStyle": "line",430"fillOpacity": 10,431"gradientMode": "none",432"hideFrom": {433"legend": false,434"tooltip": false,435"viz": false436},437"lineInterpolation": "linear",438"lineWidth": 1,439"pointSize": 5,440"scaleDistribution": {441"type": "linear"442},443"showPoints": "auto",444"spanNulls": false,445"stacking": {446"group": "A",447"mode": "none"448},449"thresholdsStyle": {450"mode": "off"451}452},453"mappings": [],454"thresholds": {455"mode": "absolute",456"steps": [457{458"color": "green",459"value": null460},461{462"color": "red",463"value": 80464}465]466},467"unit": "s"468},469"overrides": []470},471"gridPos": {472"h": 8,473"w": 12,474"x": 0,475"y": 17476},477"id": 42,478"options": {479"legend": {480"calcs": [],481"displayMode": "list",482"placement": "bottom",483"showLegend": true,484"sortBy": "Last *",485"sortDesc": true486},487"tooltip": {488"mode": "single",489"sort": "none"490}491},492"targets": [493{494"datasource": {495"type": "prometheus",496"uid": "${datasource}"497},498"editorMode": "code",499"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",500"legendFormat": "100%",501"range": true,502"refId": "A"503},504{505"datasource": {506"type": "prometheus",507"uid": "${datasource}"508},509"editorMode": "code",510"expr": "histogram_quantile(0.99, sum(rate(http_server_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",511"hide": false,512"legendFormat": "99%",513"range": true,514"refId": "B"515},516{517"datasource": {518"type": "prometheus",519"uid": "${datasource}"520},521"editorMode": "code",522"expr": "histogram_quantile(0.95, sum(rate(http_server_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",523"hide": false,524"legendFormat": "95%",525"range": true,526"refId": "C"527},528{529"datasource": {530"type": "prometheus",531"uid": "${datasource}"532},533"editorMode": "code",534"expr": "histogram_quantile(0.8, sum(rate(http_server_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",535"hide": false,536"legendFormat": "80%",537"range": true,538"refId": "D"539},540{541"datasource": {542"type": "prometheus",543"uid": "${datasource}"544},545"editorMode": "code",546"expr": "histogram_quantile(0.50, sum(rate(http_server_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",547"hide": false,548"legendFormat": "50%",549"range": true,550"refId": "E"551}552],553"title": "Duration Overall Quantile",554"type": "timeseries"555},556{557"collapsed": false,558"gridPos": {559"h": 1,560"w": 24,561"x": 0,562"y": 25563},564"id": 31,565"panels": [],566"title": "Outgoing requests, e.g. to open-vsx.org",567"type": "row"568},569{570"datasource": {571"type": "prometheus",572"uid": "${datasource}"573},574"fieldConfig": {575"defaults": {576"color": {577"mode": "palette-classic"578},579"custom": {580"axisCenteredZero": false,581"axisColorMode": "text",582"axisLabel": "request/second",583"axisPlacement": "auto",584"barAlignment": 0,585"drawStyle": "line",586"fillOpacity": 0,587"gradientMode": "none",588"hideFrom": {589"legend": false,590"tooltip": false,591"viz": false592},593"lineInterpolation": "linear",594"lineWidth": 1,595"pointSize": 5,596"scaleDistribution": {597"type": "linear"598},599"showPoints": "auto",600"spanNulls": false,601"stacking": {602"group": "A",603"mode": "none"604},605"thresholdsStyle": {606"mode": "off"607}608},609"mappings": [],610"thresholds": {611"mode": "absolute",612"steps": [613{614"color": "green",615"value": null616},617{618"color": "red",619"value": 80620}621]622}623},624"overrides": []625},626"gridPos": {627"h": 8,628"w": 12,629"x": 0,630"y": 26631},632"id": 33,633"options": {634"legend": {635"calcs": [636"max",637"mean",638"min"639],640"displayMode": "table",641"placement": "bottom",642"showLegend": true643},644"tooltip": {645"mode": "single",646"sort": "none"647}648},649"targets": [650{651"datasource": {652"type": "prometheus",653"uid": "${datasource}"654},655"editorMode": "code",656"expr": "sum(rate(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"}[2m]))",657"legendFormat": "rate",658"range": true,659"refId": "A"660}661],662"title": "requests",663"type": "timeseries"664},665{666"datasource": {667"type": "prometheus",668"uid": "${datasource}"669},670"description": "",671"fieldConfig": {672"defaults": {673"color": {674"mode": "palette-classic"675},676"custom": {677"axisCenteredZero": false,678"axisColorMode": "text",679"axisLabel": "",680"axisPlacement": "auto",681"barAlignment": 0,682"drawStyle": "bars",683"fillOpacity": 0,684"gradientMode": "none",685"hideFrom": {686"legend": false,687"tooltip": false,688"viz": false689},690"lineInterpolation": "linear",691"lineWidth": 1,692"pointSize": 5,693"scaleDistribution": {694"type": "linear"695},696"showPoints": "auto",697"spanNulls": false,698"stacking": {699"group": "A",700"mode": "none"701},702"thresholdsStyle": {703"mode": "off"704}705},706"mappings": [],707"max": 1,708"thresholds": {709"mode": "absolute",710"steps": [711{712"color": "green",713"value": null714},715{716"color": "red",717"value": 80718}719]720},721"unit": "percentunit"722},723"overrides": []724},725"gridPos": {726"h": 8,727"w": 12,728"x": 12,729"y": 26730},731"id": 13,732"options": {733"legend": {734"calcs": [735"mean"736],737"displayMode": "table",738"placement": "bottom",739"showLegend": true740},741"tooltip": {742"mode": "single",743"sort": "none"744}745},746"targets": [747{748"datasource": {749"type": "prometheus",750"uid": "${datasource}"751},752"editorMode": "code",753"expr": "sum(rate(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\",outcome!~\"SUCCESS|REDIRECTION|CLIENT_ERROR\"})[2m])/sum(rate(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"})[2m])",754"legendFormat": "total ratio",755"range": true,756"refId": "A"757}758],759"title": "total failure ratio",760"type": "timeseries"761},762{763"datasource": {764"type": "prometheus",765"uid": "${datasource}"766},767"description": "",768"fieldConfig": {769"defaults": {770"color": {771"mode": "palette-classic"772},773"custom": {774"axisCenteredZero": false,775"axisColorMode": "text",776"axisLabel": "",777"axisPlacement": "auto",778"axisSoftMax": 1,779"barAlignment": 0,780"drawStyle": "bars",781"fillOpacity": 0,782"gradientMode": "none",783"hideFrom": {784"legend": false,785"tooltip": false,786"viz": false787},788"lineInterpolation": "linear",789"lineWidth": 1,790"pointSize": 5,791"scaleDistribution": {792"type": "linear"793},794"showPoints": "auto",795"spanNulls": false,796"stacking": {797"group": "A",798"mode": "none"799},800"thresholdsStyle": {801"mode": "off"802}803},804"mappings": [],805"thresholds": {806"mode": "absolute",807"steps": [808{809"color": "green",810"value": null811},812{813"color": "red",814"value": 80815}816]817},818"unit": "percentunit"819},820"overrides": []821},822"gridPos": {823"h": 8,824"w": 12,825"x": 0,826"y": 34827},828"id": 34,829"options": {830"legend": {831"calcs": [832"mean"833],834"displayMode": "table",835"placement": "right",836"showLegend": true837},838"tooltip": {839"mode": "single",840"sort": "none"841}842},843"targets": [844{845"datasource": {846"type": "prometheus",847"uid": "${datasource}"848},849"editorMode": "code",850"expr": "sum by (status) (rate(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\",outcome!~\"SUCCESS|REDIRECTION\"})[2m])/ignoring(status) group_left sum(rate(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"})[2m])",851"legendFormat": "__auto",852"range": true,853"refId": "A"854}855],856"title": "failure ratio by status code",857"type": "timeseries"858},859{860"datasource": {861"type": "prometheus",862"uid": "${datasource}"863},864"description": "",865"fieldConfig": {866"defaults": {867"color": {868"mode": "thresholds"869},870"custom": {871"align": "auto",872"displayMode": "auto",873"inspect": false874},875"decimals": 0,876"mappings": [],877"thresholds": {878"mode": "absolute",879"steps": [880{881"color": "green",882"value": null883},884{885"color": "red",886"value": 80887}888]889}890},891"overrides": []892},893"gridPos": {894"h": 8,895"w": 12,896"x": 12,897"y": 34898},899"id": 29,900"options": {901"footer": {902"fields": "",903"reducer": [904"sum"905],906"show": false907},908"showHeader": true,909"sortBy": [910{911"desc": true,912"displayName": "Value"913}914]915},916"pluginVersion": "9.2.3",917"targets": [918{919"datasource": {920"type": "prometheus",921"uid": "${datasource}"922},923"editorMode": "code",924"exemplar": false,925"expr": "sum(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"}) by (status,uri) ",926"format": "table",927"instant": true,928"legendFormat": "{{uri}} {{outcome}}",929"range": false,930"refId": "A"931}932],933"title": "total number of requests",934"type": "table"935},936{937"datasource": {938"type": "prometheus",939"uid": "${datasource}"940},941"fieldConfig": {942"defaults": {943"color": {944"mode": "palette-classic"945},946"custom": {947"axisCenteredZero": false,948"axisColorMode": "text",949"axisLabel": "",950"axisPlacement": "auto",951"axisSoftMax": 1,952"axisSoftMin": 0,953"barAlignment": 0,954"drawStyle": "line",955"fillOpacity": 10,956"gradientMode": "none",957"hideFrom": {958"legend": false,959"tooltip": false,960"viz": false961},962"lineInterpolation": "linear",963"lineWidth": 1,964"pointSize": 5,965"scaleDistribution": {966"type": "linear"967},968"showPoints": "auto",969"spanNulls": false,970"stacking": {971"group": "A",972"mode": "none"973},974"thresholdsStyle": {975"mode": "off"976}977},978"mappings": [],979"thresholds": {980"mode": "absolute",981"steps": [982{983"color": "green",984"value": null985},986{987"color": "red",988"value": 80989}990]991},992"unit": "s"993},994"overrides": []995},996"gridPos": {997"h": 8,998"w": 12,999"x": 0,1000"y": 421001},1002"id": 43,1003"options": {1004"legend": {1005"calcs": [],1006"displayMode": "list",1007"placement": "bottom",1008"showLegend": true,1009"sortBy": "Last *",1010"sortDesc": true1011},1012"tooltip": {1013"mode": "single",1014"sort": "none"1015}1016},1017"targets": [1018{1019"datasource": {1020"type": "prometheus",1021"uid": "${datasource}"1022},1023"editorMode": "code",1024"expr": "histogram_quantile(1, sum(rate(http_client_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",1025"legendFormat": "100%",1026"range": true,1027"refId": "A"1028},1029{1030"datasource": {1031"type": "prometheus",1032"uid": "${datasource}"1033},1034"editorMode": "code",1035"expr": "histogram_quantile(0.99, sum(rate(http_client_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",1036"hide": false,1037"legendFormat": "99%",1038"range": true,1039"refId": "B"1040},1041{1042"datasource": {1043"type": "prometheus",1044"uid": "${datasource}"1045},1046"editorMode": "code",1047"expr": "histogram_quantile(0.95, sum(rate(http_client_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",1048"hide": false,1049"legendFormat": "95%",1050"range": true,1051"refId": "C"1052},1053{1054"datasource": {1055"type": "prometheus",1056"uid": "${datasource}"1057},1058"editorMode": "code",1059"expr": "histogram_quantile(0.8, sum(rate(http_client_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",1060"hide": false,1061"legendFormat": "80%",1062"range": true,1063"refId": "D"1064},1065{1066"datasource": {1067"type": "prometheus",1068"uid": "${datasource}"1069},1070"editorMode": "code",1071"expr": "histogram_quantile(0.50, sum(rate(http_client_requests_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[1m])) by (le))",1072"hide": false,1073"legendFormat": "50%",1074"range": true,1075"refId": "E"1076}1077],1078"title": "Duration Overall Quantile",1079"type": "timeseries"1080},1081{1082"collapsed": false,1083"gridPos": {1084"h": 1,1085"w": 24,1086"x": 0,1087"y": 501088},1089"id": 17,1090"panels": [],1091"title": "JVM - Memory/CPU",1092"type": "row"1093},1094{1095"datasource": {1096"type": "prometheus",1097"uid": "${datasource}"1098},1099"fieldConfig": {1100"defaults": {1101"color": {1102"mode": "palette-classic"1103},1104"custom": {1105"axisCenteredZero": false,1106"axisColorMode": "text",1107"axisLabel": "",1108"axisPlacement": "auto",1109"barAlignment": 0,1110"drawStyle": "line",1111"fillOpacity": 0,1112"gradientMode": "none",1113"hideFrom": {1114"legend": false,1115"tooltip": false,1116"viz": false1117},1118"lineInterpolation": "linear",1119"lineWidth": 1,1120"pointSize": 5,1121"scaleDistribution": {1122"type": "linear"1123},1124"showPoints": "auto",1125"spanNulls": false,1126"stacking": {1127"group": "A",1128"mode": "none"1129},1130"thresholdsStyle": {1131"mode": "off"1132}1133},1134"mappings": [],1135"thresholds": {1136"mode": "absolute",1137"steps": [1138{1139"color": "green",1140"value": null1141},1142{1143"color": "red",1144"value": 801145}1146]1147},1148"unit": "bytes"1149},1150"overrides": []1151},1152"gridPos": {1153"h": 8,1154"w": 12,1155"x": 0,1156"y": 511157},1158"id": 7,1159"options": {1160"legend": {1161"calcs": [1162"min",1163"max",1164"mean"1165],1166"displayMode": "table",1167"placement": "bottom",1168"showLegend": true1169},1170"tooltip": {1171"mode": "single",1172"sort": "none"1173}1174},1175"targets": [1176{1177"datasource": {1178"type": "prometheus",1179"uid": "${datasource}"1180},1181"editorMode": "code",1182"expr": "sum(jvm_memory_used_bytes{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pod)",1183"legendFormat": "used-{{pod}}",1184"range": true,1185"refId": "A"1186},1187{1188"datasource": {1189"type": "prometheus",1190"uid": "${datasource}"1191},1192"editorMode": "code",1193"expr": "sum(jvm_memory_committed_bytes{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pod)",1194"hide": false,1195"legendFormat": "committed-{{pod}}",1196"range": true,1197"refId": "B"1198},1199{1200"datasource": {1201"type": "prometheus",1202"uid": "${datasource}"1203},1204"editorMode": "code",1205"expr": "sum(jvm_memory_max_bytes{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pod)",1206"hide": false,1207"legendFormat": "max-{{pod}}",1208"range": true,1209"refId": "C"1210}1211],1212"title": "memory",1213"type": "timeseries"1214},1215{1216"datasource": {1217"type": "prometheus",1218"uid": "${datasource}"1219},1220"fieldConfig": {1221"defaults": {1222"color": {1223"mode": "palette-classic"1224},1225"custom": {1226"axisCenteredZero": false,1227"axisColorMode": "text",1228"axisLabel": "",1229"axisPlacement": "auto",1230"barAlignment": 0,1231"drawStyle": "line",1232"fillOpacity": 0,1233"gradientMode": "none",1234"hideFrom": {1235"legend": false,1236"tooltip": false,1237"viz": false1238},1239"lineInterpolation": "linear",1240"lineWidth": 1,1241"pointSize": 5,1242"scaleDistribution": {1243"type": "linear"1244},1245"showPoints": "auto",1246"spanNulls": false,1247"stacking": {1248"group": "A",1249"mode": "none"1250},1251"thresholdsStyle": {1252"mode": "off"1253}1254},1255"mappings": [],1256"max": 1,1257"min": 0,1258"thresholds": {1259"mode": "absolute",1260"steps": [1261{1262"color": "green",1263"value": null1264},1265{1266"color": "red",1267"value": 801268}1269]1270},1271"unit": "percentunit"1272},1273"overrides": []1274},1275"gridPos": {1276"h": 8,1277"w": 12,1278"x": 12,1279"y": 511280},1281"id": 9,1282"options": {1283"legend": {1284"calcs": [],1285"displayMode": "list",1286"placement": "bottom",1287"showLegend": true1288},1289"tooltip": {1290"mode": "single",1291"sort": "none"1292}1293},1294"targets": [1295{1296"datasource": {1297"type": "prometheus",1298"uid": "${datasource}"1299},1300"editorMode": "code",1301"expr": "process_cpu_usage{cluster=~\"$cluster\", pod=~\"$pod\"}",1302"legendFormat": "{{pod}}",1303"range": true,1304"refId": "A"1305}1306],1307"title": "cpu",1308"type": "timeseries"1309},1310{1311"datasource": {1312"type": "prometheus",1313"uid": "${datasource}"1314},1315"description": "used / committed",1316"fieldConfig": {1317"defaults": {1318"color": {1319"mode": "palette-classic"1320},1321"custom": {1322"axisCenteredZero": false,1323"axisColorMode": "text",1324"axisLabel": "",1325"axisPlacement": "auto",1326"barAlignment": 0,1327"drawStyle": "line",1328"fillOpacity": 0,1329"gradientMode": "none",1330"hideFrom": {1331"legend": false,1332"tooltip": false,1333"viz": false1334},1335"lineInterpolation": "linear",1336"lineWidth": 1,1337"pointSize": 5,1338"scaleDistribution": {1339"type": "linear"1340},1341"showPoints": "auto",1342"spanNulls": false,1343"stacking": {1344"group": "A",1345"mode": "none"1346},1347"thresholdsStyle": {1348"mode": "off"1349}1350},1351"mappings": [],1352"max": 1,1353"min": 0,1354"thresholds": {1355"mode": "absolute",1356"steps": [1357{1358"color": "green",1359"value": null1360},1361{1362"color": "red",1363"value": 801364}1365]1366},1367"unit": "percentunit"1368},1369"overrides": []1370},1371"gridPos": {1372"h": 8,1373"w": 12,1374"x": 0,1375"y": 591376},1377"id": 2,1378"options": {1379"legend": {1380"calcs": [1381"min",1382"max",1383"mean"1384],1385"displayMode": "table",1386"placement": "bottom",1387"showLegend": true1388},1389"tooltip": {1390"mode": "single",1391"sort": "none"1392}1393},1394"targets": [1395{1396"datasource": {1397"type": "prometheus",1398"uid": "${datasource}"1399},1400"editorMode": "code",1401"expr": "max_over_time((jvm_memory_used_bytes{cluster=~\"$cluster\", pod=~\"$pod\", id=\"G1 Old Gen\"}/jvm_memory_committed_bytes{cluster=~\"$cluster\", pod=~\"$pod\", id=\"G1 Old Gen\"})[5m])",1402"legendFormat": "{{pod}}",1403"range": true,1404"refId": "A"1405}1406],1407"title": "max memory used",1408"type": "timeseries"1409},1410{1411"datasource": {1412"type": "prometheus",1413"uid": "${datasource}"1414},1415"fieldConfig": {1416"defaults": {1417"color": {1418"mode": "palette-classic"1419},1420"custom": {1421"axisCenteredZero": false,1422"axisColorMode": "text",1423"axisLabel": "",1424"axisPlacement": "auto",1425"axisSoftMax": 1,1426"axisSoftMin": 0,1427"barAlignment": 0,1428"drawStyle": "line",1429"fillOpacity": 0,1430"gradientMode": "none",1431"hideFrom": {1432"legend": false,1433"tooltip": false,1434"viz": false1435},1436"lineInterpolation": "linear",1437"lineWidth": 1,1438"pointSize": 5,1439"scaleDistribution": {1440"type": "linear"1441},1442"showPoints": "auto",1443"spanNulls": false,1444"stacking": {1445"group": "A",1446"mode": "none"1447},1448"thresholdsStyle": {1449"mode": "off"1450}1451},1452"mappings": [],1453"thresholds": {1454"mode": "absolute",1455"steps": [1456{1457"color": "green",1458"value": null1459},1460{1461"color": "red",1462"value": 801463}1464]1465},1466"unit": "percentunit"1467},1468"overrides": []1469},1470"gridPos": {1471"h": 8,1472"w": 12,1473"x": 12,1474"y": 591475},1476"id": 4,1477"options": {1478"legend": {1479"calcs": [1480"min",1481"max",1482"mean"1483],1484"displayMode": "table",1485"placement": "bottom",1486"showLegend": true1487},1488"tooltip": {1489"mode": "single",1490"sort": "none"1491}1492},1493"targets": [1494{1495"datasource": {1496"type": "prometheus",1497"uid": "${datasource}"1498},1499"editorMode": "code",1500"expr": "jvm_gc_overhead_percent{cluster=~\"$cluster\", pod=~\"$pod\"}",1501"legendFormat": "{{pod}}",1502"range": true,1503"refId": "A"1504}1505],1506"title": "gc overhead",1507"type": "timeseries"1508},1509{1510"datasource": {1511"type": "prometheus",1512"uid": "${datasource}"1513},1514"fieldConfig": {1515"defaults": {1516"color": {1517"mode": "palette-classic"1518},1519"custom": {1520"axisCenteredZero": false,1521"axisColorMode": "text",1522"axisLabel": "",1523"axisPlacement": "auto",1524"axisSoftMax": 1,1525"axisSoftMin": 0,1526"barAlignment": 0,1527"drawStyle": "line",1528"fillOpacity": 0,1529"gradientMode": "none",1530"hideFrom": {1531"legend": false,1532"tooltip": false,1533"viz": false1534},1535"lineInterpolation": "linear",1536"lineWidth": 1,1537"pointSize": 5,1538"scaleDistribution": {1539"type": "linear"1540},1541"showPoints": "auto",1542"spanNulls": false,1543"stacking": {1544"group": "A",1545"mode": "none"1546},1547"thresholdsStyle": {1548"mode": "off"1549}1550},1551"mappings": [],1552"thresholds": {1553"mode": "absolute",1554"steps": [1555{1556"color": "green",1557"value": null1558},1559{1560"color": "red",1561"value": 801562}1563]1564},1565"unit": "none"1566},1567"overrides": []1568},1569"gridPos": {1570"h": 8,1571"w": 12,1572"x": 0,1573"y": 671574},1575"id": 41,1576"options": {1577"legend": {1578"calcs": [1579"min",1580"max",1581"mean",1582"lastNotNull"1583],1584"displayMode": "table",1585"placement": "bottom",1586"showLegend": true,1587"sortBy": "Last *",1588"sortDesc": true1589},1590"tooltip": {1591"mode": "single",1592"sort": "none"1593}1594},1595"targets": [1596{1597"datasource": {1598"type": "prometheus",1599"uid": "${datasource}"1600},1601"editorMode": "code",1602"expr": "sum(jvm_threads_states_threads{cluster=~\"$cluster\", pod=~\"$pod\"}) by (state)",1603"legendFormat": "{{state}}",1604"range": true,1605"refId": "A"1606}1607],1608"title": "Threads",1609"type": "timeseries"1610},1611{1612"collapsed": false,1613"gridPos": {1614"h": 1,1615"w": 24,1616"x": 0,1617"y": 751618},1619"id": 19,1620"panels": [],1621"title": "JVM - DB connections",1622"type": "row"1623},1624{1625"datasource": {1626"type": "prometheus",1627"uid": "${datasource}"1628},1629"fieldConfig": {1630"defaults": {1631"color": {1632"mode": "thresholds"1633},1634"mappings": [],1635"thresholds": {1636"mode": "absolute",1637"steps": [1638{1639"color": "green",1640"value": null1641},1642{1643"color": "red",1644"value": 801645}1646]1647}1648},1649"overrides": []1650},1651"gridPos": {1652"h": 3,1653"w": 8,1654"x": 0,1655"y": 761656},1657"id": 15,1658"options": {1659"colorMode": "none",1660"graphMode": "none",1661"justifyMode": "auto",1662"orientation": "horizontal",1663"reduceOptions": {1664"calcs": [1665"lastNotNull"1666],1667"fields": "",1668"values": false1669},1670"textMode": "auto"1671},1672"pluginVersion": "9.2.3",1673"targets": [1674{1675"datasource": {1676"type": "prometheus",1677"uid": "${datasource}"1678},1679"editorMode": "code",1680"expr": "sum(hikaricp_connections_idle{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pool)",1681"legendFormat": "idle",1682"range": true,1683"refId": "A"1684}1685],1686"title": "idle",1687"type": "stat"1688},1689{1690"datasource": {1691"type": "prometheus",1692"uid": "${datasource}"1693},1694"fieldConfig": {1695"defaults": {1696"color": {1697"mode": "thresholds"1698},1699"mappings": [],1700"thresholds": {1701"mode": "absolute",1702"steps": [1703{1704"color": "green",1705"value": null1706},1707{1708"color": "red",1709"value": 801710}1711]1712}1713},1714"overrides": []1715},1716"gridPos": {1717"h": 3,1718"w": 8,1719"x": 8,1720"y": 761721},1722"id": 22,1723"options": {1724"colorMode": "none",1725"graphMode": "none",1726"justifyMode": "auto",1727"orientation": "horizontal",1728"reduceOptions": {1729"calcs": [1730"lastNotNull"1731],1732"fields": "",1733"values": false1734},1735"textMode": "auto"1736},1737"pluginVersion": "9.2.3",1738"targets": [1739{1740"datasource": {1741"type": "prometheus",1742"uid": "${datasource}"1743},1744"editorMode": "code",1745"expr": "sum(hikaricp_connections_active{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pool)",1746"legendFormat": "idle",1747"range": true,1748"refId": "A"1749}1750],1751"title": "active",1752"type": "stat"1753},1754{1755"datasource": {1756"type": "prometheus",1757"uid": "${datasource}"1758},1759"fieldConfig": {1760"defaults": {1761"color": {1762"mode": "thresholds"1763},1764"mappings": [],1765"thresholds": {1766"mode": "absolute",1767"steps": [1768{1769"color": "green",1770"value": null1771},1772{1773"color": "red",1774"value": 801775}1776]1777}1778},1779"overrides": []1780},1781"gridPos": {1782"h": 3,1783"w": 8,1784"x": 16,1785"y": 761786},1787"id": 21,1788"options": {1789"colorMode": "none",1790"graphMode": "none",1791"justifyMode": "auto",1792"orientation": "horizontal",1793"reduceOptions": {1794"calcs": [1795"lastNotNull"1796],1797"fields": "",1798"values": false1799},1800"textMode": "auto"1801},1802"pluginVersion": "9.2.3",1803"targets": [1804{1805"datasource": {1806"type": "prometheus",1807"uid": "${datasource}"1808},1809"editorMode": "code",1810"expr": "sum(hikaricp_connections_pending{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pool)",1811"hide": false,1812"legendFormat": "pending",1813"range": true,1814"refId": "B"1815}1816],1817"title": "pending",1818"type": "stat"1819},1820{1821"datasource": {1822"type": "prometheus",1823"uid": "${datasource}"1824},1825"fieldConfig": {1826"defaults": {1827"color": {1828"mode": "palette-classic"1829},1830"custom": {1831"axisCenteredZero": false,1832"axisColorMode": "text",1833"axisLabel": "",1834"axisPlacement": "auto",1835"barAlignment": 0,1836"drawStyle": "line",1837"fillOpacity": 0,1838"gradientMode": "none",1839"hideFrom": {1840"legend": false,1841"tooltip": false,1842"viz": false1843},1844"lineInterpolation": "linear",1845"lineWidth": 1,1846"pointSize": 5,1847"scaleDistribution": {1848"type": "linear"1849},1850"showPoints": "auto",1851"spanNulls": false,1852"stacking": {1853"group": "A",1854"mode": "none"1855},1856"thresholdsStyle": {1857"mode": "off"1858}1859},1860"mappings": [],1861"thresholds": {1862"mode": "absolute",1863"steps": [1864{1865"color": "green",1866"value": null1867},1868{1869"color": "red",1870"value": 801871}1872]1873}1874},1875"overrides": []1876},1877"gridPos": {1878"h": 8,1879"w": 12,1880"x": 0,1881"y": 791882},1883"id": 20,1884"options": {1885"legend": {1886"calcs": [],1887"displayMode": "list",1888"placement": "bottom",1889"showLegend": true1890},1891"tooltip": {1892"mode": "single",1893"sort": "none"1894}1895},1896"pluginVersion": "9.1.7",1897"targets": [1898{1899"datasource": {1900"type": "prometheus",1901"uid": "${datasource}"1902},1903"editorMode": "code",1904"expr": "sum(hikaricp_connections_idle{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pool)",1905"hide": false,1906"legendFormat": "idle",1907"range": true,1908"refId": "C"1909},1910{1911"datasource": {1912"type": "prometheus",1913"uid": "${datasource}"1914},1915"editorMode": "code",1916"expr": "sum(hikaricp_connections_pending{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pool)",1917"hide": false,1918"legendFormat": "pending",1919"range": true,1920"refId": "A"1921},1922{1923"datasource": {1924"type": "prometheus",1925"uid": "${datasource}"1926},1927"editorMode": "code",1928"expr": "sum(hikaricp_connections_active{cluster=~\"$cluster\", pod=~\"$pod\"}) by (pool)",1929"hide": false,1930"legendFormat": "active",1931"range": true,1932"refId": "B"1933}1934],1935"title": "Conn Count",1936"type": "timeseries"1937},1938{1939"datasource": {1940"type": "prometheus",1941"uid": "${datasource}"1942},1943"fieldConfig": {1944"defaults": {1945"color": {1946"mode": "palette-classic"1947},1948"custom": {1949"axisCenteredZero": false,1950"axisColorMode": "text",1951"axisLabel": "",1952"axisPlacement": "auto",1953"barAlignment": 0,1954"drawStyle": "line",1955"fillOpacity": 0,1956"gradientMode": "none",1957"hideFrom": {1958"legend": false,1959"tooltip": false,1960"viz": false1961},1962"lineInterpolation": "linear",1963"lineWidth": 1,1964"pointSize": 5,1965"scaleDistribution": {1966"type": "linear"1967},1968"showPoints": "auto",1969"spanNulls": false,1970"stacking": {1971"group": "A",1972"mode": "none"1973},1974"thresholdsStyle": {1975"mode": "off"1976}1977},1978"mappings": [],1979"thresholds": {1980"mode": "absolute",1981"steps": [1982{1983"color": "green",1984"value": null1985},1986{1987"color": "red",1988"value": 801989}1990]1991}1992},1993"overrides": []1994},1995"gridPos": {1996"h": 8,1997"w": 12,1998"x": 12,1999"y": 792000},2001"id": 24,2002"options": {2003"legend": {2004"calcs": [],2005"displayMode": "list",2006"placement": "bottom",2007"showLegend": true2008},2009"tooltip": {2010"mode": "single",2011"sort": "none"2012}2013},2014"targets": [2015{2016"datasource": {2017"type": "prometheus",2018"uid": "${datasource}"2019},2020"editorMode": "code",2021"expr": "hikaricp_connections_timeout_total{cluster=~\"$cluster\", pod=~\"$pod\"}",2022"legendFormat": "{{pod}}",2023"range": true,2024"refId": "A"2025}2026],2027"title": "Timeout Total",2028"type": "timeseries"2029},2030{2031"datasource": {2032"type": "prometheus",2033"uid": "${datasource}"2034},2035"fieldConfig": {2036"defaults": {2037"color": {2038"mode": "palette-classic"2039},2040"custom": {2041"axisCenteredZero": false,2042"axisColorMode": "text",2043"axisLabel": "",2044"axisPlacement": "auto",2045"barAlignment": 0,2046"drawStyle": "line",2047"fillOpacity": 0,2048"gradientMode": "none",2049"hideFrom": {2050"legend": false,2051"tooltip": false,2052"viz": false2053},2054"lineInterpolation": "linear",2055"lineWidth": 1,2056"pointSize": 5,2057"scaleDistribution": {2058"type": "linear"2059},2060"showPoints": "auto",2061"spanNulls": false,2062"stacking": {2063"group": "A",2064"mode": "none"2065},2066"thresholdsStyle": {2067"mode": "off"2068}2069},2070"mappings": [],2071"thresholds": {2072"mode": "absolute",2073"steps": [2074{2075"color": "green",2076"value": null2077},2078{2079"color": "red",2080"value": 802081}2082]2083}2084},2085"overrides": []2086},2087"gridPos": {2088"h": 8,2089"w": 24,2090"x": 0,2091"y": 872092},2093"id": 26,2094"options": {2095"legend": {2096"calcs": [],2097"displayMode": "list",2098"placement": "bottom",2099"showLegend": true2100},2101"tooltip": {2102"mode": "single",2103"sort": "none"2104}2105},2106"targets": [2107{2108"datasource": {2109"type": "prometheus",2110"uid": "${datasource}"2111},2112"editorMode": "code",2113"expr": "irate(hikaricp_connections_usage_seconds_sum{cluster=~\"$cluster\", pod=~\"$pod\"}[5m]) / irate(hikaricp_connections_usage_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"}[5m])",2114"legendFormat": "{{pod}}",2115"range": true,2116"refId": "A"2117}2118],2119"title": "Connections Time",2120"type": "timeseries"2121}2122],2123"refresh": "30s",2124"schemaVersion": 37,2125"style": "dark",2126"tags": [],2127"templating": {2128"list": [2129{2130"current": {2131"selected": false,2132"text": "VictoriaMetrics",2133"value": "VictoriaMetrics"2134},2135"hide": 0,2136"includeAll": false,2137"multi": false,2138"name": "datasource",2139"options": [],2140"query": "prometheus",2141"refresh": 1,2142"regex": "",2143"skipUrlSync": false,2144"type": "datasource"2145},2146{2147"current": {2148"selected": false,2149"text": [2150"All"2151],2152"value": [2153"$__all"2154]2155},2156"datasource": {2157"type": "prometheus",2158"uid": "${datasource}"2159},2160"definition": "label_values(jvm_memory_committed_bytes, cluster)",2161"hide": 0,2162"includeAll": true,2163"label": "Cluster",2164"multi": true,2165"name": "cluster",2166"options": [],2167"query": {2168"query": "label_values(jvm_memory_committed_bytes, cluster)",2169"refId": "StandardVariableQuery"2170},2171"refresh": 1,2172"regex": "",2173"skipUrlSync": false,2174"sort": 0,2175"type": "query"2176},2177{2178"current": {2179"selected": true,2180"text": [2181"All"2182],2183"value": [2184"$__all"2185]2186},2187"datasource": {2188"type": "prometheus",2189"uid": "${datasource}"2190},2191"definition": "label_values(jvm_memory_committed_bytes{cluster=~\"$cluster\", pod=~\"open-vsx.*\"}, pod)",2192"hide": 0,2193"includeAll": true,2194"label": "Pod",2195"multi": true,2196"name": "pod",2197"options": [],2198"query": {2199"query": "label_values(jvm_memory_committed_bytes{cluster=~\"$cluster\", pod=~\"open-vsx.*\"}, pod)",2200"refId": "StandardVariableQuery"2201},2202"refresh": 1,2203"regex": "",2204"skipUrlSync": false,2205"sort": 0,2206"type": "query"2207}2208]2209},2210"time": {2211"from": "now-6h",2212"to": "now"2213},2214"timepicker": {},2215"timezone": "",2216"title": "OpenVSX Mirror",2217"uid": "WI_x6hN4k",2218"version": 3,2219"weekStart": ""2220}222122222223