From e35dea032841c4f6856ec5ba099211aec9579510 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Thu, 12 Jun 2025 14:11:25 +0530 Subject: [PATCH] fix: update build erroe --- waku/waku_relay/protocol.nim | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/waku/waku_relay/protocol.nim b/waku/waku_relay/protocol.nim index d30bc1a88..9e2b46afe 100644 --- a/waku/waku_relay/protocol.nim +++ b/waku/waku_relay/protocol.nim @@ -45,25 +45,6 @@ declarePublicGauge( labels = ["shard"], ) -# New metrics for fleet store nodes -declarePublicGauge( - waku_relay_fleet_store_msg_size_bytes, - "Total size of messages stored by fleet store nodes per shard", - labels = ["shard"], -) - -declarePublicGauge( - waku_relay_fleet_store_msg_count, - "Number of messages stored by fleet store nodes per shard", - labels = ["shard"], -) - -declarePublicGauge( - waku_relay_fleet_store_oldest_msg_timestamp, - "Oldest message timestamp stored by fleet store nodes per shard", - labels = ["shard"], -) - # see: https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#overview-of-new-parameters const TopicParameters = TopicParams( topicWeight: 1,