Add grafana panel RLN Invalid Messages Total

This commit is contained in:
stubbsta 2024-03-27 14:21:13 +02:00
parent 9746b9f18d
commit e6f6ef4750
No known key found for this signature in database
3 changed files with 98 additions and 2 deletions

View File

@ -4803,6 +4803,103 @@
],
"title": "RLN Valid Messages Total",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": 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"
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 11,
"x": 0,
"y": 173
},
"id": 82,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "waku_rln_invalid_messages_total_total",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"legendFormat": "{{instance}}_{{__name__}}",
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "RLN Invalid Messages Total",
"type": "timeseries"
}
],
"refresh": "10s",

@ -1 +0,0 @@
Subproject commit a01daa8b9475a5dd23db47625e86f585963dd473

View File

@ -2,7 +2,7 @@
NWAKU_IMAGE=wakuorg/nwaku:latest
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
# Network scaling.
NUM_NWAKU_NODES=10
NUM_NWAKU_NODES=50
NUM_GOWAKU_NODES=0
# Simulation traffic.
MSG_PER_SECOND=10