Maint/postgres payload size bytes (#144)

* fix readme

* add postgres_payload_size_bytes metric
This commit is contained in:
fbarbu15 2025-12-08 13:55:17 +02:00 committed by GitHub
parent b647583a88
commit d99cf8e138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",
] ]