Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Sep 13, 2024
1 parent 9c00c73 commit fdc8f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export function getMetrics (

/* General Metrics */
/**
* Gossipsub supports floodsub, gossipsub v1.0 and gossipsub v1.1. Peers are classified based
* Gossipsub supports floodsub, gossipsub v1.0, v1.1, and v1.2. Peers are classified based
* on which protocol they support. This metric keeps track of the number of peers that are
* connected of each type. */
peersPerProtocol: register.gauge<{ protocol: string }>({
Expand Down

0 comments on commit fdc8f65

Please sign in to comment.