add postgres_payload_size_bytes metric

This commit is contained in:
Florin Barbu 2025-12-08 13:54:42 +02:00
parent 3aa46bc351
commit fbc6e9f2e4
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095

View File

@ -387,4 +387,5 @@ METRICS_WITH_INITIAL_VALUE_ZERO = [
"waku_store_queries_total", "waku_store_queries_total",
"mix_pool_size", "mix_pool_size",
"libp2p_gossipsub_imreceiving_saved_messages_total", "libp2p_gossipsub_imreceiving_saved_messages_total",
"postgres_payload_size_bytes",
] ]