Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions protocols/gossipsub/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -844,15 +844,15 @@ struct HistBuilder {
buckets: Vec<f64>,
}

/// Label for the total size of publish messages sent via RPC.
/// Label for the total size of publish messages sent via an RPC.
#[derive(PartialEq, Eq, Hash, EncodeLabelSet, Clone, Debug)]
struct RpcSentLabel {
partial: bool,
topic_hash: String,
}

/// Label for the mesh peers.
/// Label for the total size of publish messages sent via RPC.
/// Label for the total size of publish messages sent via an RPC.
#[derive(PartialEq, Eq, Hash, EncodeLabelSet, Clone, Debug)]
struct MeshPeerLabel {
supports_partial: bool,
Expand Down