2022-11-21 10:07:43 +01:00
{
2024-12-04 17:11:41 +05:30
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : {
"type" : "grafana" ,
"uid" : "-- Grafana --"
} ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
"type" : "dashboard"
}
]
} ,
"editable" : true ,
"fiscalYearStartMonth" : 0 ,
"graphTooltip" : 0 ,
2025-09-26 03:30:55 +05:30
"id" : 1 ,
2024-12-04 17:11:41 +05:30
"links" : [ ] ,
"panels" : [
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
2025-09-26 03:30:55 +05:30
"id" : 154 ,
2024-12-04 17:11:41 +05:30
"panels" : [ ] ,
2025-09-26 03:30:55 +05:30
"title" : "Node - Network & Connectivity" ,
2024-12-04 17:11:41 +05:30
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "dateTimeAsIso"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 4 ,
"w" : 3 ,
2024-12-04 17:11:41 +05:30
"x" : 0 ,
"y" : 1
} ,
2025-09-26 03:30:55 +05:30
"id" : 10 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
2024-12-04 17:11:41 +05:30
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
2025-09-26 03:30:55 +05:30
"calcs" : [
"lastNotNull"
] ,
2024-12-04 17:11:41 +05:30
"fields" : "" ,
"values" : false
} ,
2025-09-26 03:30:55 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
2022-11-21 10:07:43 +01:00
{
"datasource" : {
2024-12-04 17:11:41 +05:30
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "process_start_time_seconds{job=\"nwaku\"}*1000" ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Start Times (UTC)" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
"cellOptions" : {
"type" : "auto"
} ,
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 3 ,
"y" : 1
} ,
"id" : 2 ,
"options" : {
"cellHeight" : "sm" ,
"footer" : {
"countRows" : false ,
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"showHeader" : true
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "builder" ,
2024-12-04 17:11:41 +05:30
"exemplar" : false ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_version{instance=\"nwaku:8003\"}" ,
"format" : "table" ,
2024-12-04 17:11:41 +05:30
"instant" : true ,
"legendFormat" : "__auto" ,
"range" : false ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Version" ,
"transformations" : [
{
"id" : "filterFieldsByName" ,
"options" : {
"include" : {
"names" : [
"version"
]
}
}
}
] ,
"type" : "table"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 4 ,
2025-09-26 03:30:55 +05:30
"w" : 3 ,
"x" : 6 ,
2024-12-04 17:11:41 +05:30
"y" : 1
} ,
2025-09-26 03:30:55 +05:30
"id" : 33 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
2024-12-04 17:11:41 +05:30
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "routing_table_nodes" ,
"legendFormat" : "{{label_name}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
2022-11-21 10:07:43 +01:00
}
2024-12-04 17:11:41 +05:30
] ,
2025-09-26 03:30:55 +05:30
"title" : "Discv5 (Nodes)" ,
"transformations" : [
{
"id" : "filterFieldsByName" ,
"options" : {
"include" : {
"names" : [
"Time" ,
"{__name__=\"routing_table_nodes\", instance=\"nwaku:8003\", job=\"nwaku\"}"
]
}
}
}
] ,
2024-12-04 17:11:41 +05:30
"type" : "stat"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
} ,
{
"color" : "red" ,
"value" : 250
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
}
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 4 ,
2025-09-26 03:30:55 +05:30
"w" : 3 ,
2024-12-04 17:11:41 +05:30
"x" : 9 ,
2025-09-26 03:30:55 +05:30
"y" : 1
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 25 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
2024-12-04 17:11:41 +05:30
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"editorMode" : "builder" ,
"expr" : "libp2p_peers" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connected Peers" ,
2024-12-04 17:11:41 +05:30
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
}
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 4 ,
2025-09-26 03:30:55 +05:30
"w" : 3 ,
"x" : 12 ,
"y" : 1
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 28 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
2024-12-04 17:11:41 +05:30
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "libp2p_pubsub_topics" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Number Pubsub Topics" ,
2024-12-04 17:11:41 +05:30
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "thresholds"
2024-12-04 17:11:41 +05:30
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
2022-11-21 10:07:43 +01:00
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 4 ,
"w" : 3 ,
"x" : 15 ,
"y" : 1
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 32 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "routing_table_nodes{state=\"seen\"}" ,
"legendFormat" : "__auto" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Discv5 (Seen Nodes)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "thresholds"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
}
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 4 ,
"w" : 3 ,
"x" : 18 ,
"y" : 1
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 22 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "libp2p_autonat_reachability_confidence" ,
"legendFormat" : "{{reachability}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Reachability" ,
"transformations" : [
{
"id" : "reduce" ,
"options" : {
"includeTimeField" : false ,
"mode" : "reduceFields" ,
"reducers" : [
"max"
]
}
}
] ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "thresholds"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
}
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 14 ,
2024-12-04 17:11:41 +05:30
"x" : 0 ,
2025-09-26 03:30:55 +05:30
"y" : 5
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 44 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_connected_peers" ,
"legendFormat" : "{{direction}}_{{protocol}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connected Peers (Direction/Protocol)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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"
2022-11-21 10:07:43 +01:00
}
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
}
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 14 ,
"y" : 5
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 4 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"editorMode" : "builder" ,
"expr" : "libp2p_peers" ,
"legendFormat" : "{{__name__}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connected Peers" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "palette-classic"
2024-12-04 17:11:41 +05:30
} ,
"custom" : {
2025-09-26 03:30:55 +05:30
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 7 ,
2024-12-04 17:11:41 +05:30
"x" : 0 ,
2025-09-26 03:30:55 +05:30
"y" : 15
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 155 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
2024-12-04 17:11:41 +05:30
] ,
2025-09-26 03:30:55 +05:30
"fields" : "" ,
"values" : false
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
2024-12-04 17:11:41 +05:30
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_discv5_discovered_per_shard" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"legendFormat" : "shard-{{shard}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Discv5 Discovered Peers Per Shard" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "palette-classic"
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ]
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 7 ,
"x" : 7 ,
"y" : 15
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 156 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"pieType" : "pie" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_connected_peers_per_shard" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connected Peers Per Shard" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "palette-classic"
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 7 ,
"x" : 14 ,
"y" : 15
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 165 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"pieType" : "pie" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_connected_peers_per_agent" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"legendFormat" : "{{agent}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connected Peers Per Agent" ,
"type" : "piechart"
} ,
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 24
} ,
"id" : 45 ,
"panels" : [ ] ,
"title" : "Node - Relay Traffic " ,
"type" : "row"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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"
}
2024-12-04 17:11:41 +05:30
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "deckbytes"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 8 ,
"x" : 0 ,
2024-12-04 17:11:41 +05:30
"y" : 25
} ,
2025-09-26 03:30:55 +05:30
"id" : 43 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"exemplar" : false ,
"expr" : "waku_histogram_message_size_sum/waku_histogram_message_size_count" ,
"format" : "heatmap" ,
"instant" : false ,
"legendFormat" : "{{instance}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Average msg size (kBytes)" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "none"
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 9 ,
"x" : 8 ,
2024-12-04 17:11:41 +05:30
"y" : 25
} ,
2025-09-26 03:30:55 +05:30
"id" : 41 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"displayMode" : "gradient" ,
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : false
} ,
"maxVizHeight" : 300 ,
"minVizHeight" : 10 ,
"minVizWidth" : 0 ,
"namePlacement" : "auto" ,
2024-12-04 17:11:41 +05:30
"orientation" : "auto" ,
"reduceOptions" : {
2025-09-26 03:30:55 +05:30
"calcs" : [ ] ,
2024-12-04 17:11:41 +05:30
"fields" : "" ,
"values" : false
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"showUnfilled" : true ,
"sizing" : "auto" ,
"valueMode" : "color"
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2022-11-21 10:07:43 +01:00
} ,
2025-09-26 03:30:55 +05:30
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "rate(waku_histogram_message_size_bucket[1h])/scalar(rate(waku_histogram_message_size_count[1h]))*100" ,
"format" : "heatmap" ,
"instant" : true ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "__auto" ,
2025-09-26 03:30:55 +05:30
"range" : false ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Message distrubution %/kBytes (Last Hour)" ,
"type" : "bargauge"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "deckbytes"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 4 ,
"x" : 17 ,
2024-12-04 17:11:41 +05:30
"y" : 25
} ,
2025-09-26 03:30:55 +05:30
"id" : 38 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "none" ,
2024-12-04 17:11:41 +05:30
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "rate(waku_histogram_message_size_sum[1h])/rate(waku_histogram_message_size_count[1h])" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Average Msg Size (Last Hour)" ,
2024-12-04 17:11:41 +05:30
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "deckbytes"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 4 ,
"x" : 17 ,
"y" : 28
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 42 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "none" ,
2024-12-04 17:11:41 +05:30
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "histogram_quantile(0.75, rate(waku_histogram_message_size_bucket[1h]))" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "75% Percentile (Last hour)" ,
2024-12-04 17:11:41 +05:30
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "deckbytes"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 4 ,
"x" : 17 ,
"y" : 31
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 39 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "none" ,
2024-12-04 17:11:41 +05:30
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "histogram_quantile(0.99, rate(waku_histogram_message_size_bucket[1h]))" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "99% Percentile (Last Hour)" ,
2024-12-04 17:11:41 +05:30
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binbps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2025-09-26 03:30:55 +05:30
"w" : 8 ,
2024-12-04 17:11:41 +05:30
"x" : 0 ,
2025-09-26 03:30:55 +05:30
"y" : 34
2024-12-04 17:11:41 +05:30
} ,
"id" : 8 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "rate(libp2p_network_bytes_total{direction=\"in\"}[$__rate_interval])*8" ,
"legendFormat" : "traffic_{{direction}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "libp2p traffic (in)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binbps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 9 ,
2025-09-26 03:30:55 +05:30
"x" : 8 ,
"y" : 34
2024-12-04 17:11:41 +05:30
} ,
"id" : 29 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "rate(libp2p_network_bytes_total{direction=\"out\"}[$__rate_interval])*8" ,
"legendFormat" : "traffic_{{direction}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "libp2p traffic (out)" ,
"type" : "timeseries"
} ,
2025-09-26 03:30:55 +05:30
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 5 ,
"w" : 4 ,
"x" : 17 ,
"y" : 34
} ,
"id" : 36 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "waku_peer_store_size" ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Peer Store Size" ,
"type" : "stat"
} ,
2024-12-04 17:11:41 +05:30
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "reqps"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 22 ,
"w" : 4 ,
"x" : 17 ,
"y" : 39
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 149 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"editorMode" : "code" ,
"expr" : "rate(waku_service_requests_total[$__rate_interval])" ,
"legendFormat" : "{{proto}}/{{state}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Protocol request rates" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "binbps"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 8 ,
"x" : 0 ,
"y" : 43
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 147 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"exemplar" : false ,
"expr" : "rate(waku_relay_network_bytes_total{direction=\"in\"}[$__rate_interval])*8" ,
"legendFormat" : "{{topic}}/{{type}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Relay traffic per shard (in)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "binbps"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 9 ,
2025-09-26 03:30:55 +05:30
"x" : 8 ,
"y" : 43
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 148 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "rate(waku_relay_network_bytes_total{direction=\"out\"}[$__rate_interval])*8" ,
"legendFormat" : "{{topic}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Relay traffic per shard (out)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binBps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2025-09-26 03:30:55 +05:30
"w" : 8 ,
"x" : 0 ,
"y" : 52
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 150 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "rate(waku_service_network_bytes_total{direction=\"in\"}[$__rate_interval])" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "{{service}}" ,
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Non relay protocol traffic (in)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "binBps"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 9 ,
"w" : 9 ,
"x" : 8 ,
"y" : 52
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 151 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2025-09-26 03:30:55 +05:30
"expr" : "rate(waku_service_network_bytes_total{direction=\"out\"}[$__rate_interval])" ,
"legendFormat" : "{{service}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Non relay protocol traffic (out)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 0 ,
"y" : 61
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 166 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
2025-09-26 03:30:55 +05:30
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_relay_total_msg_bytes_per_shard" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Total Message Bytes Per Shard" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 7 ,
"y" : 61
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 157 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
2025-09-26 03:30:55 +05:30
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_relay_max_msg_bytes_per_shard" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Max Message Bytes Per Shard" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 14 ,
"y" : 61
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 159 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
2025-09-26 03:30:55 +05:30
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_relay_avg_msg_bytes_per_shard" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Avg Message Bytes Per Shard" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
2024-12-04 17:11:41 +05:30
"x" : 0 ,
2025-09-26 03:30:55 +05:30
"y" : 71
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 164 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
2025-09-26 03:30:55 +05:30
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_archive_messages_per_shard" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Archive Message Per Shard" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 7 ,
"y" : 71
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 162 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
2025-09-26 03:30:55 +05:30
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_relay_fleet_store_msg_size_bytes" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Total Messages Size On Store Fleet" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 14 ,
"y" : 71
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 163 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
2025-09-26 03:30:55 +05:30
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2024-12-04 17:11:41 +05:30
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_relay_fleet_store_msg_count" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Total Message Count On Store Fleet" ,
"type" : "piechart"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "decbytes"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 0 ,
"y" : 81
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 20 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"editorMode" : "code" ,
"expr" : "nim_gc_heap_instance_occupied_bytes{}" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "{{__name__}}" ,
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A"
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Heap allocation" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "decbytes"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
"x" : 7 ,
"y" : 81
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 18 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"editorMode" : "code" ,
"expr" : "nim_gc_mem_bytes{}" ,
"hide" : false ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "{{__name__}}" ,
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A"
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Nim Memory Usage" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
2025-09-26 03:30:55 +05:30
"type" : "postgres" ,
"uid" : "e5d2e0c2-371d-4178-ac71-edc122fb459c"
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"description" : "Messages in local database per app name, as extracted from the content topic." ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "thresholds"
2024-12-04 17:11:41 +05:30
} ,
"custom" : {
2025-09-26 03:30:55 +05:30
"align" : "auto" ,
"cellOptions" : {
"type" : "auto"
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"inspect" : false
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [
{
"options" : {
"/waku/2/rs/1/0" : {
"index" : 0 ,
"text" : "0"
} ,
"/waku/2/rs/1/1" : {
"index" : 1 ,
"text" : "1"
} ,
"/waku/2/rs/1/2" : {
"index" : 2 ,
"text" : "2"
} ,
"/waku/2/rs/1/3" : {
"index" : 3 ,
"text" : "3"
} ,
"/waku/2/rs/1/4" : {
"index" : 4 ,
"text" : "4"
} ,
"/waku/2/rs/1/5" : {
"index" : 5 ,
"text" : "5"
} ,
"/waku/2/rs/1/6" : {
"index" : 6 ,
"text" : "6"
} ,
"/waku/2/rs/1/7" : {
"index" : 7 ,
"text" : "7"
}
} ,
"type" : "value"
}
] ,
2024-12-04 17:11:41 +05:30
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2025-09-26 03:30:55 +05:30
"unit" : "string"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Number of Messages (sum)"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "none"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Total Payload Size (sum)"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "decbytes"
}
]
}
]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 7 ,
"x" : 14 ,
"y" : 81
} ,
"id" : 144 ,
"options" : {
"cellHeight" : "sm" ,
"footer" : {
"countRows" : false ,
"enablePagination" : false ,
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [ ]
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"datasource" : {
"type" : "postgres" ,
"uid" : "e5d2e0c2-371d-4178-ac71-edc122fb459c"
} ,
"editorMode" : "code" ,
"format" : "table" ,
"hide" : false ,
"rawQuery" : true ,
"rawSql" : "SELECT REGEXP_REPLACE(contenttopic,'^\\/(.+)\\/(\\d+)\\/(.+)\\/(.+)$','\\1') as \"App name\", COUNT(id), pg_column_size(payload)\nFROM messages\nGROUP BY contenttopic, payload" ,
2024-12-04 17:11:41 +05:30
"refId" : "A" ,
2025-09-26 03:30:55 +05:30
"sql" : {
"columns" : [
{
"parameters" : [
{
"name" : "pubsubtopic" ,
"type" : "functionParameter"
}
] ,
"type" : "function"
}
] ,
"groupBy" : [
{
"property" : {
"name" : "pubsubtopic" ,
"type" : "string"
} ,
"type" : "groupBy"
}
] ,
"limit" : 50
} ,
"table" : "messages"
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Stored Message by Content Topic App Name" ,
"transformations" : [
{
"id" : "organize" ,
"options" : {
"excludeByName" : { } ,
"indexByName" : { } ,
"renameByName" : {
"contenttopic" : "App name" ,
"count" : "Number of Messages" ,
"pg_column_size" : "Total Payload Size"
}
}
} ,
{
"id" : "groupBy" ,
"options" : {
"fields" : {
"App name" : {
"aggregations" : [
"uniqueValues"
] ,
"operation" : "groupby"
} ,
"Number of Messages" : {
"aggregations" : [
"sum"
] ,
"operation" : "aggregate"
} ,
"Total Payload Size" : {
"aggregations" : [
"sum"
] ,
"operation" : "aggregate"
} ,
"pg_column_size" : {
"aggregations" : [
"sum"
] ,
"operation" : "aggregate"
}
}
}
} ,
{
"id" : "sortBy" ,
"options" : {
"fields" : { } ,
"sort" : [
{
"desc" : true ,
"field" : "Number of Messages (sum)"
}
]
}
}
] ,
"type" : "table"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
2025-09-26 03:30:55 +05:30
"w" : 7 ,
"x" : 0 ,
"y" : 91
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 135 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_rln_membership_insertion_duration_seconds" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "{{__name__}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Membership Insertion (seconds)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
2025-09-26 03:30:55 +05:30
"w" : 7 ,
"x" : 7 ,
"y" : 91
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 134 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_rln_membership_credentials_import_duration_seconds" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "{{__name__}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Credentials Import (seconds)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
2025-09-26 03:30:55 +05:30
"w" : 7 ,
"x" : 14 ,
"y" : 91
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 128 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_rln_number_registered_memberships" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "{{__name__}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Registered Memberships" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
2025-09-26 03:30:55 +05:30
"w" : 7 ,
"x" : 0 ,
"y" : 97
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 127 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
2025-09-26 03:30:55 +05:30
"expr" : "waku_rln_proof_generation_duration_seconds" ,
2024-12-04 17:11:41 +05:30
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "{{__name__}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Proof Generation (seconds)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 6 ,
"w" : 7 ,
"x" : 7 ,
"y" : 97
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 126 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
2025-09-26 03:30:55 +05:30
"calcs" : [ ] ,
2024-12-04 17:11:41 +05:30
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_proof_verification_duration_seconds" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2024-12-04 17:11:41 +05:30
"instant" : false ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "{{__name__}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Proof Verification (seconds)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : {
2025-09-26 03:30:55 +05:30
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2024-12-04 17:11:41 +05:30
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "palette-classic"
2024-12-04 17:11:41 +05:30
} ,
"custom" : {
2025-09-26 03:30:55 +05:30
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"mappings" : [ ] ,
2024-12-04 17:11:41 +05:30
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2025-09-26 03:30:55 +05:30
} ,
"overrides" : [ ]
2024-12-04 17:11:41 +05:30
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 6 ,
"w" : 7 ,
"x" : 14 ,
"y" : 97
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 153 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
2025-09-26 03:30:55 +05:30
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_remaining_proofs_per_epoch" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "{{__name__}}" ,
"range" : true ,
2024-12-04 17:11:41 +05:30
"refId" : "A" ,
2025-09-26 03:30:55 +05:30
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Remaining RLN Proofs per epoch" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"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" ,
2025-09-26 03:30:55 +05:30
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 6 ,
"w" : 10 ,
2024-12-04 17:11:41 +05:30
"x" : 0 ,
2025-09-26 03:30:55 +05:30
"y" : 103
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 152 ,
2024-12-04 17:11:41 +05:30
"options" : {
"legend" : {
2025-09-26 03:30:55 +05:30
"calcs" : [ ] ,
2024-12-04 17:11:41 +05:30
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
2024-12-04 17:11:41 +05:30
"mode" : "single" ,
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_total_generated_proofs" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
2024-12-04 17:11:41 +05:30
"instant" : false ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "{{__name__}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Total Generated RLN Proofs" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 11 ,
"x" : 10 ,
"y" : 103
} ,
"id" : 136 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
2024-12-04 17:11:41 +05:30
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_proof_verification_total_total" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "{{__name__}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Total Verified RLN Proof" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-09-26 03:30:55 +05:30
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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"
}
2024-12-04 17:11:41 +05:30
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 7 ,
"w" : 7 ,
"x" : 0 ,
"y" : 109
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 137 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-09-26 03:30:55 +05:30
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_valid_messages_total_total" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "shard-{{shard}}" ,
2024-12-04 17:11:41 +05:30
"range" : true ,
2025-09-26 03:30:55 +05:30
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Valid Messages ( Total )" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2024-12-04 17:11:41 +05:30
} ,
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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"
}
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
2024-12-04 17:11:41 +05:30
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 7 ,
"w" : 7 ,
"x" : 7 ,
"y" : 109
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 133 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
2024-12-04 17:11:41 +05:30
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_invalid_messages_total_total" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "type-{{type}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Invalid Messages ( Total )" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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"
}
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 7 ,
"w" : 7 ,
"x" : 14 ,
"y" : 109
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 130 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
2024-12-04 17:11:41 +05:30
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "waku_rln_spam_messages_total_total" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "{{__name__}}" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "RLN Spam Messages ( Total )" ,
"type" : "timeseries"
} ,
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 116
} ,
"id" : 46 ,
"panels" : [ ] ,
"title" : "Node - Store & DB" ,
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "Number of messages currently stored in the database" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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" ,
"value" : 0
}
]
} ,
"unit" : "none"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 9 ,
"x" : 0 ,
"y" : 117
} ,
"id" : 146 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
2024-12-04 17:11:41 +05:30
"calcs" : [
2025-09-26 03:30:55 +05:30
"last"
2024-12-04 17:11:41 +05:30
] ,
2025-09-26 03:30:55 +05:30
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
2024-12-04 17:11:41 +05:30
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "pg_tb_messages_count{}" ,
"instant" : false ,
2024-12-04 17:11:41 +05:30
"interval" : "" ,
2025-09-26 03:30:55 +05:30
"legendFormat" : "messages" ,
"range" : true ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Unique stored messages (Postgres)" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Source: server_version_num" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2025-09-26 03:30:55 +05:30
"w" : 7 ,
"x" : 9 ,
"y" : 117
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 11 ,
2024-12-04 17:11:41 +05:30
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
"targets" : [
2024-12-04 17:11:41 +05:30
{
2025-09-26 03:30:55 +05:30
"expr" : "max(pg_settings_server_version_num)" ,
2024-12-04 17:11:41 +05:30
"legendFormat" : "" ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "PostgreSQL Version" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Clients executing Statements.\n\nSource: pg_stat_activity" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2025-09-26 03:30:55 +05:30
"w" : 6 ,
"x" : 16 ,
"y" : 117
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 23 ,
2024-12-04 17:11:41 +05:30
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum(pg_stat_activity_count{state=\"active\",instance=\"$Instance\"})" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Active clients (Postgres)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
"description" : "Size of all databases in $Instance.\n\nSource: pg_database_size()" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2025-09-26 03:30:55 +05:30
"w" : 7 ,
"x" : 9 ,
"y" : 120
2024-12-04 17:11:41 +05:30
} ,
"id" : 37 ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"expr" : "sum(pg_database_size_bytes{instance=\"$Instance\"})" ,
"refId" : "A"
}
] ,
"title" : "Total database size (Postgres)" ,
2025-09-26 03:30:55 +05:30
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "thresholds"
} ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
} ,
"unit" : "dateTimeAsIso"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2025-09-26 03:30:55 +05:30
"w" : 6 ,
"x" : 16 ,
"y" : 120
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 125 ,
2024-12-04 17:11:41 +05:30
"options" : {
"colorMode" : "value" ,
2025-09-26 03:30:55 +05:30
"graphMode" : "none" ,
2024-12-04 17:11:41 +05:30
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2025-09-26 03:30:55 +05:30
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "pg_postmaster_start_time_seconds*1000" ,
"legendFormat" : "__auto" ,
"range" : true ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Postgres start time" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Max Replication lag behind master in seconds\n\nOnly available on a standby system.\n\nSource: pg_last_xact_replay_timestamp\n\nUse: pg_stat_replication for Details." ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"mappings" : [ ] ,
2024-12-04 17:11:41 +05:30
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-09-26 03:30:55 +05:30
"color" : "green" ,
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"color" : "red" ,
2024-12-04 17:11:41 +05:30
"value" : 80
}
]
2025-09-26 03:30:55 +05:30
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 7 ,
"x" : 9 ,
"y" : 123
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 84 ,
"maxDataPoints" : 100 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-09-26 03:30:55 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "max(pg_replication_lag{instance=\"$Instance\"})" ,
"interval" : "" ,
"legendFormat" : "" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Max Replication Lag (Postgres)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Source: pg_stat_statements.total_time / pg_stat_statements.calls" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"mappings" : [ ] ,
2024-12-04 17:11:41 +05:30
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-09-26 03:30:55 +05:30
"color" : "green" ,
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"color" : "red" ,
"value" : 80
2024-12-04 17:11:41 +05:30
}
]
2025-09-26 03:30:55 +05:30
}
2022-11-21 10:07:43 +01:00
} ,
2024-12-04 17:11:41 +05:30
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 6 ,
"x" : 16 ,
"y" : 123
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 102 ,
"maxDataPoints" : 100 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
2024-12-04 17:11:41 +05:30
"reduceOptions" : {
"calcs" : [
2025-09-26 03:30:55 +05:30
"lastNotNull"
2024-12-04 17:11:41 +05:30
] ,
"fields" : "" ,
"values" : false
} ,
2025-09-26 03:30:55 +05:30
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum((delta(pg_stat_statements_total_time_seconds{instance=\"$Instance\"}[$Interval])))/sum((delta(pg_stat_statements_calls{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Average query runtime (Postgres)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "View: pg_stat_activity" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-09-26 03:30:55 +05:30
"barWidthFactor" : 0.6 ,
2024-12-04 17:11:41 +05:30
"drawStyle" : "bars" ,
2025-09-26 03:30:55 +05:30
"fillOpacity" : 100 ,
2024-12-04 17:11:41 +05:30
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
2025-09-26 03:30:55 +05:30
"lineWidth" : 1 ,
2024-12-04 17:11:41 +05:30
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2025-09-26 03:30:55 +05:30
"showPoints" : "never" ,
2024-12-04 17:11:41 +05:30
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
2022-11-21 10:07:43 +01:00
}
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"decimals" : 0 ,
"links" : [ ] ,
2024-12-04 17:11:41 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-09-26 03:30:55 +05:30
"value" : 0
2024-12-04 17:11:41 +05:30
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
2025-09-26 03:30:55 +05:30
"overrides" : [
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
}
]
2024-12-04 17:11:41 +05:30
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 11 ,
"w" : 9 ,
"x" : 0 ,
"y" : 126
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 121 ,
"interval" : "$Interval" ,
"links" : [
{
"targetBlank" : true ,
"title" : "PostgreSQL Documentation" ,
"url" : "https://www.postgresql.org/docs/current/monitoring-stats.html"
}
] ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"alertThreshold" : true ,
2024-12-04 17:11:41 +05:30
"legend" : {
"calcs" : [
2025-09-26 03:30:55 +05:30
"mean" ,
"lastNotNull" ,
2024-12-04 17:11:41 +05:30
"max"
] ,
2025-09-26 03:30:55 +05:30
"displayMode" : "table" ,
2024-12-04 17:11:41 +05:30
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2025-09-26 03:30:55 +05:30
"hideZeros" : false ,
"mode" : "multi" ,
2024-12-04 17:11:41 +05:30
"sort" : "none"
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum by (datname) (pg_stat_activity_count{instance=\"$Instance\"})" ,
"legendFormat" : "{{datname}}" ,
"refId" : "A"
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connections by database (stacked) (Postgres)" ,
2024-12-04 17:11:41 +05:30
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Transactions committed + roolback per minute\n\nSource: pg_stat_database,xact_commit + xact_rollback" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 7 ,
"x" : 9 ,
"y" : 126
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 14 ,
"maxDataPoints" : 100 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum((rate(pg_stat_database_xact_commit{instance=\"$Instance\"}[$Interval])))+sum((rate(pg_stat_database_xact_rollback{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Transaction rate (Postgres)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Statements executed per Minute.\n\nSource: pg_stat_statements.calls" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 3 ,
"w" : 6 ,
"x" : 16 ,
"y" : 126
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 93 ,
"maxDataPoints" : 100 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum((rate(pg_stat_statements_calls{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Query rate (Postgres)" ,
"type" : "stat"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Transaction committed vs rollbacked" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"decimals" : 2 ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 1 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "semi-dark-red" ,
"value" : 0
} ,
{
"color" : "#EAB839" ,
"value" : 0.75
} ,
{
"color" : "semi-dark-green" ,
"value" : 0.9
}
]
} ,
"unit" : "percentunit"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 8 ,
"w" : 3 ,
"x" : 9 ,
"y" : 129
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 15 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"minVizHeight" : 75 ,
"minVizWidth" : 75 ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true ,
"sizing" : "auto"
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum(pg_stat_database_xact_commit{instance=\"$Instance\"})/(sum(pg_stat_database_xact_commit{instance=\"$Instance\"}) + sum(pg_stat_database_xact_rollback{instance=\"$Instance\"}))" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Commit Ratio (Postgres)" ,
"type" : "gauge"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Percentage of max_connections used" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"decimals" : 0 ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 1 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "semi-dark-green" ,
"value" : 0
} ,
{
"color" : "semi-dark-yellow" ,
"value" : 0.75
} ,
{
"color" : "semi-dark-red" ,
"value" : 0.9
}
]
} ,
"unit" : "percentunit"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 3 ,
2024-12-04 17:11:41 +05:30
"x" : 12 ,
2025-09-26 03:30:55 +05:30
"y" : 129
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 9 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"minVizHeight" : 75 ,
"minVizWidth" : 75 ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true ,
"sizing" : "auto"
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum(pg_stat_database_numbackends)/max(pg_settings_max_connections)" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Connections used (Postgres)" ,
"type" : "gauge"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "Shared buffer hits vs reads from disc" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"decimals" : 2 ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "semi-dark-red" ,
"value" : 0
} ,
{
"color" : "semi-dark-yellow" ,
"value" : 80
} ,
{
"color" : "semi-dark-green" ,
"value" : 90
}
]
} ,
"unit" : "percent"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 8 ,
"w" : 3 ,
"x" : 15 ,
"y" : 129
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 16 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"minVizHeight" : 75 ,
"minVizWidth" : 75 ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true ,
"sizing" : "auto"
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum(pg_stat_database_blks_hit{instance=~\"$Instance\"})/(sum(pg_stat_database_blks_hit{instance=~\"$Instance\"})+sum(pg_stat_database_blks_read{instance=~\"$Instance\"}))*100" ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Shared Buffer Hits (Postgres)" ,
"type" : "gauge"
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 8 ,
"w" : 5 ,
"x" : 18 ,
"y" : 129
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 12 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
2024-12-04 17:11:41 +05:30
}
2025-09-26 03:30:55 +05:30
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
2024-12-04 17:11:41 +05:30
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "(increase(waku_node_messages_total[1m]))/60" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Messages/second" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
2025-09-26 03:30:55 +05:30
"description" : "View: pg_stat_activity" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "bars" ,
"fillOpacity" : 100 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"decimals" : 0 ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
}
]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 137
} ,
"id" : 24 ,
"interval" : "$Interval" ,
"links" : [
{
"targetBlank" : true ,
"title" : "PostgreSQL Documentation" ,
"url" : "https://www.postgresql.org/docs/current/monitoring-stats.html"
}
] ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum by (state) (pg_stat_activity_count{instance=\"$Instance\"})" ,
"legendFormat" : "{{state}}" ,
"refId" : "A"
}
] ,
"title" : "Connections by state (stacked) (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "bars" ,
"fillOpacity" : 51 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 6 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 137
} ,
"id" : 142 ,
"options" : {
"legend" : {
"calcs" : [
"last" ,
"max"
] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "pg_stat_user_tables_n_live_tup{datname=\"postgres\"}" ,
"fullMetaSearch" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "Live" ,
"range" : true ,
"refId" : "A" ,
"useBackend" : false
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"disableTextWrap" : false ,
"editorMode" : "builder" ,
"expr" : "pg_stat_user_tables_n_dead_tup" ,
"fullMetaSearch" : false ,
"hide" : false ,
"includeNullMetadata" : true ,
"instant" : false ,
"legendFormat" : "Dead" ,
"range" : true ,
"refId" : "B" ,
"useBackend" : false
}
] ,
"title" : "Estimated number of rows (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "Source: pg_stat_database" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 145
} ,
"id" : 27 ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum((rate(pg_stat_database_tup_inserted{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "Inserts" ,
"refId" : "A"
} ,
{
"expr" : "sum((rate(pg_stat_database_tup_updated{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "Updates" ,
"refId" : "B"
} ,
{
"expr" : "sum((rate(pg_stat_database_tup_deleted{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "Deletes" ,
"refId" : "C"
}
] ,
"title" : "Tuples inserts/updates/deletes (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "1 Minute rate of transactions committed or rollback." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 146
} ,
"id" : 122 ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum ((rate(pg_stat_database_xact_commit[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "committed" ,
"refId" : "A"
} ,
{
"expr" : "sum ((rate(pg_stat_database_xact_rollback[$Interval])))" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "rollback" ,
"refId" : "B"
}
] ,
"title" : "Transactions (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "Source: pg_stat_database\n\n* tup_fetched: rows needed to satisfy queries\n* tup_returned: rows read/scanned" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 154
} ,
"id" : 111 ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum((rate(pg_stat_database_tup_fetched{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "Fetched" ,
"refId" : "A"
} ,
{
"expr" : "sum((rate(pg_stat_database_tup_returned{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "Returned" ,
"refId" : "B"
}
] ,
"title" : "Tuples fetched/returned (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "* blk_read_time: Time spent reading data file blocks by backends in this database, in milliseconds\n* blk_write_time: Time spent writing data file blocks by backends in this database, in milliseconds\n\ntrack_io_timings needs to be activated" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "ms"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 155
} ,
"id" : 26 ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum ((rate(pg_stat_database_blk_read_time{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "blk_read_time" ,
"refId" : "A"
} ,
{
"expr" : "sum ((rate(pg_stat_database_blk_write_time{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "blk_read_time" ,
"refId" : "B"
}
] ,
"title" : "I/O Read/Write time (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "Should be 0 \n\nSource: pg_stat_database\n\nWith log_lock_waits turned on, deadlocks will be logged to the PostgreSQL Logfiles." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
}
]
} ,
"gridPos" : {
"h" : 5 ,
"w" : 12 ,
"x" : 12 ,
"y" : 163
} ,
"id" : 30 ,
"links" : [
{
"title" : "PostgreSQL Locking" ,
"url" : "https://www.postgresql.org/docs/12/explicit-locking.html"
}
] ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum by (datname) ((rate(pg_stat_database_deadlocks{instance=\"$Instance\"}[$Interval])))" ,
"interval" : "" ,
"legendFormat" : "{{datname}}" ,
"refId" : "A"
}
] ,
"title" : "Deadlocks by database (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "Source: pg_locks" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 164
} ,
"id" : 123 ,
"links" : [
{
"title" : "PostgreSQL Lock Modes" ,
"url" : "https://www.postgresql.org/docs/12/explicit-locking.html#LOCKING-TABLES"
}
] ,
"options" : {
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
"targets" : [
{
"expr" : "sum by (mode) (pg_locks_count{instance=\"$Instance\"})" ,
"legendFormat" : "{{mode}}" ,
"refId" : "A"
}
] ,
"title" : "Locks by state (Postgres)" ,
"type" : "timeseries"
} ,
{
"datasource" : "Prometheus" ,
"description" : "Should be 0. If temporary files are created, it can indicate insufficient work_mem. With log_temp_files the creation of temporary files are logged to the PostgreSQL Logfiles." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsZero" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
} ,
{
"matcher" : {
"id" : "byValue" ,
"options" : {
"op" : "gte" ,
"reducer" : "allIsNull" ,
"value" : 0
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
}
]
}
]
2024-12-04 17:11:41 +05:30
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 5 ,
2024-12-04 17:11:41 +05:30
"w" : 12 ,
2025-09-26 03:30:55 +05:30
"x" : 12 ,
"y" : 168
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 31 ,
2024-12-04 17:11:41 +05:30
"links" : [
{
2025-09-26 03:30:55 +05:30
"title" : "PostgreSQL Ressources" ,
"url" : "https://www.postgresql.org/docs/current/runtime-config-resource.html"
2024-12-04 17:11:41 +05:30
}
] ,
"options" : {
2025-09-26 03:30:55 +05:30
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
2024-12-04 17:11:41 +05:30
}
} ,
2025-09-26 03:30:55 +05:30
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"expr" : "sum by (datname) ((rate(pg_stat_database_temp_files{instance=\"$Instance\"}[$Interval])))" ,
2024-12-04 17:11:41 +05:30
"interval" : "" ,
"legendFormat" : "{{datname}}" ,
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "Temporary files by database (Postgres)" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "Number of messages currently stored in the database" ,
2024-12-04 17:11:41 +05:30
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"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" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-09-26 03:30:55 +05:30
"h" : 10 ,
"w" : 7 ,
2024-12-04 17:11:41 +05:30
"x" : 12 ,
2025-09-26 03:30:55 +05:30
"y" : 173
2024-12-04 17:11:41 +05:30
} ,
2025-09-26 03:30:55 +05:30
"id" : 141 ,
2024-12-04 17:11:41 +05:30
"options" : {
2025-09-26 03:30:55 +05:30
"legend" : {
"calcs" : [
"last"
] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
2025-09-26 03:30:55 +05:30
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "pg_tb_stats_messages{}" ,
"instant" : false ,
"legendFormat" : "{{ pubsubtopic }}" ,
"range" : true ,
2024-12-04 17:11:41 +05:30
"refId" : "A"
}
] ,
2025-09-26 03:30:55 +05:30
"title" : "# messages per shard" ,
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
} ,
{
"datasource" : "Prometheus" ,
"description" : "Lag behind master in seconds.\n\nOnly available on a standby System." ,
"fieldConfig" : {
"defaults" : {
2025-09-26 03:30:55 +05:30
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
2024-12-04 17:11:41 +05:30
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
2025-09-26 03:30:55 +05:30
"y" : 174
2024-12-04 17:11:41 +05:30
} ,
"id" : 120 ,
"interval" : "1m" ,
"options" : {
2025-09-26 03:30:55 +05:30
"alertThreshold" : true ,
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "12.1.1" ,
2024-12-04 17:11:41 +05:30
"targets" : [
{
"expr" : "max(pg_replication_lag{instance=\"$Instance\"})" ,
"instant" : false ,
"intervalFactor" : 1 ,
"legendFormat" : "lag " ,
"refId" : "A"
}
] ,
"title" : "Replication lag (Postgres)" ,
2025-09-26 03:30:55 +05:30
"type" : "timeseries"
2024-12-04 17:11:41 +05:30
}
] ,
2025-09-26 03:30:55 +05:30
"preload" : false ,
"schemaVersion" : 41 ,
2024-12-04 17:11:41 +05:30
"tags" : [ ] ,
"templating" : {
"list" : [
{
"current" : {
"text" : "postgres-exporter:9187" ,
"value" : "postgres-exporter:9187"
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"definition" : "label_values({job=\"postgres-exporter\"}, instance)" ,
"includeAll" : false ,
"name" : "Instance" ,
"options" : [ ] ,
"query" : "label_values({job=\"postgres-exporter\"}, instance)" ,
"refresh" : 1 ,
"regex" : "" ,
2025-09-26 03:30:55 +05:30
"type" : "query"
2024-12-04 17:11:41 +05:30
} ,
{
"current" : {
"text" : "All" ,
"value" : "$__all"
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"definition" : "label_values(datname)" ,
"includeAll" : true ,
"multi" : true ,
"name" : "Database" ,
"options" : [ ] ,
"query" : "label_values(datname)" ,
"refresh" : 1 ,
"regex" : "/^(?!template*|postgres).*$/" ,
"sort" : 1 ,
2025-09-26 03:30:55 +05:30
"type" : "query"
2024-12-04 17:11:41 +05:30
} ,
{
"auto" : true ,
"auto_count" : 30 ,
"auto_min" : "10s" ,
"current" : {
"text" : "10m" ,
"value" : "10m"
} ,
"name" : "Interval" ,
"options" : [
{
"selected" : false ,
"text" : "auto" ,
"value" : "$__auto_interval_Interval"
} ,
{
"selected" : false ,
"text" : "30sec" ,
"value" : "30sec"
} ,
{
"selected" : false ,
"text" : "1m" ,
"value" : "1m"
} ,
{
"selected" : true ,
"text" : "10m" ,
"value" : "10m"
} ,
{
"selected" : false ,
"text" : "30m" ,
"value" : "30m"
} ,
{
"selected" : false ,
"text" : "1h" ,
"value" : "1h"
} ,
{
"selected" : false ,
"text" : "6h" ,
"value" : "6h"
} ,
{
"selected" : false ,
"text" : "12h" ,
"value" : "12h"
} ,
{
"selected" : false ,
"text" : "1d" ,
"value" : "1d"
2022-11-21 10:07:43 +01:00
}
] ,
2024-12-04 17:11:41 +05:30
"query" : "30sec,1m,10m,30m,1h,6h,12h,1d" ,
"refresh" : 2 ,
"type" : "interval"
2022-11-21 10:07:43 +01:00
}
2024-12-04 17:11:41 +05:30
]
} ,
"time" : {
"from" : "now-30m" ,
"to" : "now"
} ,
"timepicker" : {
"refresh_intervals" : [
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
"timezone" : "browser" ,
"title" : "nwaku-monitoring" ,
"uid" : "yns_4vFVk" ,
2025-09-26 03:30:55 +05:30
"version" : 1
2024-12-04 17:11:41 +05:30
}