Path: blob/main/operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-server.json
2500 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"description": "Common visualisations of gRPC (Golang) Server metrics",24"editable": true,25"fiscalYearStartMonth": 0,26"graphTooltip": 1,27"id": 3,28"links": [],29"liveNow": false,30"panels": [31{32"collapsed": false,33"gridPos": {34"h": 1,35"w": 24,36"x": 0,37"y": 038},39"id": 2,40"panels": [],41"title": "Requests",42"type": "row"43},44{45"datasource": {46"type": "prometheus",47"uid": "${datasource}"48},49"description": "Rate of gRPC requests started",50"fieldConfig": {51"defaults": {52"color": {53"mode": "palette-classic"54},55"custom": {56"axisBorderShow": false,57"axisCenteredZero": false,58"axisColorMode": "text",59"axisLabel": "",60"axisPlacement": "auto",61"barAlignment": 0,62"drawStyle": "line",63"fillOpacity": 0,64"gradientMode": "none",65"hideFrom": {66"legend": false,67"tooltip": false,68"viz": false69},70"insertNulls": false,71"lineInterpolation": "linear",72"lineWidth": 1,73"pointSize": 5,74"scaleDistribution": {75"type": "linear"76},77"showPoints": "auto",78"spanNulls": false,79"stacking": {80"group": "A",81"mode": "none"82},83"thresholdsStyle": {84"mode": "off"85}86},87"mappings": [],88"thresholds": {89"mode": "absolute",90"steps": [91{92"color": "green",93"value": null94},95{96"color": "red",97"value": 8098}99]100},101"unit": "opm",102"unitScale": true103},104"overrides": []105},106"gridPos": {107"h": 8,108"w": 24,109"x": 0,110"y": 1111},112"id": 4,113"options": {114"legend": {115"calcs": [],116"displayMode": "list",117"placement": "bottom",118"showLegend": true119},120"tooltip": {121"mode": "single",122"sort": "none"123}124},125"targets": [126{127"datasource": {128"type": "prometheus",129"uid": "${datasource}"130},131"editorMode": "code",132"expr": "sum(increase(grpc_server_started_total{grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_type=~\"$type\"}[5m])) by (grpc_service, grpc_method)",133"legendFormat": "{{grpc_service}}.{{grpc_method}}",134"range": true,135"refId": "A"136}137],138"title": "Requests started [5m]",139"type": "timeseries"140},141{142"datasource": {143"type": "prometheus",144"uid": "${datasource}"145},146"description": "Rate of requests completed, by status",147"fieldConfig": {148"defaults": {149"color": {150"mode": "palette-classic"151},152"custom": {153"axisBorderShow": false,154"axisCenteredZero": false,155"axisColorMode": "text",156"axisLabel": "",157"axisPlacement": "auto",158"barAlignment": 0,159"drawStyle": "line",160"fillOpacity": 0,161"gradientMode": "none",162"hideFrom": {163"legend": false,164"tooltip": false,165"viz": false166},167"insertNulls": false,168"lineInterpolation": "linear",169"lineWidth": 1,170"pointSize": 5,171"scaleDistribution": {172"type": "linear"173},174"showPoints": "auto",175"spanNulls": false,176"stacking": {177"group": "A",178"mode": "none"179},180"thresholdsStyle": {181"mode": "off"182}183},184"mappings": [],185"thresholds": {186"mode": "absolute",187"steps": [188{189"color": "green",190"value": null191},192{193"color": "red",194"value": 80195}196]197},198"unit": "opm",199"unitScale": true200},201"overrides": []202},203"gridPos": {204"h": 8,205"w": 24,206"x": 0,207"y": 9208},209"id": 6,210"options": {211"legend": {212"calcs": [],213"displayMode": "list",214"placement": "bottom",215"showLegend": true216},217"tooltip": {218"mode": "single",219"sort": "none"220}221},222"targets": [223{224"datasource": {225"type": "prometheus",226"uid": "${datasource}"227},228"editorMode": "code",229"expr": "sum(increase(grpc_server_handled_total{grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_type=~\"$type\"}[5m])) by (grpc_service, grpc_method, grpc_code)",230"legendFormat": "{{grpc_service}}.{{grpc_method}} - {{grpc_code}}",231"range": true,232"refId": "A"233}234],235"title": "Requests completed [5m]",236"type": "timeseries"237},238{239"collapsed": false,240"gridPos": {241"h": 1,242"w": 24,243"x": 0,244"y": 17245},246"id": 11,247"panels": [],248"title": "Errors",249"type": "row"250},251{252"datasource": {253"type": "prometheus",254"uid": "${datasource}"255},256"description": "Rate of errors, by status",257"fieldConfig": {258"defaults": {259"color": {260"mode": "palette-classic"261},262"custom": {263"axisBorderShow": false,264"axisCenteredZero": false,265"axisColorMode": "text",266"axisLabel": "",267"axisPlacement": "auto",268"barAlignment": 0,269"drawStyle": "line",270"fillOpacity": 0,271"gradientMode": "none",272"hideFrom": {273"legend": false,274"tooltip": false,275"viz": false276},277"insertNulls": false,278"lineInterpolation": "linear",279"lineWidth": 1,280"pointSize": 5,281"scaleDistribution": {282"type": "linear"283},284"showPoints": "auto",285"spanNulls": false,286"stacking": {287"group": "A",288"mode": "none"289},290"thresholdsStyle": {291"mode": "off"292}293},294"mappings": [],295"thresholds": {296"mode": "absolute",297"steps": [298{299"color": "green",300"value": null301},302{303"color": "red",304"value": 80305}306]307},308"unit": "opm",309"unitScale": true310},311"overrides": []312},313"gridPos": {314"h": 8,315"w": 24,316"x": 0,317"y": 18318},319"id": 7,320"options": {321"legend": {322"calcs": [],323"displayMode": "list",324"placement": "bottom",325"showLegend": true326},327"tooltip": {328"mode": "single",329"sort": "none"330}331},332"targets": [333{334"datasource": {335"type": "prometheus",336"uid": "${datasource}"337},338"editorMode": "code",339"expr": "sum(increase(grpc_server_handled_total{grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_code!=\"OK\", grpc_type=~\"$type\"}[5m])) by (grpc_service, grpc_method, grpc_code)",340"legendFormat": "{{grpc_service}}.{{grpc_method}} - {{grpc_code}}",341"range": true,342"refId": "A"343}344],345"title": "Request errors [5m]",346"type": "timeseries"347},348{349"collapsed": false,350"gridPos": {351"h": 1,352"w": 24,353"x": 0,354"y": 26355},356"id": 13,357"panels": [],358"title": "Latency",359"type": "row"360},361{362"datasource": {363"type": "prometheus",364"uid": "${datasource}"365},366"description": "",367"fieldConfig": {368"defaults": {369"color": {370"mode": "palette-classic"371},372"custom": {373"axisBorderShow": false,374"axisCenteredZero": false,375"axisColorMode": "text",376"axisLabel": "",377"axisPlacement": "auto",378"barAlignment": 0,379"drawStyle": "line",380"fillOpacity": 0,381"gradientMode": "none",382"hideFrom": {383"legend": false,384"tooltip": false,385"viz": false386},387"insertNulls": false,388"lineInterpolation": "linear",389"lineWidth": 1,390"pointSize": 5,391"scaleDistribution": {392"type": "linear"393},394"showPoints": "auto",395"spanNulls": false,396"stacking": {397"group": "A",398"mode": "none"399},400"thresholdsStyle": {401"mode": "off"402}403},404"mappings": [],405"thresholds": {406"mode": "absolute",407"steps": [408{409"color": "green",410"value": null411},412{413"color": "red",414"value": 80415}416]417},418"unit": "s",419"unitScale": true420},421"overrides": []422},423"gridPos": {424"h": 8,425"w": 24,426"x": 0,427"y": 27428},429"id": 9,430"options": {431"legend": {432"calcs": [],433"displayMode": "list",434"placement": "bottom",435"showLegend": true436},437"tooltip": {438"mode": "single",439"sort": "none"440}441},442"targets": [443{444"datasource": {445"type": "prometheus",446"uid": "${datasource}"447},448"editorMode": "code",449"expr": "histogram_quantile(0.99, \n sum(rate(grpc_server_handling_seconds_bucket{grpc_type=\"unary\", grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_type=\"unary\"}[5m])) by (grpc_service, grpc_method, le)\n)",450"legendFormat": "{{grpc_service}}.{{grpc_method}}",451"range": true,452"refId": "A"453}454],455"title": "99th percentile response latency [5m]",456"type": "timeseries"457},458{459"collapsed": false,460"gridPos": {461"h": 1,462"w": 24,463"x": 0,464"y": 35465},466"id": 15,467"panels": [],468"title": "Messaging",469"type": "row"470},471{472"datasource": {473"type": "prometheus",474"uid": "${datasource}"475},476"description": "Rate of messages received by server",477"fieldConfig": {478"defaults": {479"color": {480"mode": "palette-classic"481},482"custom": {483"axisBorderShow": false,484"axisCenteredZero": false,485"axisColorMode": "text",486"axisLabel": "",487"axisPlacement": "auto",488"barAlignment": 0,489"drawStyle": "line",490"fillOpacity": 0,491"gradientMode": "none",492"hideFrom": {493"legend": false,494"tooltip": false,495"viz": false496},497"insertNulls": false,498"lineInterpolation": "linear",499"lineWidth": 1,500"pointSize": 5,501"scaleDistribution": {502"type": "linear"503},504"showPoints": "auto",505"spanNulls": false,506"stacking": {507"group": "A",508"mode": "none"509},510"thresholdsStyle": {511"mode": "off"512}513},514"mappings": [],515"thresholds": {516"mode": "absolute",517"steps": [518{519"color": "green",520"value": null521},522{523"color": "red",524"value": 80525}526]527},528"unitScale": true529},530"overrides": []531},532"gridPos": {533"h": 8,534"w": 12,535"x": 0,536"y": 36537},538"id": 17,539"options": {540"legend": {541"calcs": [],542"displayMode": "list",543"placement": "bottom",544"showLegend": true545},546"tooltip": {547"mode": "single",548"sort": "none"549}550},551"targets": [552{553"datasource": {554"type": "prometheus",555"uid": "${datasource}"556},557"editorMode": "code",558"expr": "sum(increase(grpc_server_msg_received_total{grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_type=~\"$type\"}[5m])) by (grpc_service, grpc_method)",559"legendFormat": "__auto",560"range": true,561"refId": "A"562}563],564"title": "Server messages received [5m]",565"type": "timeseries"566},567{568"datasource": {569"type": "prometheus",570"uid": "${datasource}"571},572"description": "Rate of messages sent by server",573"fieldConfig": {574"defaults": {575"color": {576"mode": "palette-classic"577},578"custom": {579"axisBorderShow": false,580"axisCenteredZero": false,581"axisColorMode": "text",582"axisLabel": "",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"insertNulls": false,594"lineInterpolation": "linear",595"lineWidth": 1,596"pointSize": 5,597"scaleDistribution": {598"type": "linear"599},600"showPoints": "auto",601"spanNulls": false,602"stacking": {603"group": "A",604"mode": "none"605},606"thresholdsStyle": {607"mode": "off"608}609},610"mappings": [],611"thresholds": {612"mode": "absolute",613"steps": [614{615"color": "green",616"value": null617},618{619"color": "red",620"value": 80621}622]623},624"unitScale": true625},626"overrides": []627},628"gridPos": {629"h": 8,630"w": 12,631"x": 12,632"y": 36633},634"id": 18,635"options": {636"legend": {637"calcs": [],638"displayMode": "list",639"placement": "bottom",640"showLegend": true641},642"tooltip": {643"mode": "single",644"sort": "none"645}646},647"targets": [648{649"datasource": {650"type": "prometheus",651"uid": "${datasource}"652},653"editorMode": "code",654"expr": "sum(increase(grpc_server_msg_sent_total{grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_type=~\"$type\"}[5m])) by (grpc_service, grpc_method)",655"legendFormat": "__auto",656"range": true,657"refId": "A"658}659],660"title": "Server messages sent [5m]",661"type": "timeseries"662}663],664"refresh": "",665"schemaVersion": 39,666"tags": [667"grpc",668"server"669],670"templating": {671"list": [672{673"current": {674"selected": false,675"text": "VictoriaMetrics",676"value": "P4169E866C3094E38"677},678"hide": 0,679"includeAll": false,680"multi": false,681"name": "datasource",682"options": [],683"query": "prometheus",684"refresh": 1,685"regex": "",686"skipUrlSync": false,687"type": "datasource"688},689{690"allValue": ".*",691"current": {692"selected": true,693"text": [694"All"695],696"value": [697"$__all"698]699},700"datasource": {701"type": "prometheus",702"uid": "${datasource}"703},704"definition": "label_values(grpc_server_started_total, grpc_service)",705"description": "gRPC Service Name",706"hide": 0,707"includeAll": true,708"label": "Service",709"multi": true,710"name": "service",711"options": [],712"query": {713"query": "label_values(grpc_server_started_total, grpc_service)",714"refId": "StandardVariableQuery"715},716"refresh": 1,717"regex": "",718"skipUrlSync": false,719"sort": 5,720"type": "query"721},722{723"allValue": ".*",724"current": {725"selected": true,726"text": [727"All"728],729"value": [730"$__all"731]732},733"datasource": {734"type": "prometheus",735"uid": "${datasource}"736},737"definition": "label_values(grpc_server_started_total{grpc_service=~\"$service\"}, grpc_method)",738"description": "gRPC Method Name",739"hide": 0,740"includeAll": true,741"label": "Method",742"multi": true,743"name": "method",744"options": [],745"query": {746"query": "label_values(grpc_server_started_total{grpc_service=~\"$service\"}, grpc_method)",747"refId": "StandardVariableQuery"748},749"refresh": 1,750"regex": "",751"skipUrlSync": false,752"sort": 5,753"type": "query"754},755{756"allValue": ".*",757"current": {758"selected": true,759"text": [760"All"761],762"value": [763"$__all"764]765},766"datasource": {767"type": "prometheus",768"uid": "${datasource}"769},770"definition": "label_values(grpc_server_started_total{grpc_service=~\"$service\", grpc_method=~\"$method\"}, grpc_type)",771"description": "gRPC request type - bidirectional stream, server stream, unary, client_stream",772"hide": 0,773"includeAll": true,774"label": "Type",775"multi": true,776"name": "type",777"options": [],778"query": {779"query": "label_values(grpc_server_started_total{grpc_service=~\"$service\", grpc_method=~\"$method\"}, grpc_type)",780"refId": "StandardVariableQuery"781},782"refresh": 1,783"regex": "",784"skipUrlSync": false,785"sort": 5,786"type": "query"787}788]789},790"time": {791"from": "now-6h",792"to": "now"793},794"timepicker": {795"refresh_intervals": [796"30s",797"1m",798"5m",799"15m",800"30m",801"1h",802"2h",803"1d"804]805},806"timezone": "utc",807"title": "gRPC / Server",808"uid": "fDH4_QMVk",809"version": 1,810"weekStart": "monday"811}812813814