Path: blob/main/operations/observability/mixins/self-hosted/dashboards/argocd/argocd.json
2504 views
{1"__inputs": [],2"__elements": {},3"__requires": [4{5"type": "grafana",6"id": "grafana",7"name": "Grafana",8"version": "9.1.7"9},10{11"type": "panel",12"id": "graph",13"name": "Graph (old)",14"version": ""15},16{17"type": "panel",18"id": "heatmap",19"name": "Heatmap",20"version": ""21},22{23"type": "datasource",24"id": "prometheus",25"name": "Prometheus",26"version": "1.0.0"27},28{29"type": "panel",30"id": "stat",31"name": "Stat",32"version": ""33},34{35"type": "panel",36"id": "table",37"name": "Table",38"version": ""39},40{41"type": "panel",42"id": "text",43"name": "Text",44"version": ""45},46{47"type": "panel",48"id": "timeseries",49"name": "Time series",50"version": ""51}52],53"annotations": {54"list": [55{56"builtIn": 1,57"datasource": {58"type": "datasource",59"uid": "grafana"60},61"enable": true,62"hide": true,63"iconColor": "rgba(0, 211, 255, 1)",64"limit": 100,65"matchAny": false,66"name": "Annotations & Alerts",67"showIn": 0,68"tags": [69"argocd"70],71"target": {72"limit": 100,73"matchAny": false,74"tags": [75"argocd"76],77"type": "tags"78},79"type": "tags"80}81]82},83"editable": true,84"fiscalYearStartMonth": 0,85"graphTooltip": 0,86"id": null,87"links": [],88"liveNow": false,89"panels": [90{91"collapsed": false,92"datasource": {93"uid": "$datasource"94},95"gridPos": {96"h": 1,97"w": 24,98"x": 0,99"y": 0100},101"id": 68,102"panels": [],103"targets": [104{105"datasource": {106"uid": "$datasource"107},108"refId": "A"109}110],111"title": "Overview",112"type": "row"113},114{115"datasource": {116"type": "prometheus",117"uid": "$datasource"118},119"fieldConfig": {120"defaults": {121"color": {122"mode": "thresholds"123},124"mappings": [125{126"options": {127"match": "null",128"result": {129"text": "N/A"130}131},132"type": "special"133}134],135"thresholds": {136"mode": "absolute",137"steps": [138{139"color": "green",140"value": null141},142{143"color": "red",144"value": 80145}146]147},148"unit": "dtdurations"149},150"overrides": []151},152"gridPos": {153"h": 5,154"w": 2,155"x": 0,156"y": 1157},158"id": 32,159"links": [],160"maxDataPoints": 100,161"options": {162"colorMode": "none",163"graphMode": "none",164"justifyMode": "auto",165"orientation": "horizontal",166"reduceOptions": {167"calcs": [168"lastNotNull"169],170"fields": "",171"values": false172},173"textMode": "auto"174},175"pluginVersion": "9.1.7",176"targets": [177{178"datasource": {179"uid": "$datasource"180},181"editorMode": "code",182"expr": "time() - max(process_start_time_seconds{job=\"argocd-server-metrics\"})",183"format": "time_series",184"intervalFactor": 1,185"range": true,186"refId": "A"187}188],189"title": "ArgoCD Uptime",190"type": "stat"191},192{193"datasource": {194"type": "prometheus",195"uid": "$datasource"196},197"fieldConfig": {198"defaults": {199"color": {200"fixedColor": "rgb(31, 120, 193)",201"mode": "fixed"202},203"mappings": [204{205"options": {206"match": "null",207"result": {208"text": "0"209}210},211"type": "special"212}213],214"thresholds": {215"mode": "absolute",216"steps": [217{218"color": "green",219"value": null220},221{222"color": "red",223"value": 80224}225]226},227"unit": "none"228},229"overrides": []230},231"gridPos": {232"h": 5,233"w": 3,234"x": 2,235"y": 1236},237"id": 94,238"links": [],239"maxDataPoints": 100,240"options": {241"colorMode": "none",242"graphMode": "none",243"justifyMode": "auto",244"orientation": "auto",245"reduceOptions": {246"calcs": [247"lastNotNull"248],249"fields": "",250"values": false251},252"textMode": "auto"253},254"pluginVersion": "9.1.7",255"targets": [256{257"datasource": {258"uid": "$datasource"259},260"editorMode": "code",261"expr": "count(\r\n count by (dest_server) (\r\n argocd_app_info \r\n * on(name) group_left(label_environment) argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n )\r\n)",262"format": "time_series",263"instant": false,264"intervalFactor": 1,265"refId": "A"266}267],268"title": "Clusters with apps deployed",269"type": "stat"270},271{272"datasource": {273"type": "prometheus",274"uid": "$datasource"275},276"fieldConfig": {277"defaults": {278"color": {279"fixedColor": "rgb(31, 120, 193)",280"mode": "fixed"281},282"mappings": [283{284"options": {285"match": "null",286"result": {287"text": "N/A"288}289},290"type": "special"291}292],293"thresholds": {294"mode": "absolute",295"steps": [296{297"color": "green",298"value": null299},300{301"color": "red",302"value": 80303}304]305},306"unit": "none"307},308"overrides": []309},310"gridPos": {311"h": 5,312"w": 3,313"x": 5,314"y": 1315},316"id": 75,317"links": [],318"maxDataPoints": 100,319"options": {320"colorMode": "none",321"graphMode": "none",322"justifyMode": "auto",323"orientation": "horizontal",324"reduceOptions": {325"calcs": [326"lastNotNull"327],328"fields": "",329"values": false330},331"textMode": "auto"332},333"pluginVersion": "9.1.7",334"repeatDirection": "h",335"targets": [336{337"datasource": {338"uid": "$datasource"339},340"editorMode": "code",341"expr": "sum(\r\n argocd_app_info{health_status=~\"$health_status\",sync_status=~\"$sync_status\"} \r\n * on(name) group_left(label_environment) argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n)",342"format": "time_series",343"instant": false,344"intervalFactor": 1,345"refId": "A"346}347],348"title": "Managed Applications",349"type": "stat"350},351{352"datasource": {353"type": "prometheus",354"uid": "$datasource"355},356"fieldConfig": {357"defaults": {358"color": {359"fixedColor": "rgb(31, 120, 193)",360"mode": "fixed"361},362"mappings": [363{364"options": {365"match": "null",366"result": {367"text": "0"368}369},370"type": "special"371}372],373"thresholds": {374"mode": "absolute",375"steps": [376{377"color": "green",378"value": null379},380{381"color": "red",382"value": 80383}384]385},386"unit": "none"387},388"overrides": []389},390"gridPos": {391"h": 5,392"w": 3,393"x": 8,394"y": 1395},396"id": 107,397"links": [],398"maxDataPoints": 100,399"options": {400"colorMode": "none",401"graphMode": "none",402"justifyMode": "auto",403"orientation": "horizontal",404"reduceOptions": {405"calcs": [406"lastNotNull"407],408"fields": "",409"values": false410},411"textMode": "auto"412},413"pluginVersion": "9.1.7",414"targets": [415{416"datasource": {417"uid": "$datasource"418},419"editorMode": "code",420"expr": "count(count by (repo) (\r\n argocd_app_info * on(name) group_left argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n))",421"format": "time_series",422"instant": false,423"intervalFactor": 1,424"refId": "A"425}426],427"title": "Repositories Watched",428"type": "stat"429},430{431"datasource": {432"type": "prometheus",433"uid": "$datasource"434},435"fieldConfig": {436"defaults": {437"color": {438"fixedColor": "rgb(31, 120, 193)",439"mode": "fixed"440},441"custom": {442"align": "auto",443"displayMode": "auto",444"inspect": false445},446"mappings": [447{448"options": {449"match": "null",450"result": {451"text": "N/A"452}453},454"type": "special"455}456],457"thresholds": {458"mode": "absolute",459"steps": [460{461"color": "green",462"value": null463},464{465"color": "red",466"value": 80467}468]469},470"unit": "none"471},472"overrides": [473{474"matcher": {475"id": "byName",476"options": "Application"477},478"properties": [479{480"id": "custom.width",481"value": 339482}483]484},485{486"matcher": {487"id": "byName",488"options": "Health"489},490"properties": [491{492"id": "custom.width",493"value": 198494}495]496},497{498"matcher": {499"id": "byName",500"options": "Synchronization Status"501},502"properties": [503{504"id": "custom.displayMode",505"value": "color-background-solid"506},507{508"id": "mappings",509"value": [510{511"options": {512"OutOfSync": {513"color": "yellow",514"index": 2,515"text": "OutOfSync"516},517"Synced": {518"color": "green",519"index": 0,520"text": "Synced"521},522"Unknown": {523"color": "#ffffff",524"index": 1,525"text": "Unknown"526}527},528"type": "value"529}530]531}532]533},534{535"matcher": {536"id": "byName",537"options": "Health"538},539"properties": [540{541"id": "custom.displayMode",542"value": "color-background-solid"543},544{545"id": "mappings",546"value": [547{548"options": {549"Degraded": {550"color": "semi-dark-red",551"index": 0,552"text": "Degraded"553},554"Healthy": {555"color": "green",556"index": 1,557"text": "Healthy"558},559"Missing": {560"color": "semi-dark-purple",561"index": 2,562"text": "Missing"563},564"Progressing": {565"color": "semi-dark-blue",566"index": 3,567"text": "Progressing"568},569"Suspended": {570"color": "semi-dark-orange",571"index": 4,572"text": "Suspended"573},574"Unknown": {575"color": "#ffffff",576"index": 5,577"text": "Unknown"578}579},580"type": "value"581}582]583}584]585}586]587},588"gridPos": {589"h": 5,590"w": 13,591"x": 11,592"y": 1593},594"id": 117,595"links": [],596"maxDataPoints": 100,597"options": {598"footer": {599"enablePagination": false,600"fields": [601"Value"602],603"reducer": [604"last"605],606"show": false607},608"showHeader": true,609"sortBy": []610},611"pluginVersion": "9.1.7",612"repeatDirection": "h",613"targets": [614{615"datasource": {616"uid": "$datasource"617},618"editorMode": "code",619"exemplar": false,620"expr": "argocd_app_info{health_status=~\"$health_status\",sync_status=~\"$sync_status\"} \r\n* on(name) group_left(label_environment, label_team) argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}",621"format": "table",622"instant": true,623"intervalFactor": 1,624"legendFormat": "{{name}}",625"range": false,626"refId": "A"627}628],629"title": "Managed Applications",630"transformations": [631{632"id": "organize",633"options": {634"excludeByName": {635"Time": true,636"Value": true,637"__name__": true,638"cluster": true,639"container": true,640"dest_namespace": true,641"dest_server": true,642"endpoint": true,643"exported_namespace": true,644"instance": true,645"job": true,646"namespace": true,647"operation": true,648"pod": true,649"project": true,650"prometheus": true,651"prometheus_replica": true,652"repo": true,653"service": true654},655"indexByName": {656"Time": 5,657"Value": 21,658"cluster": 6,659"container": 7,660"dest_namespace": 8,661"dest_server": 9,662"endpoint": 10,663"exported_namespace": 11,664"health_status": 3,665"instance": 12,666"job": 13,667"label_environment": 1,668"label_team": 2,669"name": 0,670"namespace": 14,671"operation": 22,672"pod": 15,673"project": 16,674"prometheus": 17,675"prometheus_replica": 18,676"repo": 19,677"service": 20,678"sync_status": 4679},680"renameByName": {681"health_status": "Health",682"label_environment": "Environment",683"label_team": "Team Owner",684"name": "Application",685"sync_status": "Synchronization Status"686}687}688}689],690"type": "table"691},692{693"collapsed": false,694"datasource": {695"uid": "$datasource"696},697"gridPos": {698"h": 1,699"w": 24,700"x": 0,701"y": 6702},703"id": 77,704"panels": [],705"targets": [706{707"datasource": {708"uid": "$datasource"709},710"refId": "A"711}712],713"title": "Application Status",714"type": "row"715},716{717"datasource": {718"type": "prometheus",719"uid": "$datasource"720},721"fieldConfig": {722"defaults": {723"color": {724"mode": "palette-classic"725},726"custom": {727"axisCenteredZero": false,728"axisColorMode": "text",729"axisLabel": "",730"axisPlacement": "auto",731"barAlignment": 0,732"drawStyle": "line",733"fillOpacity": 10,734"gradientMode": "none",735"hideFrom": {736"legend": false,737"tooltip": false,738"viz": false739},740"lineInterpolation": "linear",741"lineWidth": 1,742"pointSize": 5,743"scaleDistribution": {744"type": "linear"745},746"showPoints": "never",747"spanNulls": false,748"stacking": {749"group": "A",750"mode": "none"751},752"thresholdsStyle": {753"mode": "off"754}755},756"links": [],757"mappings": [],758"min": 0,759"thresholds": {760"mode": "absolute",761"steps": [762{763"color": "green",764"value": null765},766{767"color": "red",768"value": 80769}770]771},772"unit": "short"773},774"overrides": [775{776"matcher": {777"id": "byName",778"options": "Degraded"779},780"properties": [781{782"id": "color",783"value": {784"fixedColor": "semi-dark-red",785"mode": "fixed"786}787}788]789},790{791"matcher": {792"id": "byName",793"options": "Healthy"794},795"properties": [796{797"id": "color",798"value": {799"fixedColor": "green",800"mode": "fixed"801}802}803]804},805{806"matcher": {807"id": "byName",808"options": "Missing"809},810"properties": [811{812"id": "color",813"value": {814"fixedColor": "semi-dark-purple",815"mode": "fixed"816}817}818]819},820{821"matcher": {822"id": "byName",823"options": "Progressing"824},825"properties": [826{827"id": "color",828"value": {829"fixedColor": "semi-dark-blue",830"mode": "fixed"831}832}833]834},835{836"matcher": {837"id": "byName",838"options": "Suspended"839},840"properties": [841{842"id": "color",843"value": {844"fixedColor": "semi-dark-orange",845"mode": "fixed"846}847}848]849},850{851"matcher": {852"id": "byName",853"options": "Unknown"854},855"properties": [856{857"id": "color",858"value": {859"fixedColor": "rgb(255, 255, 255)",860"mode": "fixed"861}862}863]864}865]866},867"gridPos": {868"h": 6,869"w": 12,870"x": 0,871"y": 7872},873"id": 105,874"interval": "",875"links": [],876"options": {877"legend": {878"calcs": [879"last"880],881"displayMode": "table",882"placement": "right",883"showLegend": true884},885"tooltip": {886"mode": "multi",887"sort": "desc"888}889},890"pluginVersion": "9.1.7",891"targets": [892{893"datasource": {894"uid": "$datasource"895},896"editorMode": "code",897"expr": "sum(\r\n argocd_app_info{health_status=~\"$health_status\",sync_status=~\"$sync_status\",health_status!=\"\"} \r\n * on(name) group_left argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n) by (health_status)",898"format": "time_series",899"instant": false,900"intervalFactor": 1,901"legendFormat": "{{health_status}}",902"refId": "A"903}904],905"title": "Health Status",906"type": "timeseries"907},908{909"datasource": {910"type": "prometheus",911"uid": "$datasource"912},913"fieldConfig": {914"defaults": {915"color": {916"mode": "palette-classic"917},918"custom": {919"axisCenteredZero": false,920"axisColorMode": "text",921"axisLabel": "",922"axisPlacement": "auto",923"barAlignment": 0,924"drawStyle": "line",925"fillOpacity": 10,926"gradientMode": "none",927"hideFrom": {928"legend": false,929"tooltip": false,930"viz": false931},932"lineInterpolation": "linear",933"lineWidth": 1,934"pointSize": 5,935"scaleDistribution": {936"type": "linear"937},938"showPoints": "never",939"spanNulls": false,940"stacking": {941"group": "A",942"mode": "none"943},944"thresholdsStyle": {945"mode": "off"946}947},948"links": [],949"mappings": [],950"min": 0,951"thresholds": {952"mode": "absolute",953"steps": [954{955"color": "green",956"value": null957},958{959"color": "red",960"value": 80961}962]963},964"unit": "short"965},966"overrides": [967{968"matcher": {969"id": "byName",970"options": "Degraded"971},972"properties": [973{974"id": "color",975"value": {976"fixedColor": "semi-dark-red",977"mode": "fixed"978}979}980]981},982{983"matcher": {984"id": "byName",985"options": "Healthy"986},987"properties": [988{989"id": "color",990"value": {991"fixedColor": "green",992"mode": "fixed"993}994}995]996},997{998"matcher": {999"id": "byName",1000"options": "Missing"1001},1002"properties": [1003{1004"id": "color",1005"value": {1006"fixedColor": "semi-dark-purple",1007"mode": "fixed"1008}1009}1010]1011},1012{1013"matcher": {1014"id": "byName",1015"options": "OutOfSync"1016},1017"properties": [1018{1019"id": "color",1020"value": {1021"fixedColor": "semi-dark-yellow",1022"mode": "fixed"1023}1024}1025]1026},1027{1028"matcher": {1029"id": "byName",1030"options": "Progressing"1031},1032"properties": [1033{1034"id": "color",1035"value": {1036"fixedColor": "semi-dark-blue",1037"mode": "fixed"1038}1039}1040]1041},1042{1043"matcher": {1044"id": "byName",1045"options": "Suspended"1046},1047"properties": [1048{1049"id": "color",1050"value": {1051"fixedColor": "semi-dark-orange",1052"mode": "fixed"1053}1054}1055]1056},1057{1058"matcher": {1059"id": "byName",1060"options": "Synced"1061},1062"properties": [1063{1064"id": "color",1065"value": {1066"fixedColor": "semi-dark-green",1067"mode": "fixed"1068}1069}1070]1071},1072{1073"matcher": {1074"id": "byName",1075"options": "Unknown"1076},1077"properties": [1078{1079"id": "color",1080"value": {1081"fixedColor": "rgb(255, 255, 255)",1082"mode": "fixed"1083}1084}1085]1086}1087]1088},1089"gridPos": {1090"h": 6,1091"w": 12,1092"x": 12,1093"y": 71094},1095"id": 106,1096"interval": "",1097"links": [],1098"options": {1099"legend": {1100"calcs": [1101"last"1102],1103"displayMode": "table",1104"placement": "right",1105"showLegend": true1106},1107"tooltip": {1108"mode": "multi",1109"sort": "desc"1110}1111},1112"pluginVersion": "9.1.7",1113"targets": [1114{1115"datasource": {1116"uid": "$datasource"1117},1118"editorMode": "code",1119"expr": "sum(\r\n argocd_app_info{health_status=~\"$health_status\",sync_status=~\"$sync_status\",health_status!=\"\"}\r\n * on(name) group_left argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n) by (sync_status)",1120"format": "time_series",1121"instant": false,1122"intervalFactor": 1,1123"legendFormat": "{{sync_status}}",1124"refId": "A"1125}1126],1127"title": "Sync Status",1128"type": "timeseries"1129},1130{1131"collapsed": false,1132"datasource": {1133"uid": "$datasource"1134},1135"gridPos": {1136"h": 1,1137"w": 24,1138"x": 0,1139"y": 131140},1141"id": 104,1142"panels": [],1143"targets": [1144{1145"datasource": {1146"uid": "$datasource"1147},1148"refId": "A"1149}1150],1151"title": "Sync Stats",1152"type": "row"1153},1154{1155"datasource": {1156"type": "prometheus",1157"uid": "$datasource"1158},1159"fieldConfig": {1160"defaults": {1161"color": {1162"mode": "palette-classic"1163},1164"custom": {1165"axisCenteredZero": false,1166"axisColorMode": "text",1167"axisLabel": "",1168"axisPlacement": "auto",1169"barAlignment": 0,1170"drawStyle": "line",1171"fillOpacity": 10,1172"gradientMode": "none",1173"hideFrom": {1174"legend": false,1175"tooltip": false,1176"viz": false1177},1178"lineInterpolation": "linear",1179"lineWidth": 1,1180"pointSize": 5,1181"scaleDistribution": {1182"type": "linear"1183},1184"showPoints": "never",1185"spanNulls": false,1186"stacking": {1187"group": "A",1188"mode": "normal"1189},1190"thresholdsStyle": {1191"mode": "off"1192}1193},1194"decimals": 0,1195"links": [],1196"mappings": [],1197"min": 0,1198"thresholds": {1199"mode": "absolute",1200"steps": [1201{1202"color": "green",1203"value": null1204},1205{1206"color": "red",1207"value": 801208}1209]1210},1211"unit": "short"1212},1213"overrides": []1214},1215"gridPos": {1216"h": 6,1217"w": 24,1218"x": 0,1219"y": 141220},1221"id": 56,1222"interval": "",1223"links": [],1224"options": {1225"legend": {1226"calcs": [1227"last"1228],1229"displayMode": "table",1230"placement": "right",1231"showLegend": true1232},1233"tooltip": {1234"mode": "multi",1235"sort": "desc"1236}1237},1238"pluginVersion": "9.1.7",1239"targets": [1240{1241"datasource": {1242"uid": "$datasource"1243},1244"editorMode": "code",1245"expr": "sum(\r\n round(\r\n increase(\r\n argocd_app_sync_total[$interval]\r\n * on(name) group_left argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n )\r\n )\r\n) by (name)",1246"format": "time_series",1247"intervalFactor": 1,1248"legendFormat": "{{name}}",1249"range": true,1250"refId": "A"1251}1252],1253"title": "Sync Activity",1254"type": "timeseries"1255},1256{1257"aliasColors": {},1258"bars": false,1259"dashLength": 10,1260"dashes": false,1261"datasource": {1262"type": "prometheus",1263"uid": "$datasource"1264},1265"fieldConfig": {1266"defaults": {1267"links": []1268},1269"overrides": []1270},1271"fill": 1,1272"fillGradient": 0,1273"gridPos": {1274"h": 5,1275"w": 24,1276"x": 0,1277"y": 201278},1279"hiddenSeries": false,1280"id": 73,1281"legend": {1282"alignAsTable": true,1283"avg": false,1284"current": false,1285"hideEmpty": true,1286"hideZero": false,1287"max": false,1288"min": false,1289"rightSide": true,1290"show": true,1291"sort": "total",1292"sortDesc": true,1293"total": true,1294"values": true1295},1296"lines": true,1297"linewidth": 1,1298"links": [],1299"nullPointMode": "null",1300"options": {1301"alertThreshold": true1302},1303"paceLength": 10,1304"percentage": false,1305"pluginVersion": "9.1.7",1306"pointradius": 2,1307"points": false,1308"renderer": "flot",1309"seriesOverrides": [],1310"spaceLength": 10,1311"stack": true,1312"steppedLine": false,1313"targets": [1314{1315"datasource": {1316"uid": "$datasource"1317},1318"editorMode": "code",1319"expr": "sum(\r\n round(\r\n increase(\r\n argocd_app_sync_total{phase=~\"Error|Failed\"}[$interval]\r\n * on(name) group_left argocd_app_labels{label_environment=~\"$environment\", label_team=~\"$team\"}\r\n )\r\n )\r\n) by (name, phase)",1320"format": "time_series",1321"intervalFactor": 1,1322"legendFormat": "{{phase}}: {{name}}",1323"range": true,1324"refId": "A"1325}1326],1327"thresholds": [],1328"timeRegions": [],1329"title": "Sync Failures",1330"tooltip": {1331"shared": true,1332"sort": 2,1333"value_type": "individual"1334},1335"type": "graph",1336"xaxis": {1337"mode": "time",1338"show": true,1339"values": []1340},1341"yaxes": [1342{1343"decimals": 0,1344"format": "none",1345"label": "",1346"logBase": 1,1347"min": "0",1348"show": true1349},1350{1351"format": "short",1352"label": "",1353"logBase": 1,1354"show": true1355}1356],1357"yaxis": {1358"align": false1359}1360},1361{1362"collapsed": true,1363"datasource": {1364"uid": "$datasource"1365},1366"gridPos": {1367"h": 1,1368"w": 24,1369"x": 0,1370"y": 251371},1372"id": 64,1373"panels": [1374{1375"datasource": {1376"type": "prometheus",1377"uid": "$datasource"1378},1379"description": "",1380"fieldConfig": {1381"defaults": {1382"color": {1383"mode": "palette-classic"1384},1385"custom": {1386"axisCenteredZero": false,1387"axisColorMode": "text",1388"axisLabel": "",1389"axisPlacement": "auto",1390"barAlignment": 0,1391"drawStyle": "line",1392"fillOpacity": 10,1393"gradientMode": "none",1394"hideFrom": {1395"legend": false,1396"tooltip": false,1397"viz": false1398},1399"lineInterpolation": "linear",1400"lineWidth": 1,1401"pointSize": 5,1402"scaleDistribution": {1403"type": "linear"1404},1405"showPoints": "never",1406"spanNulls": false,1407"stacking": {1408"group": "A",1409"mode": "none"1410},1411"thresholdsStyle": {1412"mode": "off"1413}1414},1415"links": [],1416"mappings": [],1417"thresholds": {1418"mode": "absolute",1419"steps": [1420{1421"color": "green"1422},1423{1424"color": "red",1425"value": 801426}1427]1428},1429"unit": "short"1430},1431"overrides": []1432},1433"gridPos": {1434"h": 6,1435"w": 24,1436"x": 0,1437"y": 251438},1439"id": 58,1440"links": [],1441"options": {1442"legend": {1443"calcs": [1444"mean",1445"lastNotNull",1446"max",1447"sum"1448],1449"displayMode": "table",1450"placement": "right",1451"showLegend": true1452},1453"tooltip": {1454"mode": "single",1455"sort": "none"1456}1457},1458"pluginVersion": "9.1.7",1459"targets": [1460{1461"datasource": {1462"uid": "$datasource"1463},1464"editorMode": "code",1465"expr": "sum(\r\n increase(\r\n argocd_app_reconcile_count[$interval]\r\n )\r\n) ",1466"format": "time_series",1467"intervalFactor": 1,1468"legendFormat": "Reconciliation rate",1469"range": true,1470"refId": "A"1471}1472],1473"title": "Reconciliation Activity (not filtered by environment or team)",1474"type": "timeseries"1475},1476{1477"cards": {},1478"color": {1479"cardColor": "#b4ff00",1480"colorScale": "sqrt",1481"colorScheme": "interpolateSpectral",1482"exponent": 0.5,1483"mode": "spectrum"1484},1485"dataFormat": "tsbuckets",1486"datasource": {1487"type": "prometheus",1488"uid": "$datasource"1489},1490"fieldConfig": {1491"defaults": {1492"custom": {1493"hideFrom": {1494"legend": false,1495"tooltip": false,1496"viz": false1497},1498"scaleDistribution": {1499"type": "linear"1500}1501}1502},1503"overrides": []1504},1505"gridPos": {1506"h": 7,1507"w": 24,1508"x": 0,1509"y": 311510},1511"heatmap": {},1512"hideZeroBuckets": false,1513"highlightCards": true,1514"id": 60,1515"legend": {1516"show": true1517},1518"links": [],1519"options": {1520"calculate": false,1521"calculation": {},1522"cellGap": 2,1523"cellValues": {1524"decimals": 01525},1526"color": {1527"exponent": 0.5,1528"fill": "#b4ff00",1529"mode": "scheme",1530"reverse": false,1531"scale": "exponential",1532"scheme": "Spectral",1533"steps": 1281534},1535"exemplars": {1536"color": "rgba(255,0,255,0.7)"1537},1538"filterValues": {1539"le": 1e-91540},1541"legend": {1542"show": true1543},1544"rowsFrame": {1545"layout": "auto"1546},1547"showValue": "never",1548"tooltip": {1549"show": true,1550"yHistogram": true1551},1552"yAxis": {1553"axisPlacement": "left",1554"reverse": false,1555"unit": "short"1556}1557},1558"pluginVersion": "9.1.7",1559"reverseYBuckets": false,1560"targets": [1561{1562"datasource": {1563"uid": "$datasource"1564},1565"editorMode": "code",1566"expr": "sum(\r\n increase(\r\n argocd_app_reconcile_bucket[$interval]\r\n )\r\n) by (le)",1567"format": "heatmap",1568"instant": false,1569"intervalFactor": 10,1570"legendFormat": "{{le}}",1571"refId": "A"1572}1573],1574"title": "Reconciliation Performance (not filtered by environment or team)",1575"tooltip": {1576"show": true,1577"showHistogram": true1578},1579"tooltipDecimals": 0,1580"type": "heatmap",1581"xAxis": {1582"show": true1583},1584"yAxis": {1585"format": "short",1586"logBase": 1,1587"show": true1588},1589"yBucketBound": "auto"1590},1591{1592"datasource": {1593"type": "prometheus",1594"uid": "$datasource"1595},1596"fieldConfig": {1597"defaults": {1598"color": {1599"mode": "palette-classic"1600},1601"custom": {1602"axisCenteredZero": false,1603"axisColorMode": "text",1604"axisLabel": "",1605"axisPlacement": "auto",1606"barAlignment": 0,1607"drawStyle": "line",1608"fillOpacity": 10,1609"gradientMode": "none",1610"hideFrom": {1611"legend": false,1612"tooltip": false,1613"viz": false1614},1615"lineInterpolation": "linear",1616"lineWidth": 1,1617"pointSize": 5,1618"scaleDistribution": {1619"type": "linear"1620},1621"showPoints": "never",1622"spanNulls": false,1623"stacking": {1624"group": "A",1625"mode": "none"1626},1627"thresholdsStyle": {1628"mode": "off"1629}1630},1631"links": [],1632"mappings": [],1633"thresholds": {1634"mode": "absolute",1635"steps": [1636{1637"color": "green"1638},1639{1640"color": "red",1641"value": 801642}1643]1644},1645"unit": "short"1646},1647"overrides": []1648},1649"gridPos": {1650"h": 6,1651"w": 24,1652"x": 0,1653"y": 381654},1655"id": 80,1656"links": [],1657"options": {1658"legend": {1659"calcs": [1660"mean",1661"lastNotNull"1662],1663"displayMode": "table",1664"placement": "right",1665"showLegend": true1666},1667"tooltip": {1668"mode": "multi",1669"sort": "desc"1670}1671},1672"pluginVersion": "9.1.7",1673"targets": [1674{1675"datasource": {1676"uid": "$datasource"1677},1678"editorMode": "code",1679"expr": "sum(increase(argocd_app_k8s_request_total[$interval])) by (verb, resource_kind)",1680"format": "time_series",1681"instant": false,1682"intervalFactor": 1,1683"legendFormat": "{{verb}} {{resource_kind}}",1684"refId": "A"1685}1686],1687"title": "K8s API Activity",1688"type": "timeseries"1689},1690{1691"datasource": {1692"type": "prometheus",1693"uid": "$datasource"1694},1695"fieldConfig": {1696"defaults": {1697"color": {1698"mode": "palette-classic"1699},1700"custom": {1701"axisCenteredZero": false,1702"axisColorMode": "text",1703"axisLabel": "",1704"axisPlacement": "auto",1705"barAlignment": 0,1706"drawStyle": "line",1707"fillOpacity": 10,1708"gradientMode": "none",1709"hideFrom": {1710"legend": false,1711"tooltip": false,1712"viz": false1713},1714"lineInterpolation": "linear",1715"lineWidth": 1,1716"pointSize": 5,1717"scaleDistribution": {1718"type": "linear"1719},1720"showPoints": "never",1721"spanNulls": false,1722"stacking": {1723"group": "A",1724"mode": "none"1725},1726"thresholdsStyle": {1727"mode": "off"1728}1729},1730"links": [],1731"mappings": [],1732"min": 0,1733"thresholds": {1734"mode": "absolute",1735"steps": [1736{1737"color": "green"1738},1739{1740"color": "red",1741"value": 801742}1743]1744},1745"unit": "short"1746},1747"overrides": []1748},1749"gridPos": {1750"h": 7,1751"w": 12,1752"x": 0,1753"y": 441754},1755"id": 96,1756"links": [],1757"options": {1758"legend": {1759"calcs": [1760"mean",1761"lastNotNull",1762"max"1763],1764"displayMode": "table",1765"placement": "bottom",1766"showLegend": true1767},1768"tooltip": {1769"mode": "multi",1770"sort": "desc"1771}1772},1773"pluginVersion": "9.1.7",1774"targets": [1775{1776"datasource": {1777"uid": "$datasource"1778},1779"editorMode": "code",1780"expr": "sum(workqueue_depth{name=~\"app_.*\"}) by (name)",1781"format": "time_series",1782"intervalFactor": 1,1783"legendFormat": "{{name}}",1784"range": true,1785"refId": "A"1786}1787],1788"title": "Workqueue Depth",1789"type": "timeseries"1790},1791{1792"datasource": {1793"type": "prometheus",1794"uid": "$datasource"1795},1796"fieldConfig": {1797"defaults": {1798"color": {1799"mode": "palette-classic"1800},1801"custom": {1802"axisCenteredZero": false,1803"axisColorMode": "text",1804"axisLabel": "",1805"axisPlacement": "auto",1806"barAlignment": 0,1807"drawStyle": "line",1808"fillOpacity": 10,1809"gradientMode": "none",1810"hideFrom": {1811"legend": false,1812"tooltip": false,1813"viz": false1814},1815"lineInterpolation": "linear",1816"lineWidth": 1,1817"pointSize": 5,1818"scaleDistribution": {1819"type": "linear"1820},1821"showPoints": "never",1822"spanNulls": false,1823"stacking": {1824"group": "A",1825"mode": "none"1826},1827"thresholdsStyle": {1828"mode": "off"1829}1830},1831"decimals": 0,1832"links": [],1833"mappings": [],1834"min": 0,1835"thresholds": {1836"mode": "absolute",1837"steps": [1838{1839"color": "green"1840},1841{1842"color": "red",1843"value": 801844}1845]1846},1847"unit": "short"1848},1849"overrides": []1850},1851"gridPos": {1852"h": 7,1853"w": 12,1854"x": 12,1855"y": 441856},1857"id": 98,1858"links": [],1859"options": {1860"legend": {1861"calcs": [1862"mean",1863"lastNotNull",1864"max"1865],1866"displayMode": "table",1867"placement": "bottom",1868"showLegend": true1869},1870"tooltip": {1871"mode": "multi",1872"sort": "desc"1873}1874},1875"pluginVersion": "9.1.7",1876"targets": [1877{1878"datasource": {1879"uid": "$datasource"1880},1881"editorMode": "code",1882"expr": "sum(argocd_kubectl_exec_pending) by (command)",1883"format": "time_series",1884"intervalFactor": 1,1885"legendFormat": "{{command}}",1886"range": true,1887"refId": "A"1888}1889],1890"title": "Pending kubectl run",1891"type": "timeseries"1892}1893],1894"targets": [1895{1896"datasource": {1897"uid": "$datasource"1898},1899"refId": "A"1900}1901],1902"title": "Controller Stats",1903"type": "row"1904},1905{1906"collapsed": true,1907"datasource": {1908"uid": "$datasource"1909},1910"gridPos": {1911"h": 1,1912"w": 24,1913"x": 0,1914"y": 261915},1916"id": 102,1917"panels": [1918{1919"datasource": {1920"type": "prometheus",1921"uid": "$datasource"1922},1923"fieldConfig": {1924"defaults": {1925"color": {1926"mode": "palette-classic"1927},1928"custom": {1929"axisCenteredZero": false,1930"axisColorMode": "text",1931"axisLabel": "",1932"axisPlacement": "auto",1933"barAlignment": 0,1934"drawStyle": "line",1935"fillOpacity": 10,1936"gradientMode": "none",1937"hideFrom": {1938"legend": false,1939"tooltip": false,1940"viz": false1941},1942"lineInterpolation": "linear",1943"lineWidth": 1,1944"pointSize": 5,1945"scaleDistribution": {1946"type": "linear"1947},1948"showPoints": "never",1949"spanNulls": true,1950"stacking": {1951"group": "A",1952"mode": "none"1953},1954"thresholdsStyle": {1955"mode": "off"1956}1957},1958"links": [],1959"mappings": [],1960"thresholds": {1961"mode": "absolute",1962"steps": [1963{1964"color": "green"1965},1966{1967"color": "red",1968"value": 801969}1970]1971},1972"unit": "bytes"1973},1974"overrides": []1975},1976"gridPos": {1977"h": 7,1978"w": 24,1979"x": 0,1980"y": 261981},1982"id": 34,1983"links": [],1984"options": {1985"legend": {1986"calcs": [1987"mean",1988"lastNotNull",1989"max"1990],1991"displayMode": "table",1992"placement": "right",1993"showLegend": true1994},1995"tooltip": {1996"mode": "single",1997"sort": "none"1998}1999},2000"pluginVersion": "9.1.7",2001"targets": [2002{2003"datasource": {2004"uid": "$datasource"2005},2006"editorMode": "code",2007"expr": "go_memstats_heap_alloc_bytes{job=\"argocd-metrics\"}",2008"format": "time_series",2009"intervalFactor": 1,2010"legendFormat": "{{instance}}",2011"range": true,2012"refId": "A"2013}2014],2015"title": "Memory Usage",2016"type": "timeseries"2017},2018{2019"datasource": {2020"type": "prometheus",2021"uid": "$datasource"2022},2023"fieldConfig": {2024"defaults": {2025"color": {2026"mode": "palette-classic"2027},2028"custom": {2029"axisCenteredZero": false,2030"axisColorMode": "text",2031"axisLabel": "",2032"axisPlacement": "auto",2033"barAlignment": 0,2034"drawStyle": "line",2035"fillOpacity": 10,2036"gradientMode": "none",2037"hideFrom": {2038"legend": false,2039"tooltip": false,2040"viz": false2041},2042"lineInterpolation": "linear",2043"lineWidth": 1,2044"pointSize": 5,2045"scaleDistribution": {2046"type": "linear"2047},2048"showPoints": "never",2049"spanNulls": true,2050"stacking": {2051"group": "A",2052"mode": "none"2053},2054"thresholdsStyle": {2055"mode": "off"2056}2057},2058"decimals": 1,2059"links": [],2060"mappings": [],2061"thresholds": {2062"mode": "absolute",2063"steps": [2064{2065"color": "green"2066},2067{2068"color": "red",2069"value": 802070}2071]2072},2073"unit": "none"2074},2075"overrides": []2076},2077"gridPos": {2078"h": 7,2079"w": 24,2080"x": 0,2081"y": 332082},2083"id": 108,2084"links": [],2085"options": {2086"legend": {2087"calcs": [2088"mean",2089"lastNotNull",2090"max"2091],2092"displayMode": "table",2093"placement": "right",2094"showLegend": true2095},2096"tooltip": {2097"mode": "single",2098"sort": "none"2099}2100},2101"pluginVersion": "9.1.7",2102"targets": [2103{2104"datasource": {2105"uid": "$datasource"2106},2107"editorMode": "code",2108"expr": "irate(process_cpu_seconds_total{job=\"argocd-metrics\"}[1m])",2109"format": "time_series",2110"intervalFactor": 1,2111"legendFormat": "{{instance}}",2112"range": true,2113"refId": "A"2114}2115],2116"title": "CPU Usage",2117"type": "timeseries"2118},2119{2120"datasource": {2121"type": "prometheus",2122"uid": "$datasource"2123},2124"fieldConfig": {2125"defaults": {2126"color": {2127"mode": "palette-classic"2128},2129"custom": {2130"axisCenteredZero": false,2131"axisColorMode": "text",2132"axisLabel": "",2133"axisPlacement": "auto",2134"barAlignment": 0,2135"drawStyle": "line",2136"fillOpacity": 10,2137"gradientMode": "none",2138"hideFrom": {2139"legend": false,2140"tooltip": false,2141"viz": false2142},2143"lineInterpolation": "linear",2144"lineWidth": 1,2145"pointSize": 5,2146"scaleDistribution": {2147"type": "linear"2148},2149"showPoints": "never",2150"spanNulls": false,2151"stacking": {2152"group": "A",2153"mode": "none"2154},2155"thresholdsStyle": {2156"mode": "off"2157}2158},2159"links": [],2160"mappings": [],2161"thresholds": {2162"mode": "absolute",2163"steps": [2164{2165"color": "green"2166},2167{2168"color": "red",2169"value": 802170}2171]2172},2173"unit": "short"2174},2175"overrides": []2176},2177"gridPos": {2178"h": 7,2179"w": 24,2180"x": 0,2181"y": 402182},2183"id": 62,2184"links": [],2185"options": {2186"legend": {2187"calcs": [2188"mean",2189"lastNotNull",2190"max"2191],2192"displayMode": "table",2193"placement": "right",2194"showLegend": true2195},2196"tooltip": {2197"mode": "single",2198"sort": "none"2199}2200},2201"pluginVersion": "9.1.7",2202"targets": [2203{2204"datasource": {2205"uid": "$datasource"2206},2207"editorMode": "code",2208"expr": "go_goroutines{job=\"argocd-metrics\"}",2209"format": "time_series",2210"intervalFactor": 1,2211"legendFormat": "{{instance}}",2212"range": true,2213"refId": "A"2214}2215],2216"title": "Goroutines",2217"type": "timeseries"2218}2219],2220"targets": [2221{2222"datasource": {2223"uid": "$datasource"2224},2225"refId": "A"2226}2227],2228"title": "Controller Telemetry",2229"type": "row"2230},2231{2232"collapsed": true,2233"datasource": {2234"uid": "$datasource"2235},2236"gridPos": {2237"h": 1,2238"w": 24,2239"x": 0,2240"y": 272241},2242"id": 88,2243"panels": [2244{2245"datasource": {2246"type": "prometheus",2247"uid": "$datasource"2248},2249"fieldConfig": {2250"defaults": {2251"color": {2252"mode": "palette-classic"2253},2254"custom": {2255"axisCenteredZero": false,2256"axisColorMode": "text",2257"axisLabel": "",2258"axisPlacement": "auto",2259"barAlignment": 0,2260"drawStyle": "line",2261"fillOpacity": 10,2262"gradientMode": "none",2263"hideFrom": {2264"legend": false,2265"tooltip": false,2266"viz": false2267},2268"lineInterpolation": "linear",2269"lineWidth": 1,2270"pointSize": 5,2271"scaleDistribution": {2272"type": "linear"2273},2274"showPoints": "never",2275"spanNulls": false,2276"stacking": {2277"group": "A",2278"mode": "none"2279},2280"thresholdsStyle": {2281"mode": "off"2282}2283},2284"links": [],2285"mappings": [],2286"thresholds": {2287"mode": "absolute",2288"steps": [2289{2290"color": "green"2291},2292{2293"color": "red",2294"value": 802295}2296]2297},2298"unit": "short"2299},2300"overrides": []2301},2302"gridPos": {2303"h": 7,2304"w": 24,2305"x": 0,2306"y": 272307},2308"id": 90,2309"links": [],2310"options": {2311"legend": {2312"calcs": [2313"lastNotNull"2314],2315"displayMode": "table",2316"placement": "right",2317"showLegend": true2318},2319"tooltip": {2320"mode": "single",2321"sort": "none"2322}2323},2324"pluginVersion": "9.1.7",2325"targets": [2326{2327"datasource": {2328"uid": "$datasource"2329},2330"editorMode": "code",2331"expr": "sum(argocd_cluster_api_resource_objects) by (server)",2332"format": "time_series",2333"intervalFactor": 1,2334"legendFormat": "{{server}}",2335"range": true,2336"refId": "A"2337}2338],2339"title": "Resource Objects Count",2340"type": "timeseries"2341},2342{2343"datasource": {2344"type": "prometheus",2345"uid": "$datasource"2346},2347"fieldConfig": {2348"defaults": {2349"color": {2350"mode": "palette-classic"2351},2352"custom": {2353"axisCenteredZero": false,2354"axisColorMode": "text",2355"axisLabel": "",2356"axisPlacement": "auto",2357"barAlignment": 0,2358"drawStyle": "line",2359"fillOpacity": 10,2360"gradientMode": "none",2361"hideFrom": {2362"legend": false,2363"tooltip": false,2364"viz": false2365},2366"lineInterpolation": "linear",2367"lineWidth": 1,2368"pointSize": 5,2369"scaleDistribution": {2370"type": "linear"2371},2372"showPoints": "never",2373"spanNulls": false,2374"stacking": {2375"group": "A",2376"mode": "none"2377},2378"thresholdsStyle": {2379"mode": "off"2380}2381},2382"links": [],2383"mappings": [],2384"thresholds": {2385"mode": "absolute",2386"steps": [2387{2388"color": "green"2389},2390{2391"color": "red",2392"value": 802393}2394]2395},2396"unit": "short"2397},2398"overrides": []2399},2400"gridPos": {2401"h": 6,2402"w": 24,2403"x": 0,2404"y": 342405},2406"id": 92,2407"links": [],2408"options": {2409"legend": {2410"calcs": [2411"lastNotNull"2412],2413"displayMode": "table",2414"placement": "right",2415"showLegend": true2416},2417"tooltip": {2418"mode": "single",2419"sort": "none"2420}2421},2422"pluginVersion": "9.1.7",2423"targets": [2424{2425"datasource": {2426"uid": "$datasource"2427},2428"editorMode": "code",2429"expr": "sum(argocd_cluster_api_resources) by (server)",2430"format": "time_series",2431"intervalFactor": 1,2432"legendFormat": "{{server}}",2433"range": true,2434"refId": "A"2435}2436],2437"title": "API Resources Count",2438"type": "timeseries"2439},2440{2441"datasource": {2442"type": "prometheus",2443"uid": "$datasource"2444},2445"fieldConfig": {2446"defaults": {2447"color": {2448"mode": "palette-classic"2449},2450"custom": {2451"axisCenteredZero": false,2452"axisColorMode": "text",2453"axisLabel": "",2454"axisPlacement": "auto",2455"barAlignment": 0,2456"drawStyle": "line",2457"fillOpacity": 10,2458"gradientMode": "none",2459"hideFrom": {2460"legend": false,2461"tooltip": false,2462"viz": false2463},2464"lineInterpolation": "linear",2465"lineWidth": 1,2466"pointSize": 5,2467"scaleDistribution": {2468"type": "linear"2469},2470"showPoints": "never",2471"spanNulls": false,2472"stacking": {2473"group": "A",2474"mode": "none"2475},2476"thresholdsStyle": {2477"mode": "off"2478}2479},2480"links": [],2481"mappings": [],2482"thresholds": {2483"mode": "absolute",2484"steps": [2485{2486"color": "green"2487},2488{2489"color": "red",2490"value": 802491}2492]2493},2494"unit": "short"2495},2496"overrides": []2497},2498"gridPos": {2499"h": 7,2500"w": 24,2501"x": 0,2502"y": 402503},2504"id": 86,2505"links": [],2506"options": {2507"legend": {2508"calcs": [2509"mean",2510"lastNotNull"2511],2512"displayMode": "table",2513"placement": "right",2514"showLegend": true2515},2516"tooltip": {2517"mode": "single",2518"sort": "none"2519}2520},2521"pluginVersion": "9.1.7",2522"targets": [2523{2524"datasource": {2525"uid": "$datasource"2526},2527"editorMode": "code",2528"expr": "sum(increase(argocd_cluster_events_total[$interval])) by (server)",2529"format": "time_series",2530"intervalFactor": 1,2531"legendFormat": "{{server}}",2532"range": true,2533"refId": "A"2534}2535],2536"title": "Cluster Events Count",2537"type": "timeseries"2538}2539],2540"targets": [2541{2542"datasource": {2543"uid": "$datasource"2544},2545"refId": "A"2546}2547],2548"title": "Cluster Stats",2549"type": "row"2550},2551{2552"collapsed": true,2553"datasource": {2554"uid": "$datasource"2555},2556"gridPos": {2557"h": 1,2558"w": 24,2559"x": 0,2560"y": 282561},2562"id": 70,2563"panels": [2564{2565"datasource": {2566"type": "prometheus",2567"uid": "$datasource"2568},2569"fieldConfig": {2570"defaults": {2571"color": {2572"mode": "palette-classic"2573},2574"custom": {2575"axisCenteredZero": false,2576"axisColorMode": "text",2577"axisLabel": "",2578"axisPlacement": "auto",2579"barAlignment": 0,2580"drawStyle": "line",2581"fillOpacity": 10,2582"gradientMode": "none",2583"hideFrom": {2584"legend": false,2585"tooltip": false,2586"viz": false2587},2588"lineInterpolation": "linear",2589"lineWidth": 1,2590"pointSize": 5,2591"scaleDistribution": {2592"type": "linear"2593},2594"showPoints": "never",2595"spanNulls": false,2596"stacking": {2597"group": "A",2598"mode": "none"2599},2600"thresholdsStyle": {2601"mode": "off"2602}2603},2604"links": [],2605"mappings": [],2606"thresholds": {2607"mode": "absolute",2608"steps": [2609{2610"color": "green"2611},2612{2613"color": "red",2614"value": 802615}2616]2617},2618"unit": "short"2619},2620"overrides": []2621},2622"gridPos": {2623"h": 8,2624"w": 12,2625"x": 0,2626"y": 282627},2628"id": 82,2629"links": [],2630"options": {2631"legend": {2632"calcs": [],2633"displayMode": "list",2634"placement": "bottom",2635"showLegend": true2636},2637"tooltip": {2638"mode": "multi",2639"sort": "desc"2640}2641},2642"pluginVersion": "9.1.7",2643"targets": [2644{2645"datasource": {2646"uid": "$datasource"2647},2648"editorMode": "code",2649"expr": "sum(increase(argocd_git_request_total{request_type=\"ls-remote\"}[10m])) by (repo)",2650"format": "time_series",2651"intervalFactor": 1,2652"legendFormat": "{{repo}}",2653"range": true,2654"refId": "A"2655}2656],2657"title": "Git Requets (ls-remote)",2658"type": "timeseries"2659},2660{2661"datasource": {2662"type": "prometheus",2663"uid": "$datasource"2664},2665"fieldConfig": {2666"defaults": {2667"color": {2668"mode": "palette-classic"2669},2670"custom": {2671"axisCenteredZero": false,2672"axisColorMode": "text",2673"axisLabel": "",2674"axisPlacement": "auto",2675"barAlignment": 0,2676"drawStyle": "line",2677"fillOpacity": 10,2678"gradientMode": "none",2679"hideFrom": {2680"legend": false,2681"tooltip": false,2682"viz": false2683},2684"lineInterpolation": "linear",2685"lineWidth": 1,2686"pointSize": 5,2687"scaleDistribution": {2688"type": "linear"2689},2690"showPoints": "never",2691"spanNulls": false,2692"stacking": {2693"group": "A",2694"mode": "none"2695},2696"thresholdsStyle": {2697"mode": "off"2698}2699},2700"links": [],2701"mappings": [],2702"thresholds": {2703"mode": "absolute",2704"steps": [2705{2706"color": "green"2707},2708{2709"color": "red",2710"value": 802711}2712]2713},2714"unit": "short"2715},2716"overrides": []2717},2718"gridPos": {2719"h": 8,2720"w": 12,2721"x": 12,2722"y": 282723},2724"id": 84,2725"links": [],2726"options": {2727"legend": {2728"calcs": [],2729"displayMode": "list",2730"placement": "bottom",2731"showLegend": false2732},2733"tooltip": {2734"mode": "multi",2735"sort": "desc"2736}2737},2738"pluginVersion": "9.1.7",2739"targets": [2740{2741"datasource": {2742"uid": "$datasource"2743},2744"editorMode": "code",2745"expr": "sum(increase(argocd_git_request_total{request_type=\"fetch\"}[10m])) by (repo)",2746"format": "time_series",2747"intervalFactor": 1,2748"legendFormat": "{{repo}}",2749"range": true,2750"refId": "A"2751}2752],2753"title": "Git Requests (checkout)",2754"type": "timeseries"2755},2756{2757"cards": {},2758"color": {2759"cardColor": "#b4ff00",2760"colorScale": "sqrt",2761"colorScheme": "interpolateSpectral",2762"exponent": 0.5,2763"mode": "spectrum"2764},2765"dataFormat": "tsbuckets",2766"datasource": {2767"type": "prometheus",2768"uid": "$datasource"2769},2770"fieldConfig": {2771"defaults": {2772"custom": {2773"hideFrom": {2774"legend": false,2775"tooltip": false,2776"viz": false2777},2778"scaleDistribution": {2779"type": "linear"2780}2781}2782},2783"overrides": []2784},2785"gridPos": {2786"h": 8,2787"w": 12,2788"x": 0,2789"y": 362790},2791"heatmap": {},2792"hideZeroBuckets": false,2793"highlightCards": true,2794"id": 116,2795"legend": {2796"show": false2797},2798"options": {2799"calculate": false,2800"calculation": {},2801"cellGap": 2,2802"cellValues": {},2803"color": {2804"exponent": 0.5,2805"fill": "#b4ff00",2806"mode": "scheme",2807"reverse": false,2808"scale": "exponential",2809"scheme": "Spectral",2810"steps": 1282811},2812"exemplars": {2813"color": "rgba(255,0,255,0.7)"2814},2815"filterValues": {2816"le": 1e-92817},2818"legend": {2819"show": false2820},2821"rowsFrame": {2822"layout": "auto"2823},2824"showValue": "never",2825"tooltip": {2826"show": true,2827"yHistogram": false2828},2829"yAxis": {2830"axisPlacement": "left",2831"reverse": false,2832"unit": "short"2833}2834},2835"pluginVersion": "9.1.7",2836"reverseYBuckets": false,2837"targets": [2838{2839"datasource": {2840"uid": "$datasource"2841},2842"editorMode": "code",2843"expr": "sum(increase(argocd_git_request_duration_seconds_bucket{request_type=\"ls-remote\"}[$interval])) by (le)",2844"format": "heatmap",2845"intervalFactor": 10,2846"legendFormat": "{{le}}",2847"range": true,2848"refId": "A"2849}2850],2851"title": "Git Ls-Remote Performance",2852"tooltip": {2853"show": true,2854"showHistogram": false2855},2856"type": "heatmap",2857"xAxis": {2858"show": true2859},2860"yAxis": {2861"format": "short",2862"logBase": 1,2863"show": true2864},2865"yBucketBound": "auto"2866},2867{2868"cards": {},2869"color": {2870"cardColor": "#b4ff00",2871"colorScale": "sqrt",2872"colorScheme": "interpolateSpectral",2873"exponent": 0.5,2874"mode": "spectrum"2875},2876"dataFormat": "tsbuckets",2877"datasource": {2878"type": "prometheus",2879"uid": "$datasource"2880},2881"fieldConfig": {2882"defaults": {2883"custom": {2884"hideFrom": {2885"legend": false,2886"tooltip": false,2887"viz": false2888},2889"scaleDistribution": {2890"type": "linear"2891}2892}2893},2894"overrides": []2895},2896"gridPos": {2897"h": 8,2898"w": 12,2899"x": 12,2900"y": 362901},2902"heatmap": {},2903"hideZeroBuckets": false,2904"highlightCards": true,2905"id": 114,2906"legend": {2907"show": false2908},2909"options": {2910"calculate": false,2911"calculation": {},2912"cellGap": 2,2913"cellValues": {},2914"color": {2915"exponent": 0.5,2916"fill": "#b4ff00",2917"mode": "scheme",2918"reverse": false,2919"scale": "exponential",2920"scheme": "Spectral",2921"steps": 1282922},2923"exemplars": {2924"color": "rgba(255,0,255,0.7)"2925},2926"filterValues": {2927"le": 1e-92928},2929"legend": {2930"show": false2931},2932"rowsFrame": {2933"layout": "auto"2934},2935"showValue": "never",2936"tooltip": {2937"show": true,2938"yHistogram": false2939},2940"yAxis": {2941"axisPlacement": "left",2942"reverse": false,2943"unit": "short"2944}2945},2946"pluginVersion": "9.1.7",2947"reverseYBuckets": false,2948"targets": [2949{2950"datasource": {2951"uid": "$datasource"2952},2953"editorMode": "code",2954"expr": "sum(increase(argocd_git_request_duration_seconds_bucket{request_type=\"fetch\"}[$interval])) by (le)",2955"format": "heatmap",2956"intervalFactor": 10,2957"legendFormat": "{{le}}",2958"range": true,2959"refId": "A"2960}2961],2962"title": "Git Fetch Performance",2963"tooltip": {2964"show": true,2965"showHistogram": false2966},2967"type": "heatmap",2968"xAxis": {2969"show": true2970},2971"yAxis": {2972"format": "short",2973"logBase": 1,2974"show": true2975},2976"yBucketBound": "auto"2977},2978{2979"datasource": {2980"type": "prometheus",2981"uid": "$datasource"2982},2983"fieldConfig": {2984"defaults": {2985"color": {2986"mode": "palette-classic"2987},2988"custom": {2989"axisCenteredZero": false,2990"axisColorMode": "text",2991"axisLabel": "",2992"axisPlacement": "auto",2993"barAlignment": 0,2994"drawStyle": "line",2995"fillOpacity": 10,2996"gradientMode": "none",2997"hideFrom": {2998"legend": false,2999"tooltip": false,3000"viz": false3001},3002"lineInterpolation": "linear",3003"lineWidth": 1,3004"pointSize": 5,3005"scaleDistribution": {3006"type": "linear"3007},3008"showPoints": "never",3009"spanNulls": true,3010"stacking": {3011"group": "A",3012"mode": "none"3013},3014"thresholdsStyle": {3015"mode": "off"3016}3017},3018"links": [],3019"mappings": [],3020"thresholds": {3021"mode": "absolute",3022"steps": [3023{3024"color": "green"3025},3026{3027"color": "red",3028"value": 803029}3030]3031},3032"unit": "bytes"3033},3034"overrides": []3035},3036"gridPos": {3037"h": 8,3038"w": 24,3039"x": 0,3040"y": 443041},3042"id": 71,3043"links": [],3044"options": {3045"legend": {3046"calcs": [],3047"displayMode": "list",3048"placement": "bottom",3049"showLegend": false3050},3051"tooltip": {3052"mode": "multi",3053"sort": "desc"3054}3055},3056"pluginVersion": "9.1.7",3057"targets": [3058{3059"datasource": {3060"uid": "$datasource"3061},3062"editorMode": "code",3063"expr": "go_memstats_heap_alloc_bytes{job=\"argocd-repo-server\"}",3064"format": "time_series",3065"intervalFactor": 1,3066"legendFormat": "{{pod}}",3067"range": true,3068"refId": "A"3069}3070],3071"title": "Memory Used",3072"type": "timeseries"3073},3074{3075"datasource": {3076"type": "prometheus",3077"uid": "$datasource"3078},3079"fieldConfig": {3080"defaults": {3081"color": {3082"mode": "palette-classic"3083},3084"custom": {3085"axisCenteredZero": false,3086"axisColorMode": "text",3087"axisLabel": "",3088"axisPlacement": "auto",3089"barAlignment": 0,3090"drawStyle": "line",3091"fillOpacity": 10,3092"gradientMode": "none",3093"hideFrom": {3094"legend": false,3095"tooltip": false,3096"viz": false3097},3098"lineInterpolation": "linear",3099"lineWidth": 1,3100"pointSize": 5,3101"scaleDistribution": {3102"type": "linear"3103},3104"showPoints": "never",3105"spanNulls": false,3106"stacking": {3107"group": "A",3108"mode": "none"3109},3110"thresholdsStyle": {3111"mode": "off"3112}3113},3114"links": [],3115"mappings": [],3116"thresholds": {3117"mode": "absolute",3118"steps": [3119{3120"color": "green"3121},3122{3123"color": "red",3124"value": 803125}3126]3127},3128"unit": "short"3129},3130"overrides": []3131},3132"gridPos": {3133"h": 7,3134"w": 24,3135"x": 0,3136"y": 523137},3138"id": 72,3139"links": [],3140"options": {3141"legend": {3142"calcs": [],3143"displayMode": "list",3144"placement": "bottom",3145"showLegend": false3146},3147"tooltip": {3148"mode": "multi",3149"sort": "desc"3150}3151},3152"pluginVersion": "9.1.7",3153"targets": [3154{3155"datasource": {3156"uid": "$datasource"3157},3158"editorMode": "code",3159"expr": "go_goroutines{job=\"argocd-repo-server\"}",3160"format": "time_series",3161"intervalFactor": 1,3162"legendFormat": "{{pod}}",3163"range": true,3164"refId": "A"3165}3166],3167"title": "Goroutines",3168"type": "timeseries"3169}3170],3171"targets": [3172{3173"datasource": {3174"uid": "$datasource"3175},3176"refId": "A"3177}3178],3179"title": "Repo Server Stats",3180"type": "row"3181},3182{3183"collapsed": true,3184"datasource": {3185"uid": "$datasource"3186},3187"gridPos": {3188"h": 1,3189"w": 24,3190"x": 0,3191"y": 293192},3193"id": 66,3194"panels": [3195{3196"datasource": {3197"type": "prometheus",3198"uid": "$datasource"3199},3200"fieldConfig": {3201"defaults": {3202"color": {3203"mode": "palette-classic"3204},3205"custom": {3206"axisCenteredZero": false,3207"axisColorMode": "text",3208"axisLabel": "",3209"axisPlacement": "auto",3210"barAlignment": 0,3211"drawStyle": "line",3212"fillOpacity": 10,3213"gradientMode": "none",3214"hideFrom": {3215"legend": false,3216"tooltip": false,3217"viz": false3218},3219"lineInterpolation": "linear",3220"lineWidth": 1,3221"pointSize": 5,3222"scaleDistribution": {3223"type": "linear"3224},3225"showPoints": "never",3226"spanNulls": true,3227"stacking": {3228"group": "A",3229"mode": "none"3230},3231"thresholdsStyle": {3232"mode": "off"3233}3234},3235"mappings": [],3236"min": 0,3237"thresholds": {3238"mode": "absolute",3239"steps": [3240{3241"color": "green"3242},3243{3244"color": "red",3245"value": 803246}3247]3248},3249"unit": "bytes"3250},3251"overrides": []3252},3253"gridPos": {3254"h": 8,3255"w": 24,3256"x": 0,3257"y": 293258},3259"id": 61,3260"links": [],3261"options": {3262"legend": {3263"calcs": [],3264"displayMode": "list",3265"placement": "bottom",3266"showLegend": false3267},3268"tooltip": {3269"mode": "multi",3270"sort": "desc"3271}3272},3273"pluginVersion": "9.1.7",3274"targets": [3275{3276"datasource": {3277"uid": "$datasource"3278},3279"editorMode": "code",3280"expr": "go_memstats_heap_alloc_bytes{job=\"argocd-server-metrics\"}",3281"format": "time_series",3282"intervalFactor": 1,3283"legendFormat": "{{pod}}",3284"range": true,3285"refId": "A"3286}3287],3288"title": "Memory Used",3289"type": "timeseries"3290},3291{3292"datasource": {3293"type": "prometheus",3294"uid": "$datasource"3295},3296"fieldConfig": {3297"defaults": {3298"color": {3299"mode": "palette-classic"3300},3301"custom": {3302"axisCenteredZero": false,3303"axisColorMode": "text",3304"axisLabel": "",3305"axisPlacement": "auto",3306"barAlignment": 0,3307"drawStyle": "line",3308"fillOpacity": 10,3309"gradientMode": "none",3310"hideFrom": {3311"legend": false,3312"tooltip": false,3313"viz": false3314},3315"lineInterpolation": "linear",3316"lineWidth": 1,3317"pointSize": 5,3318"scaleDistribution": {3319"type": "linear"3320},3321"showPoints": "never",3322"spanNulls": false,3323"stacking": {3324"group": "A",3325"mode": "none"3326},3327"thresholdsStyle": {3328"mode": "off"3329}3330},3331"mappings": [],3332"thresholds": {3333"mode": "absolute",3334"steps": [3335{3336"color": "green"3337},3338{3339"color": "red",3340"value": 803341}3342]3343},3344"unit": "short"3345},3346"overrides": []3347},3348"gridPos": {3349"h": 9,3350"w": 24,3351"x": 0,3352"y": 373353},3354"id": 36,3355"links": [],3356"options": {3357"legend": {3358"calcs": [],3359"displayMode": "list",3360"placement": "bottom",3361"showLegend": false3362},3363"tooltip": {3364"mode": "multi",3365"sort": "desc"3366}3367},3368"pluginVersion": "9.1.7",3369"targets": [3370{3371"datasource": {3372"uid": "$datasource"3373},3374"editorMode": "code",3375"expr": "go_goroutines{job=\"argocd-server-metrics\"}",3376"format": "time_series",3377"intervalFactor": 1,3378"legendFormat": "{{pod}}",3379"range": true,3380"refId": "A"3381}3382],3383"title": "Goroutines",3384"type": "timeseries"3385},3386{3387"datasource": {3388"type": "prometheus",3389"uid": "$datasource"3390},3391"fieldConfig": {3392"defaults": {3393"color": {3394"mode": "palette-classic"3395},3396"custom": {3397"axisCenteredZero": false,3398"axisColorMode": "text",3399"axisLabel": "",3400"axisPlacement": "auto",3401"barAlignment": 0,3402"drawStyle": "line",3403"fillOpacity": 10,3404"gradientMode": "none",3405"hideFrom": {3406"legend": false,3407"tooltip": false,3408"viz": false3409},3410"lineInterpolation": "linear",3411"lineWidth": 1,3412"pointSize": 5,3413"scaleDistribution": {3414"type": "linear"3415},3416"showPoints": "never",3417"spanNulls": true,3418"stacking": {3419"group": "A",3420"mode": "none"3421},3422"thresholdsStyle": {3423"mode": "off"3424}3425},3426"mappings": [],3427"thresholds": {3428"mode": "absolute",3429"steps": [3430{3431"color": "green"3432},3433{3434"color": "red",3435"value": 803436}3437]3438},3439"unit": "short"3440},3441"overrides": []3442},3443"gridPos": {3444"h": 9,3445"w": 24,3446"x": 0,3447"y": 463448},3449"id": 38,3450"links": [],3451"options": {3452"legend": {3453"calcs": [],3454"displayMode": "list",3455"placement": "bottom",3456"showLegend": true3457},3458"tooltip": {3459"mode": "multi",3460"sort": "none"3461}3462},3463"pluginVersion": "9.1.7",3464"targets": [3465{3466"datasource": {3467"uid": "$datasource"3468},3469"editorMode": "code",3470"expr": "go_gc_duration_seconds{job=\"argocd-server-metrics\", quantile=\"1\"}",3471"format": "time_series",3472"intervalFactor": 2,3473"legendFormat": "{{pod}}",3474"range": true,3475"refId": "A"3476}3477],3478"title": "GC Time Quantiles",3479"type": "timeseries"3480},3481{3482"gridPos": {3483"h": 2,3484"w": 24,3485"x": 0,3486"y": 553487},3488"id": 54,3489"links": [],3490"options": {3491"content": "#### gRPC Services:",3492"mode": "markdown"3493},3494"pluginVersion": "9.1.7",3495"transparent": true,3496"type": "text"3497},3498{3499"datasource": {3500"type": "prometheus",3501"uid": "$datasource"3502},3503"fieldConfig": {3504"defaults": {3505"color": {3506"mode": "palette-classic"3507},3508"custom": {3509"axisCenteredZero": false,3510"axisColorMode": "text",3511"axisLabel": "",3512"axisPlacement": "auto",3513"barAlignment": 0,3514"drawStyle": "line",3515"fillOpacity": 10,3516"gradientMode": "none",3517"hideFrom": {3518"legend": false,3519"tooltip": false,3520"viz": false3521},3522"lineInterpolation": "linear",3523"lineWidth": 1,3524"pointSize": 5,3525"scaleDistribution": {3526"type": "linear"3527},3528"showPoints": "never",3529"spanNulls": false,3530"stacking": {3531"group": "A",3532"mode": "none"3533},3534"thresholdsStyle": {3535"mode": "off"3536}3537},3538"mappings": [],3539"thresholds": {3540"mode": "absolute",3541"steps": [3542{3543"color": "green"3544},3545{3546"color": "red",3547"value": 803548}3549]3550},3551"unit": "short"3552},3553"overrides": []3554},3555"gridPos": {3556"h": 9,3557"w": 12,3558"x": 0,3559"y": 573560},3561"id": 40,3562"links": [],3563"options": {3564"legend": {3565"calcs": [3566"mean",3567"lastNotNull",3568"sum"3569],3570"displayMode": "table",3571"placement": "bottom",3572"showLegend": true3573},3574"tooltip": {3575"mode": "single",3576"sort": "none"3577}3578},3579"pluginVersion": "9.1.7",3580"targets": [3581{3582"datasource": {3583"uid": "$datasource"3584},3585"editorMode": "code",3586"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"application.ApplicationService\"}[$interval])) by (grpc_code, grpc_method)",3587"format": "time_series",3588"intervalFactor": 1,3589"legendFormat": "{{grpc_code}},{{grpc_method}}",3590"range": true,3591"refId": "A"3592}3593],3594"title": "ApplicationService Requests",3595"type": "timeseries"3596},3597{3598"datasource": {3599"type": "prometheus",3600"uid": "$datasource"3601},3602"fieldConfig": {3603"defaults": {3604"color": {3605"mode": "palette-classic"3606},3607"custom": {3608"axisCenteredZero": false,3609"axisColorMode": "text",3610"axisLabel": "",3611"axisPlacement": "auto",3612"barAlignment": 0,3613"drawStyle": "line",3614"fillOpacity": 10,3615"gradientMode": "none",3616"hideFrom": {3617"legend": false,3618"tooltip": false,3619"viz": false3620},3621"lineInterpolation": "linear",3622"lineWidth": 1,3623"pointSize": 5,3624"scaleDistribution": {3625"type": "linear"3626},3627"showPoints": "never",3628"spanNulls": false,3629"stacking": {3630"group": "A",3631"mode": "none"3632},3633"thresholdsStyle": {3634"mode": "off"3635}3636},3637"mappings": [],3638"thresholds": {3639"mode": "absolute",3640"steps": [3641{3642"color": "green"3643},3644{3645"color": "red",3646"value": 803647}3648]3649},3650"unit": "short"3651},3652"overrides": []3653},3654"gridPos": {3655"h": 9,3656"w": 12,3657"x": 12,3658"y": 573659},3660"id": 42,3661"links": [],3662"options": {3663"legend": {3664"calcs": [3665"mean",3666"lastNotNull",3667"sum"3668],3669"displayMode": "table",3670"placement": "bottom",3671"showLegend": true3672},3673"tooltip": {3674"mode": "single",3675"sort": "none"3676}3677},3678"pluginVersion": "9.1.7",3679"targets": [3680{3681"datasource": {3682"uid": "$datasource"3683},3684"editorMode": "code",3685"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"cluster.ClusterService\"}[$interval])) by (grpc_code, grpc_method)",3686"format": "time_series",3687"intervalFactor": 1,3688"legendFormat": "{{grpc_code}},{{grpc_method}}",3689"range": true,3690"refId": "A"3691}3692],3693"title": "ClusterService Requests",3694"type": "timeseries"3695},3696{3697"datasource": {3698"type": "prometheus",3699"uid": "$datasource"3700},3701"fieldConfig": {3702"defaults": {3703"color": {3704"mode": "palette-classic"3705},3706"custom": {3707"axisCenteredZero": false,3708"axisColorMode": "text",3709"axisLabel": "",3710"axisPlacement": "auto",3711"barAlignment": 0,3712"drawStyle": "line",3713"fillOpacity": 10,3714"gradientMode": "none",3715"hideFrom": {3716"legend": false,3717"tooltip": false,3718"viz": false3719},3720"lineInterpolation": "linear",3721"lineWidth": 1,3722"pointSize": 5,3723"scaleDistribution": {3724"type": "linear"3725},3726"showPoints": "never",3727"spanNulls": false,3728"stacking": {3729"group": "A",3730"mode": "none"3731},3732"thresholdsStyle": {3733"mode": "off"3734}3735},3736"mappings": [],3737"thresholds": {3738"mode": "absolute",3739"steps": [3740{3741"color": "green"3742},3743{3744"color": "red",3745"value": 803746}3747]3748},3749"unit": "short"3750},3751"overrides": []3752},3753"gridPos": {3754"h": 9,3755"w": 12,3756"x": 0,3757"y": 663758},3759"id": 44,3760"links": [],3761"options": {3762"legend": {3763"calcs": [3764"mean",3765"lastNotNull",3766"sum"3767],3768"displayMode": "table",3769"placement": "bottom",3770"showLegend": true3771},3772"tooltip": {3773"mode": "single",3774"sort": "none"3775}3776},3777"pluginVersion": "9.1.7",3778"targets": [3779{3780"datasource": {3781"uid": "$datasource"3782},3783"editorMode": "code",3784"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"project.ProjectService\"}[$interval])) by (grpc_code, grpc_method)",3785"format": "time_series",3786"intervalFactor": 1,3787"legendFormat": "{{grpc_code}},{{grpc_method}}",3788"range": true,3789"refId": "A"3790}3791],3792"title": "ProjectService Requests",3793"type": "timeseries"3794},3795{3796"datasource": {3797"type": "prometheus",3798"uid": "$datasource"3799},3800"fieldConfig": {3801"defaults": {3802"color": {3803"mode": "palette-classic"3804},3805"custom": {3806"axisCenteredZero": false,3807"axisColorMode": "text",3808"axisLabel": "",3809"axisPlacement": "auto",3810"barAlignment": 0,3811"drawStyle": "line",3812"fillOpacity": 10,3813"gradientMode": "none",3814"hideFrom": {3815"legend": false,3816"tooltip": false,3817"viz": false3818},3819"lineInterpolation": "linear",3820"lineWidth": 1,3821"pointSize": 5,3822"scaleDistribution": {3823"type": "linear"3824},3825"showPoints": "never",3826"spanNulls": false,3827"stacking": {3828"group": "A",3829"mode": "none"3830},3831"thresholdsStyle": {3832"mode": "line+area"3833}3834},3835"mappings": [],3836"thresholds": {3837"mode": "absolute",3838"steps": [3839{3840"color": "transparent"3841},3842{3843"color": "red"3844}3845]3846},3847"unit": "short"3848},3849"overrides": []3850},3851"gridPos": {3852"h": 9,3853"w": 12,3854"x": 12,3855"y": 663856},3857"id": 46,3858"links": [],3859"options": {3860"legend": {3861"calcs": [3862"mean",3863"lastNotNull",3864"sum"3865],3866"displayMode": "table",3867"placement": "bottom",3868"showLegend": true3869},3870"tooltip": {3871"mode": "single",3872"sort": "none"3873}3874},3875"pluginVersion": "9.1.7",3876"targets": [3877{3878"datasource": {3879"uid": "$datasource"3880},3881"editorMode": "code",3882"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"repository.RepositoryService\"}[$interval])) by (grpc_code, grpc_method)",3883"format": "time_series",3884"intervalFactor": 1,3885"legendFormat": "{{grpc_code}},{{grpc_method}}",3886"range": true,3887"refId": "A"3888}3889],3890"title": "RepositoryService Requests",3891"type": "timeseries"3892},3893{3894"datasource": {3895"type": "prometheus",3896"uid": "$datasource"3897},3898"fieldConfig": {3899"defaults": {3900"color": {3901"mode": "palette-classic"3902},3903"custom": {3904"axisCenteredZero": false,3905"axisColorMode": "text",3906"axisLabel": "",3907"axisPlacement": "auto",3908"barAlignment": 0,3909"drawStyle": "line",3910"fillOpacity": 10,3911"gradientMode": "none",3912"hideFrom": {3913"legend": false,3914"tooltip": false,3915"viz": false3916},3917"lineInterpolation": "linear",3918"lineWidth": 1,3919"pointSize": 5,3920"scaleDistribution": {3921"type": "linear"3922},3923"showPoints": "never",3924"spanNulls": false,3925"stacking": {3926"group": "A",3927"mode": "none"3928},3929"thresholdsStyle": {3930"mode": "off"3931}3932},3933"mappings": [],3934"thresholds": {3935"mode": "absolute",3936"steps": [3937{3938"color": "green"3939},3940{3941"color": "red",3942"value": 803943}3944]3945},3946"unit": "short"3947},3948"overrides": []3949},3950"gridPos": {3951"h": 9,3952"w": 12,3953"x": 0,3954"y": 753955},3956"id": 48,3957"links": [],3958"options": {3959"legend": {3960"calcs": [3961"mean",3962"lastNotNull",3963"sum"3964],3965"displayMode": "table",3966"placement": "bottom",3967"showLegend": true3968},3969"tooltip": {3970"mode": "single",3971"sort": "none"3972}3973},3974"pluginVersion": "9.1.7",3975"targets": [3976{3977"datasource": {3978"uid": "$datasource"3979},3980"editorMode": "code",3981"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"session.SessionService\"}[$interval])) by (grpc_code, grpc_method)",3982"format": "time_series",3983"intervalFactor": 1,3984"legendFormat": "{{grpc_code}},{{grpc_method}}",3985"range": true,3986"refId": "A"3987}3988],3989"title": "SessionService Requests",3990"type": "timeseries"3991},3992{3993"datasource": {3994"type": "prometheus",3995"uid": "$datasource"3996},3997"fieldConfig": {3998"defaults": {3999"color": {4000"mode": "palette-classic"4001},4002"custom": {4003"axisCenteredZero": false,4004"axisColorMode": "text",4005"axisLabel": "",4006"axisPlacement": "auto",4007"barAlignment": 0,4008"drawStyle": "line",4009"fillOpacity": 10,4010"gradientMode": "none",4011"hideFrom": {4012"legend": false,4013"tooltip": false,4014"viz": false4015},4016"lineInterpolation": "linear",4017"lineWidth": 1,4018"pointSize": 5,4019"scaleDistribution": {4020"type": "linear"4021},4022"showPoints": "never",4023"spanNulls": false,4024"stacking": {4025"group": "A",4026"mode": "none"4027},4028"thresholdsStyle": {4029"mode": "off"4030}4031},4032"mappings": [],4033"thresholds": {4034"mode": "absolute",4035"steps": [4036{4037"color": "green"4038},4039{4040"color": "red",4041"value": 804042}4043]4044},4045"unit": "short"4046},4047"overrides": []4048},4049"gridPos": {4050"h": 9,4051"w": 12,4052"x": 12,4053"y": 754054},4055"id": 49,4056"links": [],4057"options": {4058"legend": {4059"calcs": [4060"mean",4061"lastNotNull",4062"sum"4063],4064"displayMode": "table",4065"placement": "bottom",4066"showLegend": true4067},4068"tooltip": {4069"mode": "single",4070"sort": "none"4071}4072},4073"pluginVersion": "9.1.7",4074"targets": [4075{4076"datasource": {4077"uid": "$datasource"4078},4079"editorMode": "code",4080"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"version.VersionService\"}[$interval])) by (grpc_code, grpc_method)",4081"format": "time_series",4082"intervalFactor": 1,4083"legendFormat": "{{grpc_code}},{{grpc_method}}",4084"range": true,4085"refId": "A"4086}4087],4088"title": "VersionService Requests",4089"type": "timeseries"4090},4091{4092"datasource": {4093"type": "prometheus",4094"uid": "$datasource"4095},4096"fieldConfig": {4097"defaults": {4098"color": {4099"mode": "palette-classic"4100},4101"custom": {4102"axisCenteredZero": false,4103"axisColorMode": "text",4104"axisLabel": "",4105"axisPlacement": "auto",4106"barAlignment": 0,4107"drawStyle": "line",4108"fillOpacity": 10,4109"gradientMode": "none",4110"hideFrom": {4111"legend": false,4112"tooltip": false,4113"viz": false4114},4115"lineInterpolation": "linear",4116"lineWidth": 1,4117"pointSize": 5,4118"scaleDistribution": {4119"type": "linear"4120},4121"showPoints": "never",4122"spanNulls": false,4123"stacking": {4124"group": "A",4125"mode": "none"4126},4127"thresholdsStyle": {4128"mode": "off"4129}4130},4131"mappings": [],4132"thresholds": {4133"mode": "absolute",4134"steps": [4135{4136"color": "green"4137},4138{4139"color": "red",4140"value": 804141}4142]4143},4144"unit": "short"4145},4146"overrides": []4147},4148"gridPos": {4149"h": 9,4150"w": 12,4151"x": 0,4152"y": 844153},4154"id": 50,4155"links": [],4156"options": {4157"legend": {4158"calcs": [4159"mean",4160"lastNotNull",4161"sum"4162],4163"displayMode": "table",4164"placement": "bottom",4165"showLegend": true4166},4167"tooltip": {4168"mode": "single",4169"sort": "none"4170}4171},4172"pluginVersion": "9.1.7",4173"targets": [4174{4175"datasource": {4176"uid": "$datasource"4177},4178"editorMode": "code",4179"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"account.AccountService\"}[$interval])) by (grpc_code, grpc_method)",4180"format": "time_series",4181"intervalFactor": 1,4182"legendFormat": "{{grpc_code}},{{grpc_method}}",4183"range": true,4184"refId": "A"4185}4186],4187"title": "AccountService Requests",4188"type": "timeseries"4189},4190{4191"datasource": {4192"type": "prometheus",4193"uid": "$datasource"4194},4195"fieldConfig": {4196"defaults": {4197"color": {4198"mode": "palette-classic"4199},4200"custom": {4201"axisCenteredZero": false,4202"axisColorMode": "text",4203"axisLabel": "",4204"axisPlacement": "auto",4205"barAlignment": 0,4206"drawStyle": "line",4207"fillOpacity": 10,4208"gradientMode": "none",4209"hideFrom": {4210"legend": false,4211"tooltip": false,4212"viz": false4213},4214"lineInterpolation": "linear",4215"lineWidth": 1,4216"pointSize": 5,4217"scaleDistribution": {4218"type": "linear"4219},4220"showPoints": "never",4221"spanNulls": false,4222"stacking": {4223"group": "A",4224"mode": "none"4225},4226"thresholdsStyle": {4227"mode": "off"4228}4229},4230"mappings": [],4231"thresholds": {4232"mode": "absolute",4233"steps": [4234{4235"color": "green"4236},4237{4238"color": "red",4239"value": 804240}4241]4242},4243"unit": "short"4244},4245"overrides": []4246},4247"gridPos": {4248"h": 9,4249"w": 12,4250"x": 12,4251"y": 844252},4253"id": 99,4254"links": [],4255"options": {4256"legend": {4257"calcs": [4258"mean",4259"lastNotNull",4260"sum"4261],4262"displayMode": "table",4263"placement": "bottom",4264"showLegend": true4265},4266"tooltip": {4267"mode": "single",4268"sort": "none"4269}4270},4271"pluginVersion": "9.1.7",4272"targets": [4273{4274"datasource": {4275"uid": "$datasource"4276},4277"editorMode": "code",4278"expr": "sum(increase(grpc_server_handled_total{job=\"argocd-server-metrics\",grpc_service=\"settings.SettingsService\"}[$interval])) by (grpc_code, grpc_method)",4279"format": "time_series",4280"intervalFactor": 1,4281"legendFormat": "{{grpc_code}},{{grpc_method}}",4282"range": true,4283"refId": "A"4284}4285],4286"title": "SettingsService Requests",4287"type": "timeseries"4288}4289],4290"targets": [4291{4292"datasource": {4293"uid": "$datasource"4294},4295"refId": "A"4296}4297],4298"title": "Server Stats",4299"type": "row"4300},4301{4302"collapsed": true,4303"datasource": {4304"type": "prometheus",4305"uid": "${datasource}"4306},4307"gridPos": {4308"h": 1,4309"w": 24,4310"x": 0,4311"y": 304312},4313"id": 110,4314"panels": [4315{4316"datasource": {4317"type": "prometheus",4318"uid": "$datasource"4319},4320"fieldConfig": {4321"defaults": {4322"color": {4323"mode": "palette-classic"4324},4325"custom": {4326"axisCenteredZero": false,4327"axisColorMode": "text",4328"axisLabel": "",4329"axisPlacement": "auto",4330"barAlignment": 0,4331"drawStyle": "line",4332"fillOpacity": 10,4333"gradientMode": "none",4334"hideFrom": {4335"legend": false,4336"tooltip": false,4337"viz": false4338},4339"lineInterpolation": "linear",4340"lineWidth": 1,4341"pointSize": 5,4342"scaleDistribution": {4343"type": "linear"4344},4345"showPoints": "never",4346"spanNulls": false,4347"stacking": {4348"group": "A",4349"mode": "none"4350},4351"thresholdsStyle": {4352"mode": "off"4353}4354},4355"links": [],4356"mappings": [],4357"thresholds": {4358"mode": "absolute",4359"steps": [4360{4361"color": "green"4362},4363{4364"color": "red",4365"value": 804366}4367]4368},4369"unit": "short"4370},4371"overrides": []4372},4373"gridPos": {4374"h": 7,4375"w": 24,4376"x": 0,4377"y": 304378},4379"id": 112,4380"options": {4381"legend": {4382"calcs": [],4383"displayMode": "list",4384"placement": "bottom",4385"showLegend": true4386},4387"tooltip": {4388"mode": "multi",4389"sort": "none"4390}4391},4392"pluginVersion": "9.1.7",4393"targets": [4394{4395"datasource": {4396"type": "prometheus",4397"uid": "$datasource"4398},4399"editorMode": "code",4400"expr": "sum(increase(argocd_redis_request_total[$interval])) by (failed)",4401"range": true,4402"refId": "A"4403}4404],4405"title": "Requests by result",4406"type": "timeseries"4407}4408],4409"targets": [4410{4411"datasource": {4412"type": "prometheus",4413"uid": "${datasource}"4414},4415"refId": "A"4416}4417],4418"title": "Redis Stats",4419"type": "row"4420}4421],4422"refresh": "30s",4423"schemaVersion": 37,4424"style": "dark",4425"tags": [],4426"templating": {4427"list": [4428{4429"current": {4430"selected": false,4431"text": "VictoriaMetrics",4432"value": "VictoriaMetrics"4433},4434"hide": 0,4435"includeAll": false,4436"multi": false,4437"name": "datasource",4438"options": [],4439"query": "prometheus",4440"refresh": 1,4441"regex": "",4442"skipUrlSync": false,4443"type": "datasource"4444},4445{4446"auto": true,4447"auto_count": 30,4448"auto_min": "1m",4449"current": {4450"selected": false,4451"text": "auto",4452"value": "$__auto_interval_interval"4453},4454"hide": 0,4455"name": "interval",4456"options": [4457{4458"selected": true,4459"text": "auto",4460"value": "$__auto_interval_interval"4461},4462{4463"selected": false,4464"text": "1m",4465"value": "1m"4466},4467{4468"selected": false,4469"text": "5m",4470"value": "5m"4471},4472{4473"selected": false,4474"text": "10m",4475"value": "10m"4476},4477{4478"selected": false,4479"text": "30m",4480"value": "30m"4481},4482{4483"selected": false,4484"text": "1h",4485"value": "1h"4486},4487{4488"selected": false,4489"text": "2h",4490"value": "2h"4491},4492{4493"selected": false,4494"text": "4h",4495"value": "4h"4496},4497{4498"selected": false,4499"text": "8h",4500"value": "8h"4501}4502],4503"query": "1m,5m,10m,30m,1h,2h,4h,8h",4504"queryValue": "",4505"refresh": 2,4506"skipUrlSync": false,4507"type": "interval"4508},4509{4510"allValue": ".*",4511"current": {},4512"datasource": {4513"uid": "$datasource"4514},4515"definition": "label_values(argocd_app_labels, label_environment)",4516"hide": 0,4517"includeAll": true,4518"label": "Environment",4519"multi": false,4520"name": "environment",4521"options": [],4522"query": {4523"query": "label_values(argocd_app_labels, label_environment)",4524"refId": "StandardVariableQuery"4525},4526"refresh": 1,4527"regex": "",4528"skipUrlSync": false,4529"sort": 1,4530"tagValuesQuery": "",4531"tagsQuery": "",4532"type": "query",4533"useTags": false4534},4535{4536"allValue": ".*",4537"current": {},4538"datasource": {4539"uid": "$datasource"4540},4541"definition": "label_values(argocd_app_labels, label_team)",4542"hide": 0,4543"includeAll": true,4544"label": "Team",4545"multi": false,4546"name": "team",4547"options": [],4548"query": {4549"query": "label_values(argocd_app_labels, label_team)",4550"refId": "StandardVariableQuery"4551},4552"refresh": 1,4553"regex": "",4554"skipUrlSync": false,4555"sort": 1,4556"tagValuesQuery": "",4557"tagsQuery": "",4558"type": "query",4559"useTags": false4560},4561{4562"allValue": ".*",4563"current": {4564"selected": true,4565"text": "All",4566"value": "$__all"4567},4568"hide": 0,4569"includeAll": true,4570"multi": false,4571"name": "health_status",4572"options": [4573{4574"selected": true,4575"text": "All",4576"value": "$__all"4577},4578{4579"selected": false,4580"text": "Healthy",4581"value": "Healthy"4582},4583{4584"selected": false,4585"text": "Progressing",4586"value": "Progressing"4587},4588{4589"selected": false,4590"text": "Suspended",4591"value": "Suspended"4592},4593{4594"selected": false,4595"text": "Missing",4596"value": "Missing"4597},4598{4599"selected": false,4600"text": "Degraded",4601"value": "Degraded"4602},4603{4604"selected": false,4605"text": "Unknown",4606"value": "Unknown"4607}4608],4609"query": "Healthy,Progressing,Suspended,Missing,Degraded,Unknown",4610"queryValue": "",4611"skipUrlSync": false,4612"type": "custom"4613},4614{4615"allValue": ".*",4616"current": {4617"selected": true,4618"text": "All",4619"value": "$__all"4620},4621"hide": 0,4622"includeAll": true,4623"multi": false,4624"name": "sync_status",4625"options": [4626{4627"selected": true,4628"text": "All",4629"value": "$__all"4630},4631{4632"selected": false,4633"text": "Synced",4634"value": "Synced"4635},4636{4637"selected": false,4638"text": "OutOfSync",4639"value": "OutOfSync"4640},4641{4642"selected": false,4643"text": "Unknown",4644"value": "Unknown"4645}4646],4647"query": "Synced,OutOfSync,Unknown",4648"queryValue": "",4649"skipUrlSync": false,4650"type": "custom"4651}4652]4653},4654"time": {4655"from": "now-1h",4656"to": "now"4657},4658"timepicker": {4659"refresh_intervals": [4660"5s",4661"10s",4662"30s",4663"1m",4664"5m",4665"15m",4666"30m",4667"1h",4668"2h",4669"1d"4670],4671"time_options": [4672"5m",4673"15m",4674"1h",4675"6h",4676"12h",4677"24h",4678"2d",4679"7d",4680"30d"4681]4682},4683"timezone": "",4684"title": "ArgoCD",4685"uid": "argocd-apps",4686"version": 1,4687"weekStart": ""4688}468946904691