diff --git a/src/index.ts b/src/index.ts index 3a9bb99a..2b8c044c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -698,7 +698,10 @@ export class GossipSub extends EventEmitter implements PubSub({ + name: 'gossipsub_new_connection_total', + help: 'Total new connection by status', + labelNames: ['status'] + }), + topicStrToLabel: topicStrToLabel, toTopic(topicStr: TopicStr): TopicLabel {