Skip to content

Commit e6851d9

Browse files
authored
Dashboard: Remove ingress_upstream_latency_seconds. (#11878)
1 parent 034c3cc commit e6851d9

File tree

1 file changed

+0
-98
lines changed

1 file changed

+0
-98
lines changed

deploy/grafana/dashboards/request-handling-performance.json

-98
Original file line numberDiff line numberDiff line change
@@ -893,104 +893,6 @@
893893
],
894894
"title": "Average Response Size by Method and Path",
895895
"type": "timeseries"
896-
},
897-
{
898-
"datasource": {
899-
"type": "prometheus",
900-
"uid": "${DS_PROMETHEUS}"
901-
},
902-
"fieldConfig": {
903-
"defaults": {
904-
"color": {
905-
"mode": "palette-classic"
906-
},
907-
"custom": {
908-
"axisBorderShow": false,
909-
"axisCenteredZero": false,
910-
"axisColorMode": "text",
911-
"axisLabel": "",
912-
"axisPlacement": "auto",
913-
"barAlignment": 0,
914-
"drawStyle": "line",
915-
"fillOpacity": 10,
916-
"gradientMode": "none",
917-
"hideFrom": {
918-
"legend": false,
919-
"tooltip": false,
920-
"viz": false
921-
},
922-
"insertNulls": false,
923-
"lineInterpolation": "linear",
924-
"lineWidth": 1,
925-
"pointSize": 5,
926-
"scaleDistribution": {
927-
"type": "linear"
928-
},
929-
"showPoints": "never",
930-
"spanNulls": false,
931-
"stacking": {
932-
"group": "A",
933-
"mode": "none"
934-
},
935-
"thresholdsStyle": {
936-
"mode": "off"
937-
}
938-
},
939-
"links": [],
940-
"mappings": [],
941-
"thresholds": {
942-
"mode": "absolute",
943-
"steps": [
944-
{
945-
"color": "green"
946-
},
947-
{
948-
"color": "red",
949-
"value": 80
950-
}
951-
]
952-
},
953-
"unit": "s"
954-
},
955-
"overrides": []
956-
},
957-
"gridPos": {
958-
"h": 8,
959-
"w": 12,
960-
"x": 0,
961-
"y": 32
962-
},
963-
"id": 96,
964-
"options": {
965-
"legend": {
966-
"calcs": [],
967-
"displayMode": "list",
968-
"placement": "bottom",
969-
"showLegend": true
970-
},
971-
"tooltip": {
972-
"mode": "multi",
973-
"sort": "desc"
974-
}
975-
},
976-
"pluginVersion": "10.4.3",
977-
"targets": [
978-
{
979-
"datasource": {
980-
"type": "prometheus",
981-
"uid": "${DS_PROMETHEUS}"
982-
},
983-
"expr": "sum (\n rate(\n nginx_ingress_controller_ingress_upstream_latency_seconds_sum {\n ingress =~ \"$ingress\",\n }[5m]\n)) / sum (\n rate(\n nginx_ingress_controller_ingress_upstream_latency_seconds_count {\n ingress =~ \"$ingress\",\n }[5m]\n )\n)\n",
984-
"hide": false,
985-
"instant": false,
986-
"interval": "",
987-
"intervalFactor": 1,
988-
"legendFormat": "average",
989-
"refId": "B"
990-
}
991-
],
992-
"title": "Upstream Service Latency",
993-
"type": "timeseries"
994896
}
995897
],
996898
"refresh": "30s",

0 commit comments

Comments
 (0)