fixes
This commit is contained in:
parent
78cab33b50
commit
9760e9d5e6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue