2021-08-19 07:57:53 +00:00
{
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-08-19 07:57:53 +00:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2022-02-08 11:22:06 +00:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2021-08-19 07:57:53 +00:00
"type" : "dashboard"
}
]
} ,
"description" : "Metrics for Waku nodes written in Nim" ,
"editable" : true ,
2022-02-08 11:22:06 +00:00
"fiscalYearStartMonth" : 0 ,
2022-11-29 15:15:55 +00:00
"graphTooltip" : 1 ,
2024-09-10 08:02:21 +00:00
"id" : 36 ,
2021-08-19 07:57:53 +00:00
"links" : [ ] ,
2022-02-08 11:22:06 +00:00
"liveNow" : false ,
2021-08-19 07:57:53 +00:00
"panels" : [
{
"collapsed" : false ,
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 56 ,
"panels" : [ ] ,
2022-11-29 15:15:55 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"refId" : "A"
}
] ,
2021-08-19 07:57:53 +00:00
"title" : "At a glance" ,
"type" : "row"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
2022-02-08 11:22:06 +00:00
"max" : 150 ,
"min" : 0 ,
2021-08-19 07:57:53 +00:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 0
} ,
{
"color" : "yellow" ,
"value" : 1
} ,
{
"color" : "green" ,
"value" : 2
2022-02-08 11:22:06 +00:00
} ,
{
"color" : "#EAB839" ,
"value" : 120
} ,
{
"color" : "red" ,
"value" : 149
2021-08-19 07:57:53 +00:00
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
2024-09-10 08:02:21 +00:00
"w" : 4 ,
2021-08-19 07:57:53 +00:00
"x" : 0 ,
"y" : 1
} ,
"id" : 52 ,
"options" : {
2022-02-08 11:22:06 +00:00
"orientation" : "auto" ,
2021-08-19 07:57:53 +00:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true ,
"text" : { }
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "9.2.5" ,
2021-08-19 07:57:53 +00:00
"targets" : [
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
2021-08-19 07:57:53 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_peers{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{fleet}}: {{datacenter}}" ,
2024-09-10 08:02:21 +00:00
"range" : true ,
2021-08-19 07:57:53 +00:00
"refId" : "A"
}
] ,
"title" : "Libp2p PubSub Peers" ,
"type" : "gauge"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "blue" ,
"value" : null
}
]
} ,
"unit" : "dateTimeAsIso"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
2024-09-10 08:02:21 +00:00
"w" : 7 ,
"x" : 4 ,
2021-08-19 07:57:53 +00:00
"y" : 1
} ,
"id" : 46 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : {
"titleSize" : 18 ,
"valueSize" : 20
} ,
2024-09-10 08:02:21 +00:00
"textMode" : "auto"
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "9.2.5" ,
2021-08-19 07:57:53 +00:00
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"exemplar" : true ,
"expr" : "process_start_time_seconds{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} * 1000" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"title" : "Node start times (UTC)" ,
"type" : "stat"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "percentage" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 8 ,
2024-09-10 08:02:21 +00:00
"x" : 11 ,
2021-08-19 07:57:53 +00:00
"y" : 1
} ,
"id" : 58 ,
"options" : {
"displayMode" : "lcd" ,
2022-11-29 15:15:55 +00:00
"minVizHeight" : 10 ,
"minVizWidth" : 0 ,
2021-08-19 07:57:53 +00:00
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showUnfilled" : true ,
2024-09-10 08:02:21 +00:00
"text" : { }
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "9.2.5" ,
2021-08-19 07:57:53 +00:00
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"exemplar" : true ,
"expr" : "avg by (instance)(netdata_cpu_cpu_percentage_average{dimension=\"user\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"title" : "CPU Usage" ,
"type" : "bargauge"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
"displayMode" : "auto" ,
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "source"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 122
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 181
}
]
}
]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 5 ,
"x" : 19 ,
"y" : 1
} ,
"id" : 85 ,
"options" : {
"footer" : {
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"showHeader" : true ,
"sortBy" : [ ]
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "waku_version{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "__auto" ,
"range" : false ,
"refId" : "A"
}
] ,
"title" : "Version" ,
"transformations" : [
{
"id" : "filterFieldsByName" ,
"options" : {
"include" : {
"names" : [
"version" ,
"source" ,
"Time"
]
}
}
}
] ,
"type" : "table"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
2022-02-08 11:22:06 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-02-08 11:22:06 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 0 ,
2022-02-08 11:22:06 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2024-09-10 08:02:21 +00:00
"showPoints" : "auto" ,
2022-09-20 09:01:54 +00:00
"spanNulls" : false ,
2022-02-08 11:22:06 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
}
2021-08-19 07:57:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 11
} ,
2024-09-10 08:02:21 +00:00
"id" : 81 ,
2021-08-19 07:57:53 +00:00
"options" : {
2022-02-08 11:22:06 +00:00
"legend" : {
2022-09-20 09:01:54 +00:00
"calcs" : [ ] ,
2022-02-08 11:22:06 +00:00
"displayMode" : "list" ,
2022-11-29 15:15:55 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-02-08 11:22:06 +00:00
} ,
"tooltip" : {
2022-09-20 09:01:54 +00:00
"mode" : "single" ,
"sort" : "none"
2022-02-08 11:22:06 +00:00
}
2021-08-19 07:57:53 +00:00
} ,
"targets" : [
{
2022-02-08 11:22:06 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2022-11-29 15:15:55 +00:00
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"expr" : "libp2p_autonat_reachability_confidence{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", reachability=\"Reachable\"}" ,
"legendFormat" : "{{instance}}:{{reachability}}" ,
2022-11-29 15:15:55 +00:00
"range" : true ,
2021-08-19 07:57:53 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Node is Reachable (Experimental)" ,
2022-02-08 11:22:06 +00:00
"type" : "timeseries"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2022-02-08 11:22:06 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-02-08 11:22:06 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 0 ,
2022-02-08 11:22:06 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2024-09-10 08:02:21 +00:00
"showPoints" : "auto" ,
2022-02-08 11:22:06 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
}
2022-02-08 11:22:06 +00:00
} ,
2022-09-20 09:01:54 +00:00
"overrides" : [ ]
2021-08-19 07:57:53 +00:00
} ,
2022-02-08 11:22:06 +00:00
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 11
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 82 ,
2022-02-08 11:22:06 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-11-29 15:15:55 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-02-08 11:22:06 +00:00
} ,
"tooltip" : {
2022-09-20 09:01:54 +00:00
"mode" : "single" ,
"sort" : "none"
2022-02-08 11:22:06 +00:00
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2022-11-29 15:15:55 +00:00
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"expr" : "libp2p_autonat_reachability_confidence{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", reachability=\"NotReachable\"}" ,
"legendFormat" : "{{instance}}:{{reachability}}" ,
2022-11-29 15:15:55 +00:00
"range" : true ,
2022-02-08 11:22:06 +00:00
"refId" : "A"
2021-08-19 07:57:53 +00:00
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Node is NotReachable (Experimental)" ,
2022-02-08 11:22:06 +00:00
"type" : "timeseries"
} ,
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
2024-08-21 15:10:29 +00:00
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 10 ,
2024-08-21 15:10:29 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2024-09-10 08:02:21 +00:00
"showPoints" : "never" ,
2024-08-21 15:10:29 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2024-09-10 08:02:21 +00:00
"links" : [ ] ,
2024-08-21 15:10:29 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binBps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 9 ,
2024-08-21 15:10:29 +00:00
"w" : 12 ,
"x" : 0 ,
"y" : 20
} ,
2024-09-10 08:02:21 +00:00
"id" : 78 ,
"interval" : "15s" ,
"maxDataPoints" : 1000 ,
2024-08-21 15:10:29 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "8.3.1" ,
2024-08-21 15:10:29 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
2024-08-21 15:10:29 +00:00
} ,
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"exemplar" : true ,
"expr" : "rate(libp2p_network_bytes_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", direction=\"in\"}[$__rate_interval])" ,
"interval" : "" ,
"legendFormat" : "{{instance}}:{{direction}}" ,
2024-08-21 15:10:29 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Inbound Traffic" ,
2024-08-21 15:10:29 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
2024-08-21 15:10:29 +00:00
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 10 ,
2024-08-21 15:10:29 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2024-09-10 08:02:21 +00:00
"showPoints" : "never" ,
2024-08-21 15:10:29 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2024-09-10 08:02:21 +00:00
"links" : [ ] ,
2024-08-21 15:10:29 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binBps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 9 ,
2024-08-21 15:10:29 +00:00
"w" : 12 ,
"x" : 12 ,
"y" : 20
} ,
2024-09-10 08:02:21 +00:00
"id" : 79 ,
2024-08-21 15:10:29 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "8.3.1" ,
2024-08-21 15:10:29 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
2024-08-21 15:10:29 +00:00
} ,
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"exemplar" : true ,
"expr" : "rate(libp2p_network_bytes_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", direction=\"out\"}[$__rate_interval])" ,
"interval" : "" ,
"legendFormat" : "{{instance}}:{{direction}}" ,
2024-08-21 15:10:29 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Outbound Traffic" ,
2024-08-21 15:10:29 +00:00
"type" : "timeseries"
} ,
2022-02-08 11:22:06 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
2022-02-08 11:22:06 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-02-08 11:22:06 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 0 ,
2022-02-08 11:22:06 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2024-09-10 08:02:21 +00:00
"showPoints" : "auto" ,
2022-02-08 11:22:06 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2022-02-08 11:22:06 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"unit" : "binBps"
2022-02-08 11:22:06 +00:00
} ,
2024-09-20 11:23:53 +00:00
"overrides" : [ ]
2022-02-08 11:22:06 +00:00
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 10 ,
2022-02-08 11:22:06 +00:00
"w" : 12 ,
"x" : 0 ,
2024-09-10 08:02:21 +00:00
"y" : 29
2022-02-08 11:22:06 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 124 ,
2022-02-08 11:22:06 +00:00
"options" : {
"legend" : {
2024-09-10 08:02:21 +00:00
"calcs" : [
"mean"
] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
2022-02-08 11:22:06 +00:00
} ,
"tooltip" : {
2024-09-10 08:02:21 +00:00
"mode" : "multi" ,
2022-09-20 09:01:54 +00:00
"sort" : "none"
2022-02-08 11:22:06 +00:00
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "PBFA97CFB590B2093"
2022-02-08 11:22:06 +00:00
} ,
2022-11-29 15:15:55 +00:00
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"exemplar" : false ,
"expr" : "avg by(topic, type)(rate(waku_relay_network_bytes_total{direction=\"in\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval]))" ,
"instant" : false ,
"legendFormat" : "{{topic}} - {{type}}" ,
2022-11-29 15:15:55 +00:00
"range" : true ,
2022-02-08 11:22:06 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Relay traffic per shard (in) - average of all peers" ,
2022-02-08 11:22:06 +00:00
"type" : "timeseries"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"description" : "" ,
2022-02-08 11:22:06 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-02-08 11:22:06 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 0 ,
2022-02-08 11:22:06 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2022-02-08 11:22:06 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
} ,
"unit" : "binBps"
2022-02-08 11:22:06 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 10 ,
2022-02-08 11:22:06 +00:00
"w" : 12 ,
"x" : 12 ,
2024-09-10 08:02:21 +00:00
"y" : 29
2022-02-08 11:22:06 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 126 ,
2022-02-08 11:22:06 +00:00
"options" : {
"legend" : {
2024-09-10 08:02:21 +00:00
"calcs" : [
"mean"
] ,
"displayMode" : "table" ,
"placement" : "right" ,
2022-11-29 15:15:55 +00:00
"showLegend" : true
2022-02-08 11:22:06 +00:00
} ,
"tooltip" : {
2024-09-10 08:02:21 +00:00
"mode" : "multi" ,
2022-09-20 09:01:54 +00:00
"sort" : "none"
2022-02-08 11:22:06 +00:00
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "PBFA97CFB590B2093"
2022-02-08 11:22:06 +00:00
} ,
2022-11-29 15:15:55 +00:00
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"expr" : "avg by(topic, type)(rate(waku_relay_network_bytes_total{direction=\"out\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval]))" ,
"legendFormat" : "{{topic}}" ,
2022-11-29 15:15:55 +00:00
"range" : true ,
2022-02-08 11:22:06 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Relay traffic per shard (out) - average of all peers" ,
2022-02-08 11:22:06 +00:00
"type" : "timeseries"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2024-09-10 08:02:21 +00:00
"description" : "" ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-08-19 07:57:53 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 10 ,
2021-08-19 07:57:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2024-09-10 08:02:21 +00:00
"showPoints" : "never" ,
2021-08-19 07:57:53 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2024-09-10 08:02:21 +00:00
"links" : [ ] ,
2021-08-19 07:57:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2021-08-19 07:57:53 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
} ,
"unit" : "short"
2021-08-19 07:57:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 9 ,
2021-08-19 07:57:53 +00:00
"w" : 12 ,
2022-02-08 11:22:06 +00:00
"x" : 0 ,
2024-09-10 08:02:21 +00:00
"y" : 39
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 11 ,
2021-08-19 07:57:53 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-11-29 15:15:55 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
"tooltip" : {
2024-09-10 08:02:21 +00:00
"mode" : "multi" ,
2022-09-20 09:01:54 +00:00
"sort" : "none"
2021-08-19 07:57:53 +00:00
}
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "8.3.1" ,
2021-08-19 07:57:53 +00:00
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
2021-08-19 07:57:53 +00:00
"exemplar" : true ,
2024-09-10 08:02:21 +00:00
"expr" : "(increase(waku_node_messages_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[1m]))" ,
2021-08-19 07:57:53 +00:00
"interval" : "" ,
2024-09-10 08:02:21 +00:00
"legendFormat" : "{{type}}: {{instance}}" ,
"range" : true ,
2021-08-19 07:57:53 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Messages (1m rate)" ,
2021-08-19 07:57:53 +00:00
"type" : "timeseries"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-08-19 07:57:53 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 4 ,
2021-08-19 07:57:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-09-10 08:02:21 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
2021-08-19 07:57:53 +00:00
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2021-08-19 07:57:53 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 9 ,
2021-08-19 07:57:53 +00:00
"w" : 12 ,
2022-02-08 11:22:06 +00:00
"x" : 12 ,
2024-09-10 08:02:21 +00:00
"y" : 39
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 54 ,
2021-08-19 07:57:53 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
2024-09-10 08:02:21 +00:00
"displayMode" : "list" ,
"placement" : "bottom" ,
2022-11-29 15:15:55 +00:00
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
"tooltip" : {
2022-11-29 15:15:55 +00:00
"mode" : "multi" ,
2024-09-10 08:02:21 +00:00
"sort" : "none"
2021-08-19 07:57:53 +00:00
}
} ,
"targets" : [
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2022-11-29 15:15:55 +00:00
"editorMode" : "code" ,
2024-09-10 08:02:21 +00:00
"exemplar" : false ,
"expr" : "libp2p_pubsub_peers{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
2021-08-19 07:57:53 +00:00
"interval" : "" ,
2024-09-10 08:02:21 +00:00
"legendFormat" : "peer {{instance}}" ,
2022-11-29 15:15:55 +00:00
"range" : true ,
2021-08-19 07:57:53 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Connected Peers" ,
2021-08-19 07:57:53 +00:00
"type" : "timeseries"
} ,
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 15:15:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-08-19 07:57:53 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2021-08-19 07:57:53 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 8 ,
2021-08-19 07:57:53 +00:00
"w" : 12 ,
2022-02-08 11:22:06 +00:00
"x" : 0 ,
2024-09-10 08:02:21 +00:00
"y" : 48
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 66 ,
2021-08-19 07:57:53 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-11-29 15:15:55 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
"tooltip" : {
2022-09-20 09:01:54 +00:00
"mode" : "single" ,
"sort" : "none"
2021-08-19 07:57:53 +00:00
}
} ,
"targets" : [
{
2022-02-08 11:22:06 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2021-08-19 07:57:53 +00:00
"exemplar" : true ,
2024-09-10 08:02:21 +00:00
"expr" : "count(count by (contentTopic)(waku_node_messages_total))" ,
2021-08-19 07:57:53 +00:00
"interval" : "" ,
2024-09-10 08:02:21 +00:00
"legendFormat" : "content topics" ,
2021-08-19 07:57:53 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Total Content Topics" ,
2021-08-19 07:57:53 +00:00
"type" : "timeseries"
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2022-02-08 11:22:06 +00:00
"fieldConfig" : {
"defaults" : {
2022-11-29 15:15:55 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 9 ,
2022-11-29 15:15:55 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2022-11-29 15:15:55 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 9 ,
2022-11-29 15:15:55 +00:00
"w" : 12 ,
"x" : 12 ,
2024-09-10 08:02:21 +00:00
"y" : 48
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 122 ,
2022-11-29 15:15:55 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "sum by (type)(increase(waku_peers_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval]))" ,
2022-11-29 15:15:55 +00:00
"interval" : "" ,
2024-09-10 08:02:21 +00:00
"legendFormat" : "peer {{type}}" ,
"range" : true ,
2022-11-29 15:15:55 +00:00
"refId" : "A"
2024-09-10 08:02:21 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "sum by (type)(increase(waku_store_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval]))" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "store {{type}}" ,
"range" : true ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "sum by (type)(increase(waku_node_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval]))" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "node {{type}}" ,
"range" : true ,
"refId" : "C"
2022-11-29 15:15:55 +00:00
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Waku Errors" ,
2022-11-29 15:15:55 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2024-09-10 08:02:21 +00:00
"fillOpacity" : 5 ,
2022-11-29 15:15:55 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-09-10 08:02:21 +00:00
"lineInterpolation" : "stepBefore" ,
"lineStyle" : {
"fill" : "solid"
} ,
"lineWidth" : 2 ,
2022-11-29 15:15:55 +00:00
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-21 15:10:29 +00:00
"color" : "green" ,
"value" : null
2022-11-29 15:15:55 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 8 ,
2022-11-29 15:15:55 +00:00
"w" : 12 ,
2024-09-10 08:02:21 +00:00
"x" : 12 ,
"y" : 57
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 68 ,
2022-11-29 15:15:55 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
2024-09-10 08:02:21 +00:00
"displayMode" : "table" ,
"placement" : "right" ,
2022-11-29 15:15:55 +00:00
"showLegend" : true
} ,
"tooltip" : {
2024-09-10 08:02:21 +00:00
"mode" : "multi" ,
"sort" : "desc"
2022-11-29 15:15:55 +00:00
}
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "9.2.5" ,
2022-11-29 15:15:55 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
2022-11-29 15:15:55 +00:00
"exemplar" : true ,
2024-09-10 08:02:21 +00:00
"expr" : "waku_version{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
2022-11-29 15:15:55 +00:00
"interval" : "" ,
2024-09-10 08:02:21 +00:00
"legendFormat" : "{{instance}}:{{version}}" ,
"range" : true ,
2022-11-29 15:15:55 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Waku version" ,
2022-11-29 15:15:55 +00:00
"type" : "timeseries"
} ,
{
2024-09-25 09:56:47 +00:00
"collapsed" : false ,
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 65
2022-02-08 11:22:06 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 17 ,
2024-09-25 09:56:47 +00:00
"panels" : [ ] ,
"targets" : [
2022-02-08 11:22:06 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"refId" : "A"
}
] ,
"title" : "General" ,
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 66
} ,
"id" : 48 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "waku_node_filters{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"title" : "Waku Node Filters" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 66
} ,
"id" : 50 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "waku_node_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{type}}: {{instance}}" ,
"refId" : "A"
}
] ,
"title" : "Waku Node Errors" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 72
} ,
"id" : 60 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2022-02-08 11:22:06 +00:00
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_topics {instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "Topics: {{instance}}" ,
"refId" : "A"
2022-02-08 11:22:06 +00:00
} ,
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_subscriptions_total {instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Subscriptions: {{instance}}" ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-11-29 15:15:55 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_unsubscriptions_total {instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Unsubscriptions: {{instance}}" ,
"refId" : "C"
}
] ,
"title" : "Pubsub Topics" ,
"type" : "timeseries"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 5 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 72
} ,
"hiddenSeries" : false ,
"id" : 8 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-11-29 15:15:55 +00:00
} ,
2024-09-25 09:56:47 +00:00
"expr" : "sum by (instance)(libp2p_pubsub_peers{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "LibP2P PubSub Peers" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:1232" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:1233" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 5 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 78
} ,
"hiddenSeries" : false ,
"id" : 2 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-11-29 15:15:55 +00:00
} ,
2024-09-25 09:56:47 +00:00
"expr" : "sum by (instance)(libp2p_peers{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "LibP2P Peers" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:1306" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:1307" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 3 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineStyle" : {
"fill" : "solid"
} ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 78
} ,
"id" : 83 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "waku_peer_store_size{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Peer Store Size" ,
"type" : "timeseries"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 84
} ,
"hiddenSeries" : false ,
"id" : 3 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"expr" : "sum by (type)(libp2p_open_streams{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{type}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "LibP2P Open Streams" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:115" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:116" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 84
} ,
"hiddenSeries" : false ,
"id" : 9 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_validation_success_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "success {{instance}}" ,
"refId" : "A"
2024-09-10 08:02:21 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_validation_failure_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "failure {{instance}}" ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_pubsub_validation_ignore_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "ignore {{instance}}" ,
"refId" : "C"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "LibP2P Validations" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:189" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:190" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 90
} ,
"hiddenSeries" : false ,
"id" : 6 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"expr" : "sum by (instance)(process_open_fds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Open File Descriptors" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:511" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:512" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 90
} ,
"hiddenSeries" : false ,
"id" : 7 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
2024-09-10 08:02:21 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_total_dial_attempts_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"format" : "time_series" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Attempts: {{instance}}" ,
"refId" : "A"
2024-09-10 08:02:21 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_failed_dials_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Failed: {{instance}}" ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "libp2p_successful_dials_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Successful: {{instance}}" ,
"refId" : "C"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "LibP2P Dials" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:189" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:190" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 4 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"unit" : "decbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 96
} ,
"id" : 44 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "nim_gc_mem_bytes{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "Nim total memory: {{instance}}" ,
"refId" : "A"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "nim_gc_mem_occupied_bytes{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Nim occupied memory: {{instance}}" ,
"refId" : "B"
2021-08-19 07:57:53 +00:00
} ,
{
2024-09-10 08:02:21 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "nim_gc_heap_instance_occupied_summed_bytes{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Nim total heap: {{instance}}" ,
"refId" : "C"
}
] ,
"title" : "Nim Memory Usage" ,
"type" : "timeseries"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ] ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 96
} ,
"hiddenSeries" : false ,
"id" : 10 ,
"legend" : {
"alignAsTable" : false ,
"avg" : false ,
"current" : false ,
"max" : true ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "avg by (instance)(netdata_cpu_cpu_percentage_average{dimension=\"user\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "CPU Usage" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:189" ,
"format" : "percent" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:190" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 102
} ,
"id" : 64 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-02-08 11:22:06 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "nim_gc_heap_instance_occupied_bytes{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{instance}} {{type_name}}" ,
"refId" : "A"
}
] ,
"title" : "Heap allocation" ,
"type" : "timeseries"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 104
} ,
"hiddenSeries" : false ,
"id" : 4 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"expr" : "sum by (instance)(process_virtual_memory_bytes{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Virtual Memory" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:263" ,
"format" : "decbytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:264" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 110
} ,
"hiddenSeries" : false ,
"id" : 5 ,
"legend" : {
"alignAsTable" : false ,
"avg" : true ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"expr" : "sum by (instance)(process_resident_memory_bytes{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Resident Memory" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:437" ,
"format" : "decbytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:438" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 116
} ,
"id" : 111 ,
"panels" : [ ] ,
"title" : "RLN" ,
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
}
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 8 ,
"x" : 0 ,
"y" : 117
} ,
"id" : 113 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2022-02-08 11:22:06 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "changes(waku_rln_proof_generation_duration_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[1m])" ,
"hide" : false ,
"legendFormat" : "Proofs generated: {{instance}}" ,
"range" : true ,
"refId" : "B"
}
] ,
"title" : "RLN proofs generated (1m rate)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 8 ,
"x" : 8 ,
"y" : 117
} ,
"id" : 115 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"expr" : "waku_rln_invalid_messages_total_total{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"legendFormat" : "{{type}} : {{instance}}" ,
"range" : true ,
"refId" : "A"
2022-02-08 11:22:06 +00:00
} ,
2021-08-19 07:57:53 +00:00
{
2022-02-08 11:22:06 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "waku_rln_spam_messages_total_total{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"hide" : false ,
"legendFormat" : "spam : {{instance}}" ,
"range" : true ,
"refId" : "C"
}
] ,
"title" : "RLN message counter" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
}
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 8 ,
"x" : 16 ,
"y" : 117
} ,
"id" : 117 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "waku_rln_proof_verification_total_total{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "RLN proofs verified" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "points" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"unit" : "s"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 125
} ,
"id" : 119 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "waku_rln_proof_generation_duration_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "RLN proof generation duration (seconds)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "points" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 125
} ,
"id" : 121 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
2021-08-19 07:57:53 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
2021-08-19 07:57:53 +00:00
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "waku_rln_proof_verification_duration_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
2021-08-19 07:57:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "RLN proof verification duration (seconds)" ,
"type" : "timeseries"
2021-08-19 07:57:53 +00:00
} ,
{
2024-09-25 09:56:47 +00:00
"collapsed" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 133
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 34 ,
"panels" : [ ] ,
"targets" : [
2022-09-20 09:01:54 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-25 09:56:47 +00:00
"refId" : "A"
}
] ,
"title" : "Store/Archive" ,
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-08-21 15:10:29 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 134
} ,
"id" : 36 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2022-11-29 15:15:55 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "waku_store_peers{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"title" : "Waku Store Peers" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2022-11-29 15:15:55 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 2 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-08-21 15:10:29 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 134
} ,
"id" : 38 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"targets" : [
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "waku_store_messages{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "{{type}}: {{instance}}" ,
"range" : true ,
"refId" : "A"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2022-11-29 15:15:55 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "waku_archive_messages{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"hide" : false ,
"legendFormat" : "{{type}}: {{instance}}" ,
"range" : true ,
"refId" : "B"
}
] ,
"title" : "Waku Archive Messages" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 3 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2021-08-19 07:57:53 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 0 ,
"y" : 140
} ,
"id" : 62 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "increase(waku_store_queries{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[1m])" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Waku Store Queries (1m rate)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2022-02-08 11:22:06 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 12 ,
"x" : 12 ,
"y" : 140
} ,
"id" : 40 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2022-02-08 11:22:06 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-02-08 11:22:06 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "sum by (type)(increase(waku_archive_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[1m]))" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "{{type}}" ,
"range" : true ,
"refId" : "A"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "sum by (type)(increase(waku_store_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[1m]))" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "{{type}}" ,
"range" : true ,
"refId" : "B"
2022-02-08 11:22:06 +00:00
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Archive Errors (1m rate)" ,
"type" : "timeseries"
2022-02-08 11:22:06 +00:00
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "points" ,
"fillOpacity" : 3 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 2 ,
"pointSize" : 10 ,
"scaleDistribution" : {
"log" : 10 ,
"type" : "log"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"decimals" : 1 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "s"
} ,
"overrides" : [
{
"__systemRef" : "hideSeriesFrom" ,
"matcher" : {
"id" : "byNames" ,
"options" : {
"mode" : "exclude" ,
"names" : [
"query_tag_ANALYZEmessages"
] ,
"prefix" : "All except:" ,
"readOnly" : true
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : false ,
"tooltip" : false ,
"viz" : true
}
}
]
}
]
} ,
2024-09-10 08:02:21 +00:00
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 11 ,
"w" : 12 ,
2024-09-10 08:02:21 +00:00
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 146
} ,
"id" : 144 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"max" ,
"min" ,
"stdDev"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"targets" : [
2024-09-10 08:02:21 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "query_time_secs{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", phase=\"sendQuery\"} and deriv(query_time_secs{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", phase=\"sendQuery\"}[1m]) != 0" ,
"interval" : "" ,
"legendFormat" : "{{query}}" ,
"range" : true ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Time Send Query To DB (sec)" ,
"type" : "timeseries"
2024-09-20 11:23:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "Shows the time spent while waiting for feedback from the database. That time includes the database query time plus the time spent waiting for the response from the database." ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "points" ,
"fillOpacity" : 3 ,
2024-09-20 11:23:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2021-08-19 07:57:53 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 2 ,
"pointSize" : 10 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"log" : 10 ,
"type" : "log"
2024-09-20 11:23:53 +00:00
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2021-08-19 07:57:53 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "s"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 11 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 12 ,
"y" : 146
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 145 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"mean" ,
"max" ,
"min" ,
"stdDev"
] ,
"displayMode" : "table" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
2021-08-19 07:57:53 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
2024-09-20 11:23:53 +00:00
"exemplar" : true ,
2024-09-25 09:56:47 +00:00
"expr" : "query_time_secs{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", phase=\"waitFinish\"} and deriv(query_time_secs{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", phase=\"waitFinish\"}[45s]) != 0" ,
"hide" : false ,
2024-09-20 11:23:53 +00:00
"interval" : "" ,
2024-09-25 09:56:47 +00:00
"legendFormat" : "{{query}}" ,
"range" : true ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Wait Queries To Finish (sec)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "points" ,
"fillOpacity" : 3 ,
2024-09-20 11:23:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 2 ,
"pointSize" : 10 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"log" : 10 ,
"type" : "log"
2024-09-20 11:23:53 +00:00
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "s"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 0 ,
"y" : 157
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 146 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"mean" ,
"max" ,
"min" ,
"stdDev"
] ,
"displayMode" : "table" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
2024-09-25 09:56:47 +00:00
"mode" : "single" ,
2024-09-20 11:23:53 +00:00
"sort" : "none"
}
} ,
"targets" : [
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
2024-09-25 09:56:47 +00:00
"expr" : "waku_legacy_store_time_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"} and deriv(waku_legacy_store_time_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[45s]) != 0" ,
2024-09-20 11:23:53 +00:00
"interval" : "" ,
2024-09-25 09:56:47 +00:00
"legendFormat" : "{{phase}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store V2 Times (sec)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "points" ,
2024-09-20 11:23:53 +00:00
"fillOpacity" : 3 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 2 ,
"pointSize" : 10 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"log" : 10 ,
"type" : "log"
2024-09-20 11:23:53 +00:00
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2022-11-29 15:15:55 +00:00
}
2022-09-20 09:01:54 +00:00
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "s"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 12 ,
"y" : 157
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 148 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"mean" ,
"max" ,
"min" ,
"stdDev"
] ,
"displayMode" : "table" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
2024-09-25 09:56:47 +00:00
"expr" : "waku_store_time_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"} and deriv(waku_store_time_seconds{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[45s]) != 0" ,
2024-09-20 11:23:53 +00:00
"interval" : "" ,
2024-09-25 09:56:47 +00:00
"legendFormat" : "{{phase}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store V3 Times (sec)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "points" ,
"fillOpacity" : 3 ,
2024-09-20 11:23:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 2 ,
"pointSize" : 8 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "none"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 0 ,
"y" : 165
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 149 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"max"
] ,
"displayMode" : "table" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-09-20 09:01:54 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-29 15:15:55 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(query_count_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", query!=\"InsertRow\"}[1m]) and rate(query_count_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", query!=\"InsertRowMessagesLookup\"}[1m]) " ,
2024-09-20 11:23:53 +00:00
"interval" : "" ,
2024-09-25 09:56:47 +00:00
"legendFormat" : "{{query}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Not-Insert Queries Rate (query/sec)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "points" ,
"fillOpacity" : 3 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 2 ,
2024-09-25 09:56:47 +00:00
"pointSize" : 8 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"type" : "linear"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"unit" : "none"
2024-09-20 11:23:53 +00:00
} ,
2024-09-20 15:43:56 +00:00
"overrides" : [
{
"__systemRef" : "hideSeriesFrom" ,
"matcher" : {
"id" : "byNames" ,
"options" : {
"mode" : "exclude" ,
"names" : [
2024-09-25 09:56:47 +00:00
"InsertRow"
2024-09-20 15:43:56 +00:00
] ,
"prefix" : "All except:" ,
"readOnly" : true
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : false ,
"tooltip" : false ,
"viz" : true
}
}
]
}
]
2024-09-20 11:23:53 +00:00
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 12 ,
"y" : 165
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 147 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
2024-09-25 09:56:47 +00:00
"max"
2024-09-20 11:23:53 +00:00
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(query_count_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\", query=\"InsertRow\"}[5m])" ,
2024-09-20 11:23:53 +00:00
"interval" : "" ,
"legendFormat" : "{{query}}" ,
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Insert Queries Rate (insert/sec)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
2024-09-25 09:56:47 +00:00
"cards" : { } ,
"color" : {
"cardColor" : "#b4ff00" ,
"colorScale" : "sqrt" ,
"colorScheme" : "interpolateRdYlGn" ,
"exponent" : 0.5 ,
"mode" : "spectrum"
} ,
"dataFormat" : "tsbuckets" ,
2024-09-20 11:23:53 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"type" : "linear"
2024-09-10 08:02:21 +00:00
}
2024-09-25 09:56:47 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 7 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 0 ,
"y" : 173
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"heatmap" : { } ,
"hideZeroBuckets" : true ,
"highlightCards" : true ,
"id" : 77 ,
"legend" : {
"show" : false
} ,
"maxDataPoints" : 60 ,
2024-09-20 11:23:53 +00:00
"options" : {
2024-09-25 09:56:47 +00:00
"calculate" : false ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
"color" : {
"exponent" : 0.5 ,
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Turbo" ,
"steps" : 128
} ,
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
} ,
"filterValues" : {
"le" : 1e-9
} ,
2024-09-20 11:23:53 +00:00
"legend" : {
2024-09-25 09:56:47 +00:00
"show" : false
} ,
"rowsFrame" : {
"layout" : "auto"
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
"showValue" : "never" ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
2024-09-25 09:56:47 +00:00
"show" : true ,
"yHistogram" : true
} ,
"yAxis" : {
"axisPlacement" : "left" ,
"decimals" : 0 ,
"reverse" : false ,
"unit" : "s"
2024-09-20 11:23:53 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"pluginVersion" : "9.2.5" ,
"reverseYBuckets" : false ,
2024-09-20 11:23:53 +00:00
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "sum(increase(waku_archive_query_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
2024-09-20 15:43:56 +00:00
"hide" : false ,
2024-09-25 09:56:47 +00:00
"legendFormat" : "{{le}}" ,
"range" : true ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"expr" : "sum(increase(waku_store_query_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
"hide" : true ,
"legendFormat" : "{{le}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Archive Query Duration" ,
"tooltip" : {
"show" : true ,
"showHistogram" : true
} ,
"type" : "heatmap" ,
"xAxis" : {
"show" : true
} ,
"yAxis" : {
"decimals" : 0 ,
"format" : "s" ,
"logBase" : 1 ,
"show" : true
} ,
"yBucketBound" : "auto"
2024-09-20 11:23:53 +00:00
} ,
{
2024-09-25 09:56:47 +00:00
"cards" : { } ,
"color" : {
"cardColor" : "#b4ff00" ,
"colorScale" : "sqrt" ,
"colorScheme" : "interpolateRdYlGn" ,
"exponent" : 0.5 ,
"mode" : "spectrum"
} ,
"dataFormat" : "tsbuckets" ,
2024-09-20 11:23:53 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"type" : "linear"
2022-09-20 09:01:54 +00:00
}
2024-09-25 09:56:47 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 7 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 12 ,
"y" : 173
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"heatmap" : { } ,
"hideZeroBuckets" : true ,
"highlightCards" : true ,
"id" : 75 ,
"legend" : {
"show" : false
} ,
"maxDataPoints" : 60 ,
2024-09-20 11:23:53 +00:00
"options" : {
2024-09-25 09:56:47 +00:00
"calculate" : false ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
"color" : {
"exponent" : 0.5 ,
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Turbo" ,
"steps" : 128
} ,
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
} ,
"filterValues" : {
"le" : 1e-9
} ,
2024-09-20 11:23:53 +00:00
"legend" : {
2024-09-25 09:56:47 +00:00
"show" : false
2021-08-19 07:57:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"rowsFrame" : {
"layout" : "auto"
} ,
"showValue" : "never" ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
2024-09-25 09:56:47 +00:00
"show" : true ,
"yHistogram" : true
} ,
"yAxis" : {
"axisPlacement" : "left" ,
"decimals" : 0 ,
"reverse" : false ,
"unit" : "s"
2024-09-20 11:23:53 +00:00
}
} ,
2024-09-25 09:56:47 +00:00
"pluginVersion" : "9.2.5" ,
"reverseYBuckets" : false ,
2024-09-20 11:23:53 +00:00
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
2022-09-20 09:01:54 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
"exemplar" : true ,
2024-09-25 09:56:47 +00:00
"expr" : "sum(increase(waku_archive_insert_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
"hide" : false ,
"instant" : false ,
2024-09-20 11:23:53 +00:00
"interval" : "" ,
2024-09-25 09:56:47 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "{{le}}" ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "sum(increase(waku_store_insert_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
"hide" : true ,
"instant" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{le}}" ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
2024-09-25 09:56:47 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "sum(increase(waku_legacy_archive_insert_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
"hide" : false ,
"instant" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{le}}" ,
"refId" : "C"
2024-09-20 11:23:53 +00:00
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Archive Insert Duration" ,
"tooltip" : {
"show" : true ,
"showHistogram" : true
} ,
"type" : "heatmap" ,
"xAxis" : {
"show" : true
} ,
"yAxis" : {
"decimals" : 0 ,
"format" : "s" ,
"logBase" : 1 ,
"show" : true
} ,
"yBucketBound" : "auto"
2024-09-20 11:23:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
2024-09-20 11:23:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
2024-09-25 09:56:47 +00:00
"type" : "linear"
2024-09-20 11:23:53 +00:00
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2022-09-20 09:01:54 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-25 09:56:47 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2024-09-20 11:23:53 +00:00
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "binBps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 13 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 0 ,
"y" : 180
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 142 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
2024-09-25 09:56:47 +00:00
"mean"
2024-09-10 08:02:21 +00:00
] ,
2024-09-20 11:23:53 +00:00
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true
2021-08-19 07:57:53 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_network_bytes_total{service=~\"/vac/waku/store/2.*\", direction=\"in\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store v2 protocol traffic (in)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
2024-09-20 11:23:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-25 09:56:47 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2024-09-20 11:23:53 +00:00
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "binBps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 13 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 12 ,
"y" : 180
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 130 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
2024-09-25 09:56:47 +00:00
"max" ,
"mean"
2024-09-20 11:23:53 +00:00
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2024-09-20 11:23:53 +00:00
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_network_bytes_total{service=\"/vac/waku/store-query/3.0.0\", direction=\"in\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store v3 protocol traffic (in)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-09-25 09:56:47 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
2024-09-20 11:23:53 +00:00
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
2024-09-25 09:56:47 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-25 09:56:47 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
2024-09-25 09:56:47 +00:00
"color" : "red" ,
"value" : 80
2024-09-20 11:23:53 +00:00
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "binBps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 13 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 193
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 132 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : false
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2024-09-20 11:23:53 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2024-09-20 11:23:53 +00:00
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_network_bytes_total{service=~\"/vac/waku/store/2.*\", direction=\"out\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store v2 protocol traffic (out)" ,
"type" : "timeseries"
2024-09-20 11:23:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
2024-09-25 09:56:47 +00:00
"color" : {
"mode" : "palette-classic"
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
2024-09-25 09:56:47 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
2024-09-20 11:23:53 +00:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-09-25 09:56:47 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
2024-09-20 11:23:53 +00:00
"scaleDistribution" : {
"type" : "linear"
2024-09-25 09:56:47 +00:00
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-20 11:23:53 +00:00
}
2024-09-25 09:56:47 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binBps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 13 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 193
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 143 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
2024-09-25 09:56:47 +00:00
"mode" : "single" ,
"sort" : "none"
2024-09-20 11:23:53 +00:00
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2024-09-20 11:23:53 +00:00
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_network_bytes_total{service=\"/vac/waku/store-query/3.0.0\", direction=\"out\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store v3 protocol traffic (out)" ,
"type" : "timeseries"
2024-09-20 11:23:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "reqps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 13 ,
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 206
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 128 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_requests_total{service =~\"/vac/waku/store/2.*\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}} - {{state}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store v2 query request rates" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "reqps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 13 ,
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 206
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 141 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_requests_total{service =~\"/vac/waku/store-query/3.*\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}} - {{state}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Store v3 query request rates" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
2024-09-25 09:56:47 +00:00
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 219
} ,
"id" : 87 ,
"panels" : [ ] ,
"title" : "Filter" ,
"type" : "row"
} ,
2024-09-20 11:23:53 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-25 09:56:47 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
"w" : 8 ,
2024-09-20 11:23:53 +00:00
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 220
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 93 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "P6693426190CB2316"
2024-09-20 11:23:53 +00:00
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_filter_requests{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{type}} : {{instance}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Filter Requests" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-25 09:56:47 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
"w" : 8 ,
"x" : 8 ,
"y" : 220
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 89 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [ ] ,
"displayMode" : "list" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "P6693426190CB2316"
2024-09-20 11:23:53 +00:00
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "waku_filter_subscriptions{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
2024-09-20 11:23:53 +00:00
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Filter Subscriptions" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-25 09:56:47 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 8 ,
"w" : 8 ,
"x" : 16 ,
"y" : 220
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 91 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [ ] ,
2024-09-20 11:23:53 +00:00
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "P6693426190CB2316"
2024-09-20 11:23:53 +00:00
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_filter_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{type}} : {{instance}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Filter Errors" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
2024-09-25 09:56:47 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"scaleDistribution" : {
"type" : "linear"
}
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 228
} ,
"id" : 95 ,
"options" : {
"calculate" : false ,
"cellGap" : 2 ,
"color" : {
"exponent" : 0.5 ,
"fill" : "dark-orange" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "RdYlGn" ,
"steps" : 128
} ,
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
} ,
"filterValues" : {
"le" : 1e-9
} ,
"legend" : {
"show" : false
} ,
"rowsFrame" : {
"layout" : "auto"
} ,
"tooltip" : {
"show" : true ,
"yHistogram" : true
} ,
"yAxis" : {
"axisPlacement" : "left" ,
"decimals" : 0 ,
"reverse" : false ,
"unit" : "s"
}
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"expr" : "sum(increase(waku_filter_request_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
"interval" : "" ,
"legendFormat" : "{{le}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Waku Filter Request Duration" ,
"type" : "heatmap"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"scaleDistribution" : {
"type" : "linear"
}
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 228
} ,
"id" : 97 ,
"options" : {
"calculate" : false ,
"cellGap" : 2 ,
"color" : {
"exponent" : 0.5 ,
"fill" : "dark-orange" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "RdYlGn" ,
"steps" : 128
} ,
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
} ,
"filterValues" : {
"le" : 1e-9
} ,
"legend" : {
"show" : false
} ,
"rowsFrame" : {
"layout" : "auto"
} ,
"tooltip" : {
"show" : true ,
"yHistogram" : false
} ,
"yAxis" : {
"axisPlacement" : "left" ,
"decimals" : 0 ,
"reverse" : false ,
"unit" : "s"
}
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"expr" : "sum(increase(waku_filter_handle_message_duration_seconds_bucket{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}[$__rate_interval])) by (le)" ,
"format" : "heatmap" ,
"legendFormat" : "{{le}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Waku Filter Handle Message Duration" ,
"type" : "heatmap"
} ,
2024-09-20 11:23:53 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "reqps"
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [
{
"__systemRef" : "hideSeriesFrom" ,
"matcher" : {
"id" : "byNames" ,
"options" : {
"mode" : "exclude" ,
"names" : [
"boot-01.ac-cn-hongkong-c.status.prod - rejected" ,
"boot-01.ac-cn-hongkong-c.status.prod - served"
] ,
"prefix" : "All except:" ,
"readOnly" : true
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : false ,
"tooltip" : false ,
"viz" : true
}
}
]
}
]
2024-09-20 11:23:53 +00:00
} ,
"gridPos" : {
"h" : 13 ,
"w" : 12 ,
2024-09-25 09:56:47 +00:00
"x" : 0 ,
"y" : 236
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 134 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
2024-09-25 09:56:47 +00:00
"sortBy" : "Max" ,
2024-09-20 11:23:53 +00:00
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_requests_total{service = \"/vac/waku/filter-subscribe/2.0.0-beta1\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
2024-09-20 11:23:53 +00:00
"legendFormat" : "{{instance}} - {{state}}" ,
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Filter subscribe request rates" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2024-09-20 11:23:53 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "binBps"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 13 ,
"w" : 12 ,
"x" : 12 ,
"y" : 236
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 136 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
2024-09-10 08:02:21 +00:00
] ,
2024-09-20 11:23:53 +00:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
2024-08-21 15:10:29 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
2024-08-21 15:10:29 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_network_bytes_total{service=\"/vac/waku/filter-push/2.0.0-beta1\", direction=\"out\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
2024-08-21 15:10:29 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Filter protocol message push traffic (out)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
{
"collapsed" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 249
} ,
"id" : 28 ,
"panels" : [ ] ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"refId" : "A"
}
] ,
"title" : "Lightpush" ,
"type" : "row"
} ,
2024-08-21 15:10:29 +00:00
{
2024-09-20 11:23:53 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"thresholdsStyle" : {
"mode" : "off"
2024-08-21 15:10:29 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
2024-09-25 09:56:47 +00:00
"w" : 12 ,
"x" : 0 ,
"y" : 250
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 30 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "waku_lightpush_peers{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
2024-09-20 11:23:53 +00:00
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Lightpush Peers" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2024-08-21 15:10:29 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 250
} ,
"id" : 32 ,
"options" : {
2024-09-20 11:23:53 +00:00
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
2024-09-25 09:56:47 +00:00
"mode" : "single" ,
"sort" : "none"
2024-09-20 11:23:53 +00:00
}
} ,
"targets" : [
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-10 08:02:21 +00:00
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"exemplar" : true ,
"expr" : "waku_lightpush_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{type}}: {[instance}}" ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Waku Lightpush Errors" ,
"type" : "timeseries"
2024-09-20 11:23:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"thresholdsStyle" : {
"mode" : "off"
2024-09-10 08:02:21 +00:00
}
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "reqps"
} ,
2024-09-25 09:56:47 +00:00
"overrides" : [ ]
2024-09-20 11:23:53 +00:00
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 12 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 258
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 138 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
2024-09-10 08:02:21 +00:00
] ,
2024-09-20 11:23:53 +00:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : true
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-20 11:23:53 +00:00
"uid" : "PBFA97CFB590B2093"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_requests_total{service = \"/vac/waku/lightpush/2.0.0-beta1\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}} . {{state}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Lightpush request rates" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"thresholdsStyle" : {
"mode" : "off"
2024-08-21 15:10:29 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binBps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 12 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 258
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 140 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
2024-09-10 08:02:21 +00:00
] ,
2024-09-20 11:23:53 +00:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-20 11:23:53 +00:00
"uid" : "PBFA97CFB590B2093"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_service_network_bytes_total{service=\"/vac/waku/lightpush/2.0.0-beta1\", direction=\"in\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"interval" : "" ,
2024-09-20 11:23:53 +00:00
"legendFormat" : "{{instance}}" ,
"range" : true ,
"refId" : "A"
2024-08-21 15:10:29 +00:00
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Lightpush protocol traffic (in)" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
2024-08-21 15:10:29 +00:00
} ,
{
2024-09-20 11:23:53 +00:00
"collapsed" : false ,
2024-09-10 08:02:21 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 270
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 151 ,
2024-09-20 11:23:53 +00:00
"panels" : [ ] ,
2024-09-25 09:56:47 +00:00
"title" : "Peer Exchange" ,
2024-09-20 11:23:53 +00:00
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"thresholdsStyle" : {
"mode" : "off"
2024-08-21 15:10:29 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2022-09-20 09:01:54 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "reqps"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 12 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 271
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 153 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2022-09-20 09:01:54 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "rate(waku_service_requests_total{service = \"/vac/waku/peer-exchange/2.0.0-alpha1\", instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}} . {{state}}" ,
"range" : true ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Peer Exchange request rates" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-25 09:56:47 +00:00
"description" : "" ,
2024-09-20 11:23:53 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2022-09-20 09:01:54 +00:00
}
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
2024-09-25 09:56:47 +00:00
} ,
"unit" : "none"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-25 09:56:47 +00:00
"h" : 12 ,
2024-09-20 11:23:53 +00:00
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 271
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 154 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
2024-09-25 09:56:47 +00:00
"calcs" : [
"max" ,
"mean"
] ,
"displayMode" : "table" ,
2024-09-20 11:23:53 +00:00
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : true
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2024-08-21 15:10:29 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-25 09:56:47 +00:00
"uid" : "PBFA97CFB590B2093"
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "code" ,
"expr" : "rate(waku_px_peers_sent_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}}" ,
"range" : true ,
2024-09-20 11:23:53 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Peer Exchange number of sent peers" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
2024-09-25 09:56:47 +00:00
"mode" : "thresholds"
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "none"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 283
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 156 ,
2024-09-20 11:23:53 +00:00
"options" : {
2024-09-25 09:56:47 +00:00
"displayMode" : "basic" ,
"minVizHeight" : 10 ,
"minVizWidth" : 0 ,
"orientation" : "horizontal" ,
"reduceOptions" : {
2024-09-20 11:23:53 +00:00
"calcs" : [
2024-09-25 09:56:47 +00:00
"lastNotNull"
2024-09-10 08:02:21 +00:00
] ,
2024-09-25 09:56:47 +00:00
"fields" : "" ,
"values" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-25 09:56:47 +00:00
"showUnfilled" : true
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"pluginVersion" : "9.2.5" ,
2024-09-20 11:23:53 +00:00
"targets" : [
2022-11-29 15:15:55 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2024-09-20 11:23:53 +00:00
"uid" : "PBFA97CFB590B2093"
2024-09-10 08:02:21 +00:00
} ,
2024-09-25 09:56:47 +00:00
"editorMode" : "builder" ,
"expr" : "sum by(instance, type) (waku_px_errors_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"})" ,
"legendFormat" : "{{instance}} - {{type}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Peer Exchange errors total" ,
"type" : "bargauge"
2024-09-20 11:23:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2024-09-10 08:02:21 +00:00
} ,
2024-09-20 11:23:53 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2024-08-21 15:10:29 +00:00
} ,
2024-09-20 11:23:53 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2022-09-20 09:01:54 +00:00
}
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-25 09:56:47 +00:00
"color" : "green" ,
"value" : null
2022-09-20 09:01:54 +00:00
} ,
2024-09-20 11:23:53 +00:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
2024-09-25 09:56:47 +00:00
"unit" : "none"
2024-09-20 11:23:53 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 283
2024-09-20 11:23:53 +00:00
} ,
2024-09-25 09:56:47 +00:00
"id" : 155 ,
2024-09-20 11:23:53 +00:00
"options" : {
"legend" : {
"calcs" : [
"max" ,
"mean"
2024-09-10 08:02:21 +00:00
] ,
2024-09-20 11:23:53 +00:00
"displayMode" : "table" ,
"placement" : "bottom" ,
2024-09-25 09:56:47 +00:00
"showLegend" : true ,
"sortBy" : "Max" ,
"sortDesc" : true
2024-09-20 11:23:53 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
2021-08-19 07:57:53 +00:00
}
2024-09-20 11:23:53 +00:00
} ,
2022-11-29 15:15:55 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2024-09-20 11:23:53 +00:00
"uid" : "PBFA97CFB590B2093"
2022-11-29 15:15:55 +00:00
} ,
2024-09-20 11:23:53 +00:00
"editorMode" : "code" ,
2024-09-25 09:56:47 +00:00
"expr" : "rate(waku_px_errors_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[$__rate_interval])" ,
"legendFormat" : "{{instance}} - {{type}}" ,
2024-09-20 11:23:53 +00:00
"range" : true ,
2022-11-29 15:15:55 +00:00
"refId" : "A"
}
] ,
2024-09-25 09:56:47 +00:00
"title" : "Peer Exchange errors" ,
2024-09-20 11:23:53 +00:00
"type" : "timeseries"
2021-08-19 07:57:53 +00:00
} ,
{
2022-09-20 09:01:54 +00:00
"collapsed" : true ,
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2022-09-20 09:01:54 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 295
2022-09-20 09:01:54 +00:00
} ,
"id" : 15 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2022-09-20 09:01:54 +00:00
"description" : "number of swap peers" ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 83
2021-08-19 07:57:53 +00:00
} ,
2022-09-20 09:01:54 +00:00
"hiddenSeries" : false ,
"id" : 13 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "9.2.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"exemplar" : true ,
"expr" : "waku_swap_peers_count{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Waku Swap Peers" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:139" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:140" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"description" : "swap account state for each peer" ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
2024-09-25 09:56:47 +00:00
"y" : 83
2024-09-10 08:02:21 +00:00
} ,
"hiddenSeries" : false ,
"id" : 18 ,
"legend" : {
"alignAsTable" : false ,
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 150 ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "9.2.5" ,
2022-09-20 09:01:54 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"250.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"200.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "250" ,
"refId" : "A"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"200.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"150.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "200" ,
"refId" : "B"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"150.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"100.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "150" ,
"refId" : "C"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"100.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"50.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "100" ,
"refId" : "D"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"50.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"0.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "50" ,
"refId" : "E"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"0.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"-50.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "0" ,
"refId" : "F"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"-50.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"-100.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "-50" ,
"refId" : "G"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"-100.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"-150.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
2022-09-20 09:01:54 +00:00
"interval" : "" ,
2024-09-10 08:02:21 +00:00
"legendFormat" : "-100" ,
"refId" : "H"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"expr" : "sum(waku_peer_swap_account_balance_bucket{le=\"-150.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"} - ignoring(le) waku_peer_swap_account_balance_bucket{le=\"-200.0\", instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"})" ,
"interval" : "" ,
"legendFormat" : "-150" ,
"refId" : "I"
2022-09-20 09:01:54 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2024-09-10 08:02:21 +00:00
"title" : "Waku Swap Account State" ,
2022-09-20 09:01:54 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:139" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
2021-08-19 07:57:53 +00:00
} ,
2022-09-20 09:01:54 +00:00
{
"$$hashKey" : "object:140" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"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" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2024-09-10 08:02:21 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
2022-09-20 09:01:54 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2024-09-10 08:02:21 +00:00
"x" : 16 ,
2024-09-25 09:56:47 +00:00
"y" : 83
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 42 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"exemplar" : true ,
"expr" : "waku_swap_errors{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\"}" ,
"interval" : "" ,
"legendFormat" : "{{type}}: {{instance}}" ,
"refId" : "A"
}
] ,
"title" : "Waku Swap Errors" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"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" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2024-09-10 08:02:21 +00:00
}
]
} ,
"unit" : "none"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 90
2024-09-10 08:02:21 +00:00
} ,
"id" : 103 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "(increase(waku_node_messages_total{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[1m]))/60" ,
"format" : "heatmap" ,
"instant" : false ,
"legendFormat" : "{{fleet}}_{{datacenter}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Messages/second" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"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" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2024-09-10 08:02:21 +00:00
}
]
} ,
"unit" : "deckbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 90
2024-09-10 08:02:21 +00:00
} ,
"id" : 102 ,
2022-09-20 09:01:54 +00:00
"options" : {
2024-09-10 08:02:21 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"pluginVersion" : "9.2.5" ,
2022-09-20 09:01:54 +00:00
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "waku_histogram_message_size_sum{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}/waku_histogram_message_size_count{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"format" : "heatmap" ,
"instant" : false ,
"legendFormat" : "{{fleet}}_{{datacenter}}" ,
"range" : true ,
2022-09-20 09:01:54 +00:00
"refId" : "A"
2024-09-10 08:02:21 +00:00
}
] ,
"title" : "Average msg size (kBytes)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2024-09-10 08:02:21 +00:00
}
]
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"unit" : "percent"
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 24 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 98
2024-09-10 08:02:21 +00:00
} ,
"id" : 101 ,
"options" : {
"displayMode" : "gradient" ,
"minVizHeight" : 10 ,
"minVizWidth" : 0 ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"showUnfilled" : true
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
2022-09-20 09:01:54 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "rate(waku_histogram_message_size_bucket{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[1h])/scalar(rate(waku_histogram_message_size_count{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}[1h]))*100" ,
"format" : "heatmap" ,
"instant" : false ,
"legendFormat" : "{{le}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Message distrubution %/kBytes (Last Hour)" ,
"transformations" : [ ] ,
"type" : "bargauge"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2024-09-10 08:02:21 +00:00
}
]
2022-11-29 15:15:55 +00:00
} ,
2024-09-10 08:02:21 +00:00
"unit" : "none"
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 106
2024-09-10 08:02:21 +00:00
} ,
"id" : 105 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : {
"titleSize" : 15 ,
"valueSize" : 15
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"textMode" : "auto"
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
2022-09-20 09:01:54 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "waku_connected_peers{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"format" : "heatmap" ,
"instant" : false ,
"legendFormat" : "Direction:{{direction}} {{protocol}}" ,
"range" : true ,
"refId" : "A"
2021-08-19 07:57:53 +00:00
}
2022-09-20 09:01:54 +00:00
] ,
2024-09-10 08:02:21 +00:00
"title" : "Connected Peers per Protocol" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
2021-08-19 07:57:53 +00:00
} ,
2024-09-10 08:02:21 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2024-09-10 08:02:21 +00:00
}
]
} ,
"unit" : "none"
} ,
"overrides" : [ ]
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2024-09-25 09:56:47 +00:00
"y" : 106
2024-09-10 08:02:21 +00:00
} ,
"id" : 104 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"text" : {
"titleSize" : 15 ,
"valueSize" : 15
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "9.2.5" ,
"targets" : [
2022-09-20 09:01:54 +00:00
{
2024-09-10 08:02:21 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "waku_streams_peers{instance=~\"[[host]].([[dc:pipe]]).([[fleet:pipe]])\"}" ,
"format" : "heatmap" ,
"instant" : false ,
"legendFormat" : "Direction:{{direction}} {{protocol}}" ,
"range" : true ,
"refId" : "A"
2022-09-20 09:01:54 +00:00
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Connected Streams per Protocol" ,
"type" : "stat"
}
] ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
"refId" : "A"
}
] ,
"title" : "Swap" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 296
2024-09-10 08:02:21 +00:00
} ,
"id" : 107 ,
"panels" : [
2021-08-19 07:57:53 +00:00
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2022-09-20 09:01:54 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-09-10 08:02:21 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-09-20 09:01:54 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-09-20 11:23:53 +00:00
"color" : "green"
2022-09-20 09:01:54 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2024-09-10 08:02:21 +00:00
} ,
"unit" : "decgbytes"
2022-09-20 09:01:54 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-09-10 08:02:21 +00:00
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2024-09-25 09:56:47 +00:00
"y" : 84
2022-09-20 09:01:54 +00:00
} ,
2024-09-10 08:02:21 +00:00
"id" : 109 ,
2022-09-20 09:01:54 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-11-29 15:15:55 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-09-20 09:01:54 +00:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
2022-11-29 15:15:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2024-09-10 08:02:21 +00:00
"editorMode" : "builder" ,
"expr" : "netdata_disk_space_GiB_average{instance=~\"[[host]].([[dc:pipe]]).*.([[fleet:pipe]])\",dimension=\"used\", family=\"/data\"}" ,
"legendFormat" : "{{ instance }}" ,
"range" : true ,
2022-09-20 09:01:54 +00:00
"refId" : "A"
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Disk space used" ,
2022-09-20 09:01:54 +00:00
"type" : "timeseries"
2021-08-19 07:57:53 +00:00
}
] ,
2024-09-10 08:02:21 +00:00
"title" : "Disk" ,
2022-09-20 09:01:54 +00:00
"type" : "row"
2021-08-19 07:57:53 +00:00
}
] ,
2024-09-20 15:43:56 +00:00
"refresh" : false ,
2024-09-10 08:02:21 +00:00
"schemaVersion" : 37 ,
"style" : "dark" ,
2021-08-19 07:57:53 +00:00
"tags" : [ ] ,
"templating" : {
"list" : [
{
"current" : {
2024-09-25 09:56:47 +00:00
"selected" : false ,
2024-09-10 08:02:21 +00:00
"text" : ".*" ,
"value" : ".*"
2021-08-19 07:57:53 +00:00
} ,
"hide" : 0 ,
"includeAll" : false ,
"label" : "Hostname regex" ,
"multi" : false ,
"name" : "host" ,
"options" : [
{
"selected" : true ,
2024-09-10 08:02:21 +00:00
"text" : ".*" ,
"value" : ".*"
} ,
{
"selected" : false ,
2022-11-29 15:15:55 +00:00
"text" : "node-.*" ,
"value" : "node-.*"
2024-09-10 08:02:21 +00:00
} ,
{
"selected" : false ,
"text" : "boot-.*" ,
"value" : "boot-.*"
} ,
{
"selected" : false ,
"text" : "store-.*" ,
"value" : "store-.*"
2021-08-19 07:57:53 +00:00
}
] ,
2024-09-10 08:02:21 +00:00
"query" : ".*,node-.*,boot-.*,store-.*" ,
"queryValue" : "" ,
2021-08-19 07:57:53 +00:00
"skipUrlSync" : false ,
"type" : "custom"
} ,
{
2022-11-29 15:15:55 +00:00
"current" : {
2024-09-25 09:56:47 +00:00
"selected" : false ,
2022-11-29 15:15:55 +00:00
"text" : [
2024-09-25 09:56:47 +00:00
"status.prod"
2022-11-29 15:15:55 +00:00
] ,
"value" : [
2024-09-25 09:56:47 +00:00
"status.prod"
2022-11-29 15:15:55 +00:00
]
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"definition" : "label_values(libp2p_peers, fleet)" ,
"hide" : 0 ,
"includeAll" : false ,
"label" : "Fleet name" ,
"multi" : true ,
"name" : "fleet" ,
"options" : [ ] ,
"query" : {
"query" : "label_values(libp2p_peers, fleet)" ,
"refId" : "StandardVariableQuery"
} ,
"refresh" : 1 ,
2024-09-10 08:02:21 +00:00
"regex" : "/waku|status|shards/" ,
2021-08-19 07:57:53 +00:00
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
2022-11-29 15:15:55 +00:00
"useTags" : false
2021-08-19 07:57:53 +00:00
} ,
{
2022-11-29 15:15:55 +00:00
"current" : {
2024-09-25 09:56:47 +00:00
"selected" : false ,
2022-11-29 15:15:55 +00:00
"text" : [
2024-09-25 09:56:47 +00:00
"All"
2022-11-29 15:15:55 +00:00
] ,
"value" : [
2024-09-25 09:56:47 +00:00
"$__all"
2022-11-29 15:15:55 +00:00
]
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "P6693426190CB2316"
} ,
2021-08-19 07:57:53 +00:00
"definition" : "label_values(libp2p_peers, datacenter)" ,
"hide" : 0 ,
"includeAll" : true ,
"label" : "Data Center" ,
"multi" : true ,
"name" : "dc" ,
"options" : [ ] ,
2022-02-08 11:22:06 +00:00
"query" : {
"query" : "label_values(libp2p_peers, datacenter)" ,
"refId" : "StandardVariableQuery"
} ,
2021-08-19 07:57:53 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 1 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
2022-11-29 15:15:55 +00:00
"useTags" : false
2021-08-19 07:57:53 +00:00
}
]
} ,
"time" : {
2024-09-25 09:56:47 +00:00
"from" : "now-24h" ,
"to" : "now"
2021-08-19 07:57:53 +00:00
} ,
"timepicker" : {
"refresh_intervals" : [
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
2022-09-20 09:01:54 +00:00
"timezone" : "browser" ,
2021-08-19 07:57:53 +00:00
"title" : "Nim-Waku V2" ,
"uid" : "qrp_ZCTGz" ,
2024-09-25 09:56:47 +00:00
"version" : 154 ,
2022-02-08 11:22:06 +00:00
"weekStart" : ""
2024-09-25 09:56:47 +00:00
}