From d99cf8e138ccd92e2f6c431437a37be71b268caa Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Mon, 8 Dec 2025 13:55:17 +0200 Subject: [PATCH] Maint/postgres payload size bytes (#144) * fix readme * add postgres_payload_size_bytes metric --- src/test_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test_data.py b/src/test_data.py index 1ce2cf89..6cba58c2 100644 --- a/src/test_data.py +++ b/src/test_data.py @@ -387,4 +387,5 @@ METRICS_WITH_INITIAL_VALUE_ZERO = [ "waku_store_queries_total", "mix_pool_size", "libp2p_gossipsub_imreceiving_saved_messages_total", + "postgres_payload_size_bytes", ]