Path: blob/main/example/docker-compose/grafana/dashboards/agent-remote-write.json
4096 views
{1"__inputs": [ ],2"__requires": [ ],3"annotations": {4"list": [ ]5},6"editable": true,7"gnetId": null,8"graphTooltip": 0,9"hideControls": false,10"id": null,11"links": [ ],12"refresh": "30s",13"rows": [14{15"collapse": false,16"collapsed": false,17"panels": [18{19"aliasColors": { },20"bars": false,21"dashLength": 10,22"dashes": false,23"datasource": "$datasource",24"fill": 1,25"fillGradient": 0,26"gridPos": { },27"id": 2,28"legend": {29"alignAsTable": false,30"avg": false,31"current": false,32"max": false,33"min": false,34"rightSide": false,35"show": true,36"sideWidth": null,37"total": false,38"values": false39},40"lines": true,41"linewidth": 1,42"links": [ ],43"nullPointMode": "null",44"percentage": false,45"pointradius": 5,46"points": false,47"renderer": "flot",48"repeat": null,49"seriesOverrides": [ ],50"spaceLength": 10,51"span": 6,52"stack": false,53"steppedLine": false,54"targets": [55{56"expr": "(\n prometheus_remote_storage_highest_timestamp_in_seconds{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}\n -\n ignoring(url, remote_name) group_right(pod)\n prometheus_remote_storage_queue_highest_sent_timestamp_seconds{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}\n)\n",57"format": "time_series",58"intervalFactor": 2,59"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",60"refId": "A"61}62],63"thresholds": [ ],64"timeFrom": null,65"timeShift": null,66"title": "Highest Timestamp In vs. Highest Timestamp Sent",67"tooltip": {68"shared": true,69"sort": 0,70"value_type": "individual"71},72"type": "graph",73"xaxis": {74"buckets": null,75"mode": "time",76"name": null,77"show": true,78"values": [ ]79},80"yaxes": [81{82"format": "short",83"label": null,84"logBase": 1,85"max": null,86"min": null,87"show": true88},89{90"format": "short",91"label": null,92"logBase": 1,93"max": null,94"min": null,95"show": true96}97]98},99{100"aliasColors": { },101"bars": false,102"dashLength": 10,103"dashes": false,104"datasource": "$datasource",105"fill": 1,106"fillGradient": 0,107"gridPos": { },108"id": 3,109"legend": {110"alignAsTable": false,111"avg": false,112"current": false,113"max": false,114"min": false,115"rightSide": false,116"show": true,117"sideWidth": null,118"total": false,119"values": false120},121"lines": true,122"linewidth": 1,123"links": [ ],124"nullPointMode": "null",125"percentage": false,126"pointradius": 5,127"points": false,128"renderer": "flot",129"repeat": null,130"seriesOverrides": [ ],131"spaceLength": 10,132"span": 6,133"stack": false,134"steppedLine": false,135"targets": [136{137"expr": "rate(prometheus_remote_storage_sent_batch_duration_seconds_sum{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[1m]) / rate(prometheus_remote_storage_sent_batch_duration_seconds_count{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[1m])",138"format": "time_series",139"intervalFactor": 2,140"legendFormat": "mean {{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",141"refId": "A"142},143{144"expr": "histogram_quantile(0.99, rate(prometheus_remote_storage_sent_batch_duration_seconds_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[1m]))",145"format": "time_series",146"intervalFactor": 2,147"legendFormat": "p99 {{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",148"refId": "B"149}150],151"thresholds": [ ],152"timeFrom": null,153"timeShift": null,154"title": "Latency [1m]",155"tooltip": {156"shared": true,157"sort": 0,158"value_type": "individual"159},160"type": "graph",161"xaxis": {162"buckets": null,163"mode": "time",164"name": null,165"show": true,166"values": [ ]167},168"yaxes": [169{170"format": "short",171"label": null,172"logBase": 1,173"max": null,174"min": null,175"show": true176},177{178"format": "short",179"label": null,180"logBase": 1,181"max": null,182"min": null,183"show": true184}185]186}187],188"repeat": null,189"repeatIteration": null,190"repeatRowId": null,191"showTitle": true,192"title": "Timestamps",193"titleSize": "h6",194"type": "row"195},196{197"collapse": false,198"collapsed": false,199"panels": [200{201"aliasColors": { },202"bars": false,203"dashLength": 10,204"dashes": false,205"datasource": "$datasource",206"fill": 1,207"fillGradient": 0,208"gridPos": { },209"id": 4,210"legend": {211"alignAsTable": false,212"avg": false,213"current": false,214"max": false,215"min": false,216"rightSide": false,217"show": true,218"sideWidth": null,219"total": false,220"values": false221},222"lines": true,223"linewidth": 1,224"links": [ ],225"nullPointMode": "null",226"percentage": false,227"pointradius": 5,228"points": false,229"renderer": "flot",230"repeat": null,231"seriesOverrides": [ ],232"spaceLength": 10,233"span": 6,234"stack": false,235"steppedLine": false,236"targets": [237{238"expr": "rate(agent_wal_samples_appended_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m])",239"format": "time_series",240"intervalFactor": 2,241"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",242"refId": "A"243}244],245"thresholds": [ ],246"timeFrom": null,247"timeShift": null,248"title": "Rate in [5m]",249"tooltip": {250"shared": true,251"sort": 0,252"value_type": "individual"253},254"type": "graph",255"xaxis": {256"buckets": null,257"mode": "time",258"name": null,259"show": true,260"values": [ ]261},262"yaxes": [263{264"format": "short",265"label": null,266"logBase": 1,267"max": null,268"min": null,269"show": true270},271{272"format": "short",273"label": null,274"logBase": 1,275"max": null,276"min": null,277"show": true278}279]280},281{282"aliasColors": { },283"bars": false,284"dashLength": 10,285"dashes": false,286"datasource": "$datasource",287"fill": 1,288"fillGradient": 0,289"gridPos": { },290"id": 5,291"legend": {292"alignAsTable": false,293"avg": false,294"current": false,295"max": false,296"min": false,297"rightSide": false,298"show": true,299"sideWidth": null,300"total": false,301"values": false302},303"lines": true,304"linewidth": 1,305"links": [ ],306"nullPointMode": "null",307"percentage": false,308"pointradius": 5,309"points": false,310"renderer": "flot",311"repeat": null,312"seriesOverrides": [ ],313"spaceLength": 10,314"span": 6,315"stack": false,316"steppedLine": false,317"targets": [318{319"expr": "rate(prometheus_remote_storage_succeeded_samples_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m]) or rate(prometheus_remote_storage_samples_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m])",320"format": "time_series",321"intervalFactor": 2,322"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",323"refId": "A"324}325],326"thresholds": [ ],327"timeFrom": null,328"timeShift": null,329"title": "Rate succeeded [5m]",330"tooltip": {331"shared": true,332"sort": 0,333"value_type": "individual"334},335"type": "graph",336"xaxis": {337"buckets": null,338"mode": "time",339"name": null,340"show": true,341"values": [ ]342},343"yaxes": [344{345"format": "short",346"label": null,347"logBase": 1,348"max": null,349"min": null,350"show": true351},352{353"format": "short",354"label": null,355"logBase": 1,356"max": null,357"min": null,358"show": true359}360]361},362{363"aliasColors": { },364"bars": false,365"dashLength": 10,366"dashes": false,367"datasource": "$datasource",368"fill": 1,369"fillGradient": 0,370"gridPos": { },371"id": 6,372"legend": {373"alignAsTable": false,374"avg": false,375"current": false,376"max": false,377"min": false,378"rightSide": false,379"show": true,380"sideWidth": null,381"total": false,382"values": false383},384"lines": true,385"linewidth": 1,386"links": [ ],387"nullPointMode": "null",388"percentage": false,389"pointradius": 5,390"points": false,391"renderer": "flot",392"repeat": null,393"seriesOverrides": [ ],394"spaceLength": 10,395"span": 6,396"stack": false,397"steppedLine": false,398"targets": [399{400"expr": "prometheus_remote_storage_samples_pending{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",401"format": "time_series",402"intervalFactor": 2,403"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",404"refId": "A"405}406],407"thresholds": [ ],408"timeFrom": null,409"timeShift": null,410"title": "Pending Samples",411"tooltip": {412"shared": true,413"sort": 0,414"value_type": "individual"415},416"type": "graph",417"xaxis": {418"buckets": null,419"mode": "time",420"name": null,421"show": true,422"values": [ ]423},424"yaxes": [425{426"format": "short",427"label": null,428"logBase": 1,429"max": null,430"min": null,431"show": true432},433{434"format": "short",435"label": null,436"logBase": 1,437"max": null,438"min": null,439"show": true440}441]442},443{444"aliasColors": { },445"bars": false,446"dashLength": 10,447"dashes": false,448"datasource": "$datasource",449"fill": 1,450"fillGradient": 0,451"gridPos": { },452"id": 7,453"legend": {454"alignAsTable": false,455"avg": false,456"current": false,457"max": false,458"min": false,459"rightSide": false,460"show": true,461"sideWidth": null,462"total": false,463"values": false464},465"lines": true,466"linewidth": 1,467"links": [ ],468"nullPointMode": "null",469"percentage": false,470"pointradius": 5,471"points": false,472"renderer": "flot",473"repeat": null,474"seriesOverrides": [ ],475"spaceLength": 10,476"span": 6,477"stack": false,478"steppedLine": false,479"targets": [480{481"expr": "rate(prometheus_remote_storage_samples_dropped_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m])",482"format": "time_series",483"intervalFactor": 2,484"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",485"refId": "A"486}487],488"thresholds": [ ],489"timeFrom": null,490"timeShift": null,491"title": "Dropped Samples",492"tooltip": {493"shared": true,494"sort": 0,495"value_type": "individual"496},497"type": "graph",498"xaxis": {499"buckets": null,500"mode": "time",501"name": null,502"show": true,503"values": [ ]504},505"yaxes": [506{507"format": "short",508"label": null,509"logBase": 1,510"max": null,511"min": null,512"show": true513},514{515"format": "short",516"label": null,517"logBase": 1,518"max": null,519"min": null,520"show": true521}522]523},524{525"aliasColors": { },526"bars": false,527"dashLength": 10,528"dashes": false,529"datasource": "$datasource",530"fill": 1,531"fillGradient": 0,532"gridPos": { },533"id": 8,534"legend": {535"alignAsTable": false,536"avg": false,537"current": false,538"max": false,539"min": false,540"rightSide": false,541"show": true,542"sideWidth": null,543"total": false,544"values": false545},546"lines": true,547"linewidth": 1,548"links": [ ],549"nullPointMode": "null",550"percentage": false,551"pointradius": 5,552"points": false,553"renderer": "flot",554"repeat": null,555"seriesOverrides": [ ],556"spaceLength": 10,557"span": 6,558"stack": false,559"steppedLine": false,560"targets": [561{562"expr": "rate(prometheus_remote_storage_samples_failed_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m])",563"format": "time_series",564"intervalFactor": 2,565"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",566"refId": "A"567}568],569"thresholds": [ ],570"timeFrom": null,571"timeShift": null,572"title": "Failed Samples",573"tooltip": {574"shared": true,575"sort": 0,576"value_type": "individual"577},578"type": "graph",579"xaxis": {580"buckets": null,581"mode": "time",582"name": null,583"show": true,584"values": [ ]585},586"yaxes": [587{588"format": "short",589"label": null,590"logBase": 1,591"max": null,592"min": null,593"show": true594},595{596"format": "short",597"label": null,598"logBase": 1,599"max": null,600"min": null,601"show": true602}603]604},605{606"aliasColors": { },607"bars": false,608"dashLength": 10,609"dashes": false,610"datasource": "$datasource",611"fill": 1,612"fillGradient": 0,613"gridPos": { },614"id": 9,615"legend": {616"alignAsTable": false,617"avg": false,618"current": false,619"max": false,620"min": false,621"rightSide": false,622"show": true,623"sideWidth": null,624"total": false,625"values": false626},627"lines": true,628"linewidth": 1,629"links": [ ],630"nullPointMode": "null",631"percentage": false,632"pointradius": 5,633"points": false,634"renderer": "flot",635"repeat": null,636"seriesOverrides": [ ],637"spaceLength": 10,638"span": 6,639"stack": false,640"steppedLine": false,641"targets": [642{643"expr": "rate(prometheus_remote_storage_samples_retried_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m])",644"format": "time_series",645"intervalFactor": 2,646"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",647"refId": "A"648}649],650"thresholds": [ ],651"timeFrom": null,652"timeShift": null,653"title": "Retried Samples",654"tooltip": {655"shared": true,656"sort": 0,657"value_type": "individual"658},659"type": "graph",660"xaxis": {661"buckets": null,662"mode": "time",663"name": null,664"show": true,665"values": [ ]666},667"yaxes": [668{669"format": "short",670"label": null,671"logBase": 1,672"max": null,673"min": null,674"show": true675},676{677"format": "short",678"label": null,679"logBase": 1,680"max": null,681"min": null,682"show": true683}684]685}686],687"repeat": null,688"repeatIteration": null,689"repeatRowId": null,690"showTitle": true,691"title": "Samples",692"titleSize": "h6",693"type": "row"694},695{696"collapse": false,697"collapsed": false,698"panels": [699{700"aliasColors": { },701"bars": false,702"dashLength": 10,703"dashes": false,704"datasource": "$datasource",705"fill": 1,706"fillGradient": 0,707"gridPos": { },708"id": 10,709"legend": {710"alignAsTable": false,711"avg": false,712"current": false,713"max": false,714"min": false,715"rightSide": false,716"show": true,717"sideWidth": null,718"total": false,719"values": false720},721"lines": true,722"linewidth": 1,723"links": [ ],724"minSpan": 6,725"nullPointMode": "null",726"percentage": false,727"pointradius": 5,728"points": false,729"renderer": "flot",730"repeat": null,731"seriesOverrides": [ ],732"spaceLength": 10,733"span": 12,734"stack": false,735"steppedLine": false,736"targets": [737{738"expr": "prometheus_remote_storage_shards{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",739"format": "time_series",740"intervalFactor": 2,741"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",742"refId": "A"743}744],745"thresholds": [ ],746"timeFrom": null,747"timeShift": null,748"title": "Current Shards",749"tooltip": {750"shared": true,751"sort": 0,752"value_type": "individual"753},754"type": "graph",755"xaxis": {756"buckets": null,757"mode": "time",758"name": null,759"show": true,760"values": [ ]761},762"yaxes": [763{764"format": "short",765"label": null,766"logBase": 1,767"max": null,768"min": null,769"show": true770},771{772"format": "short",773"label": null,774"logBase": 1,775"max": null,776"min": null,777"show": true778}779]780},781{782"aliasColors": { },783"bars": false,784"dashLength": 10,785"dashes": false,786"datasource": "$datasource",787"fill": 1,788"fillGradient": 0,789"gridPos": { },790"id": 11,791"legend": {792"alignAsTable": false,793"avg": false,794"current": false,795"max": false,796"min": false,797"rightSide": false,798"show": true,799"sideWidth": null,800"total": false,801"values": false802},803"lines": true,804"linewidth": 1,805"links": [ ],806"nullPointMode": "null",807"percentage": false,808"pointradius": 5,809"points": false,810"renderer": "flot",811"repeat": null,812"seriesOverrides": [ ],813"spaceLength": 10,814"span": 4,815"stack": false,816"steppedLine": false,817"targets": [818{819"expr": "prometheus_remote_storage_shards_max{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",820"format": "time_series",821"intervalFactor": 2,822"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",823"refId": "A"824}825],826"thresholds": [ ],827"timeFrom": null,828"timeShift": null,829"title": "Max Shards",830"tooltip": {831"shared": true,832"sort": 0,833"value_type": "individual"834},835"type": "graph",836"xaxis": {837"buckets": null,838"mode": "time",839"name": null,840"show": true,841"values": [ ]842},843"yaxes": [844{845"format": "short",846"label": null,847"logBase": 1,848"max": null,849"min": null,850"show": true851},852{853"format": "short",854"label": null,855"logBase": 1,856"max": null,857"min": null,858"show": true859}860]861},862{863"aliasColors": { },864"bars": false,865"dashLength": 10,866"dashes": false,867"datasource": "$datasource",868"fill": 1,869"fillGradient": 0,870"gridPos": { },871"id": 12,872"legend": {873"alignAsTable": false,874"avg": false,875"current": false,876"max": false,877"min": false,878"rightSide": false,879"show": true,880"sideWidth": null,881"total": false,882"values": false883},884"lines": true,885"linewidth": 1,886"links": [ ],887"nullPointMode": "null",888"percentage": false,889"pointradius": 5,890"points": false,891"renderer": "flot",892"repeat": null,893"seriesOverrides": [ ],894"spaceLength": 10,895"span": 4,896"stack": false,897"steppedLine": false,898"targets": [899{900"expr": "prometheus_remote_storage_shards_min{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",901"format": "time_series",902"intervalFactor": 2,903"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",904"refId": "A"905}906],907"thresholds": [ ],908"timeFrom": null,909"timeShift": null,910"title": "Min Shards",911"tooltip": {912"shared": true,913"sort": 0,914"value_type": "individual"915},916"type": "graph",917"xaxis": {918"buckets": null,919"mode": "time",920"name": null,921"show": true,922"values": [ ]923},924"yaxes": [925{926"format": "short",927"label": null,928"logBase": 1,929"max": null,930"min": null,931"show": true932},933{934"format": "short",935"label": null,936"logBase": 1,937"max": null,938"min": null,939"show": true940}941]942},943{944"aliasColors": { },945"bars": false,946"dashLength": 10,947"dashes": false,948"datasource": "$datasource",949"fill": 1,950"fillGradient": 0,951"gridPos": { },952"id": 13,953"legend": {954"alignAsTable": false,955"avg": false,956"current": false,957"max": false,958"min": false,959"rightSide": false,960"show": true,961"sideWidth": null,962"total": false,963"values": false964},965"lines": true,966"linewidth": 1,967"links": [ ],968"nullPointMode": "null",969"percentage": false,970"pointradius": 5,971"points": false,972"renderer": "flot",973"repeat": null,974"seriesOverrides": [ ],975"spaceLength": 10,976"span": 4,977"stack": false,978"steppedLine": false,979"targets": [980{981"expr": "prometheus_remote_storage_shards_desired{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",982"format": "time_series",983"intervalFactor": 2,984"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",985"refId": "A"986}987],988"thresholds": [ ],989"timeFrom": null,990"timeShift": null,991"title": "Desired Shards",992"tooltip": {993"shared": true,994"sort": 0,995"value_type": "individual"996},997"type": "graph",998"xaxis": {999"buckets": null,1000"mode": "time",1001"name": null,1002"show": true,1003"values": [ ]1004},1005"yaxes": [1006{1007"format": "short",1008"label": null,1009"logBase": 1,1010"max": null,1011"min": null,1012"show": true1013},1014{1015"format": "short",1016"label": null,1017"logBase": 1,1018"max": null,1019"min": null,1020"show": true1021}1022]1023}1024],1025"repeat": null,1026"repeatIteration": null,1027"repeatRowId": null,1028"showTitle": true,1029"title": "Shards",1030"titleSize": "h6",1031"type": "row"1032},1033{1034"collapse": false,1035"collapsed": false,1036"panels": [1037{1038"aliasColors": { },1039"bars": false,1040"dashLength": 10,1041"dashes": false,1042"datasource": "$datasource",1043"fill": 1,1044"fillGradient": 0,1045"gridPos": { },1046"id": 14,1047"legend": {1048"alignAsTable": false,1049"avg": false,1050"current": false,1051"max": false,1052"min": false,1053"rightSide": false,1054"show": true,1055"sideWidth": null,1056"total": false,1057"values": false1058},1059"lines": true,1060"linewidth": 1,1061"links": [ ],1062"nullPointMode": "null",1063"percentage": false,1064"pointradius": 5,1065"points": false,1066"renderer": "flot",1067"repeat": null,1068"seriesOverrides": [ ],1069"spaceLength": 10,1070"span": 6,1071"stack": false,1072"steppedLine": false,1073"targets": [1074{1075"expr": "prometheus_remote_storage_shard_capacity{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",1076"format": "time_series",1077"intervalFactor": 2,1078"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",1079"refId": "A"1080}1081],1082"thresholds": [ ],1083"timeFrom": null,1084"timeShift": null,1085"title": "Shard Capacity",1086"tooltip": {1087"shared": true,1088"sort": 0,1089"value_type": "individual"1090},1091"type": "graph",1092"xaxis": {1093"buckets": null,1094"mode": "time",1095"name": null,1096"show": true,1097"values": [ ]1098},1099"yaxes": [1100{1101"format": "short",1102"label": null,1103"logBase": 1,1104"max": null,1105"min": null,1106"show": true1107},1108{1109"format": "short",1110"label": null,1111"logBase": 1,1112"max": null,1113"min": null,1114"show": true1115}1116]1117}1118],1119"repeat": null,1120"repeatIteration": null,1121"repeatRowId": null,1122"showTitle": true,1123"title": "Shard Details",1124"titleSize": "h6",1125"type": "row"1126},1127{1128"collapse": false,1129"collapsed": false,1130"panels": [1131{1132"aliasColors": { },1133"bars": false,1134"dashLength": 10,1135"dashes": false,1136"datasource": "$datasource",1137"fill": 1,1138"fillGradient": 0,1139"gridPos": { },1140"id": 15,1141"legend": {1142"alignAsTable": false,1143"avg": false,1144"current": false,1145"max": false,1146"min": false,1147"rightSide": false,1148"show": true,1149"sideWidth": null,1150"total": false,1151"values": false1152},1153"lines": true,1154"linewidth": 1,1155"links": [ ],1156"nullPointMode": "null",1157"percentage": false,1158"pointradius": 5,1159"points": false,1160"renderer": "flot",1161"repeat": null,1162"seriesOverrides": [ ],1163"spaceLength": 10,1164"span": 6,1165"stack": false,1166"steppedLine": false,1167"targets": [1168{1169"expr": "prometheus_wal_watcher_current_segment{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}",1170"format": "time_series",1171"intervalFactor": 2,1172"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",1173"refId": "A"1174}1175],1176"thresholds": [ ],1177"timeFrom": null,1178"timeShift": null,1179"title": "Remote Write Current Segment",1180"tooltip": {1181"shared": true,1182"sort": 0,1183"value_type": "individual"1184},1185"type": "graph",1186"xaxis": {1187"buckets": null,1188"mode": "time",1189"name": null,1190"show": true,1191"values": [ ]1192},1193"yaxes": [1194{1195"format": "none",1196"label": null,1197"logBase": 1,1198"max": null,1199"min": null,1200"show": true1201},1202{1203"format": "short",1204"label": null,1205"logBase": 1,1206"max": null,1207"min": null,1208"show": true1209}1210]1211}1212],1213"repeat": null,1214"repeatIteration": null,1215"repeatRowId": null,1216"showTitle": true,1217"title": "Segments",1218"titleSize": "h6",1219"type": "row"1220},1221{1222"collapse": false,1223"collapsed": false,1224"panels": [1225{1226"aliasColors": { },1227"bars": false,1228"dashLength": 10,1229"dashes": false,1230"datasource": "$datasource",1231"fill": 1,1232"fillGradient": 0,1233"gridPos": { },1234"id": 16,1235"legend": {1236"alignAsTable": false,1237"avg": false,1238"current": false,1239"max": false,1240"min": false,1241"rightSide": false,1242"show": true,1243"sideWidth": null,1244"total": false,1245"values": false1246},1247"lines": true,1248"linewidth": 1,1249"links": [ ],1250"nullPointMode": "null",1251"percentage": false,1252"pointradius": 5,1253"points": false,1254"renderer": "flot",1255"repeat": null,1256"seriesOverrides": [ ],1257"spaceLength": 10,1258"span": 6,1259"stack": false,1260"steppedLine": false,1261"targets": [1262{1263"expr": "rate(prometheus_remote_storage_enqueue_retries_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\"}[5m])",1264"format": "time_series",1265"intervalFactor": 2,1266"legendFormat": "{{cluster}}:{{pod}}-{{instance_group_name}}-{{url}}",1267"refId": "A"1268}1269],1270"thresholds": [ ],1271"timeFrom": null,1272"timeShift": null,1273"title": "Enqueue Retries",1274"tooltip": {1275"shared": true,1276"sort": 0,1277"value_type": "individual"1278},1279"type": "graph",1280"xaxis": {1281"buckets": null,1282"mode": "time",1283"name": null,1284"show": true,1285"values": [ ]1286},1287"yaxes": [1288{1289"format": "short",1290"label": null,1291"logBase": 1,1292"max": null,1293"min": null,1294"show": true1295},1296{1297"format": "short",1298"label": null,1299"logBase": 1,1300"max": null,1301"min": null,1302"show": true1303}1304]1305}1306],1307"repeat": null,1308"repeatIteration": null,1309"repeatRowId": null,1310"showTitle": true,1311"title": "Misc. Rates",1312"titleSize": "h6",1313"type": "row"1314}1315],1316"schemaVersion": 14,1317"style": "dark",1318"tags": [1319"grafana-agent-mixin"1320],1321"templating": {1322"list": [1323{1324"hide": 0,1325"label": null,1326"name": "datasource",1327"options": [ ],1328"query": "prometheus",1329"refresh": 1,1330"regex": "",1331"type": "datasource"1332},1333{1334"allValue": null,1335"current": {1336"text": {1337"selected": true,1338"text": "All",1339"value": "$__all"1340},1341"value": {1342"selected": true,1343"text": "All",1344"value": "$__all"1345}1346},1347"datasource": "$datasource",1348"hide": 0,1349"includeAll": true,1350"label": null,1351"multi": false,1352"name": "cluster",1353"options": [ ],1354"query": "label_values(agent_build_info, cluster)",1355"refresh": 2,1356"regex": "",1357"sort": 0,1358"tagValuesQuery": "",1359"tags": [ ],1360"tagsQuery": "",1361"type": "query",1362"useTags": false1363},1364{1365"allValue": null,1366"current": {1367"text": {1368"selected": true,1369"text": "All",1370"value": "$__all"1371},1372"value": {1373"selected": true,1374"text": "All",1375"value": "$__all"1376}1377},1378"datasource": "$datasource",1379"hide": 0,1380"includeAll": true,1381"label": null,1382"multi": false,1383"name": "namespace",1384"options": [ ],1385"query": "label_values(agent_build_info, namespace)",1386"refresh": 2,1387"regex": "",1388"sort": 0,1389"tagValuesQuery": "",1390"tags": [ ],1391"tagsQuery": "",1392"type": "query",1393"useTags": false1394},1395{1396"allValue": null,1397"current": {1398"text": {1399"selected": true,1400"text": "All",1401"value": "$__all"1402},1403"value": {1404"selected": true,1405"text": "All",1406"value": "$__all"1407}1408},1409"datasource": "$datasource",1410"hide": 0,1411"includeAll": true,1412"label": null,1413"multi": false,1414"name": "container",1415"options": [ ],1416"query": "label_values(agent_build_info, container)",1417"refresh": 2,1418"regex": "",1419"sort": 0,1420"tagValuesQuery": "",1421"tags": [ ],1422"tagsQuery": "",1423"type": "query",1424"useTags": false1425},1426{1427"allValue": null,1428"current": {1429"text": {1430"selected": true,1431"text": "All",1432"value": "$__all"1433},1434"value": {1435"selected": true,1436"text": "All",1437"value": "$__all"1438}1439},1440"datasource": "$datasource",1441"hide": 0,1442"includeAll": true,1443"label": null,1444"multi": false,1445"name": "pod",1446"options": [ ],1447"query": "label_values(agent_build_info{container=~\"$container\"}, pod)",1448"refresh": 2,1449"regex": "",1450"sort": 0,1451"tagValuesQuery": "",1452"tags": [ ],1453"tagsQuery": "",1454"type": "query",1455"useTags": false1456},1457{1458"allValue": null,1459"current": { },1460"datasource": "$datasource",1461"hide": 0,1462"includeAll": true,1463"label": null,1464"multi": false,1465"name": "url",1466"options": [ ],1467"query": "label_values(prometheus_remote_storage_shards{cluster=~\"$cluster\", pod=~\"$pod\"}, url)",1468"refresh": 2,1469"regex": "",1470"sort": 0,1471"tagValuesQuery": "",1472"tags": [ ],1473"tagsQuery": "",1474"type": "query",1475"useTags": false1476}1477]1478},1479"time": {1480"from": "now-1h",1481"to": "now"1482},1483"timepicker": {1484"refresh_intervals": [1485"5s",1486"10s",1487"30s",1488"1m",1489"5m",1490"15m",1491"30m",1492"1h",1493"2h",1494"1d"1495],1496"time_options": [1497"5m",1498"15m",1499"1h",1500"6h",1501"12h",1502"24h",1503"2d",1504"7d",1505"30d"1506]1507},1508"timezone": "",1509"title": "Agent Prometheus Remote Write",1510"version": 01511}151215131514