From 9760e9d5e65e15fa2e2223fb732c529f790b0d1b Mon Sep 17 00:00:00 2001 From: Florin Barbu Date: Fri, 13 Sep 2024 11:25:10 +0300 Subject: [PATCH] fixes --- src/test_data.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test_data.py b/src/test_data.py index bc581c18..ad7b579e 100644 --- a/src/test_data.py +++ b/src/test_data.py @@ -222,8 +222,6 @@ METRICS_WITH_INITIAL_VALUE_ZERO = [ "libp2p_pubsub_sig_verify_failure_total", "libp2p_pubsub_disconnects_over_non_priority_queue_limit_total", "libp2p_pubsub_peers", - "libp2p_pubsub_topics", - "libp2p_pubsub_subscriptions_total", "libp2p_pubsub_unsubscriptions_total", "libp2p_pubsub_validation_success_total", "libp2p_pubsub_validation_failure_total", @@ -234,8 +232,6 @@ METRICS_WITH_INITIAL_VALUE_ZERO = [ 'libp2p_gossipsub_peers_per_topic_mesh{topic="other"}', 'libp2p_gossipsub_peers_per_topic_fanout{topic="other"}', 'libp2p_gossipsub_peers_per_topic_gossipsub{topic="other"}', - "libp2p_gossipsub_under_dout_topics", - "libp2p_gossipsub_no_peers_topics", "libp2p_gossipsub_low_peers_topics", "libp2p_gossipsub_healthy_peers_topics", "libp2p_gossipsub_failed_publish_total",