From 5caedf13c441f6dad220dc455322901276709984 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Fri, 6 Dec 2024 10:54:35 +0200 Subject: [PATCH] chore: metric updates (#93) * chore: fix rln tests * chore: fix rln tests * revert wait_for_node_sec --- src/test_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test_data.py b/src/test_data.py index a56cc45f..29f5b6c2 100644 --- a/src/test_data.py +++ b/src/test_data.py @@ -218,6 +218,8 @@ METRICS_WITH_INITIAL_VALUE_ZERO = [ "waku_rln_instance_creation_duration_seconds", "waku_rln_membership_insertion_duration_seconds", "waku_rln_membership_credentials_import_duration_seconds", + "waku_rln_proof_remining", + "waku_rln_proofs_generated_total", "libp2p_pubsub_sig_verify_success_total", "libp2p_pubsub_sig_verify_failure_total", "libp2p_pubsub_disconnects_over_non_priority_queue_limit_total",