Skip to content
Snippets Groups Projects
Verified Commit f99852c7 authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

Merge branch 'grafana-goaurrpc-ratelimit' into 'master'

grafana: update goaurrpc dashboard (rate-limit chart)

See merge request !734
parents ec91e5ee abc429c0
No related branches found
No related tags found
1 merge request!734grafana: update goaurrpc dashboard (rate-limit chart)
Pipeline #71270 passed
...@@ -493,6 +493,99 @@ ...@@ -493,6 +493,99 @@
"title": "Requests per second", "title": "Requests per second",
"type": "timeseries" "type": "timeseries"
}, },
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"axisSoftMin": 0,
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 24,
"x": 0,
"y": 12
},
"id": 25,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "rate(rpc_requests_rate_limited[5m])",
"legendFormat": "requests",
"range": true,
"refId": "A"
}
],
"title": "Requests rate-limited per second",
"type": "timeseries"
},
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
...@@ -554,7 +647,7 @@ ...@@ -554,7 +647,7 @@
"h": 5, "h": 5,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 12 "y": 17
}, },
"id": 8, "id": 8,
"options": { "options": {
...@@ -650,7 +743,7 @@ ...@@ -650,7 +743,7 @@
"h": 5, "h": 5,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 17 "y": 22
}, },
"id": 10, "id": 10,
"options": { "options": {
...@@ -702,7 +795,7 @@ ...@@ -702,7 +795,7 @@
"refId": "average" "refId": "average"
} }
], ],
"title": "Request duration", "title": "Request processing duration",
"type": "timeseries" "type": "timeseries"
}, },
{ {
...@@ -767,7 +860,7 @@ ...@@ -767,7 +860,7 @@
"h": 5, "h": 5,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 22 "y": 27
}, },
"id": 16, "id": 16,
"options": { "options": {
...@@ -800,7 +893,7 @@ ...@@ -800,7 +893,7 @@
} }
], ],
"refresh": "30s", "refresh": "30s",
"schemaVersion": 37, "schemaVersion": 38,
"style": "dark", "style": "dark",
"tags": [], "tags": [],
"templating": { "templating": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment