Skip to content

Commit

Permalink
protocols/gossipsub: Fix metric name (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 authored Mar 17, 2022
1 parent ca9d538 commit b98d232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- Update to `libp2p-swarm` `v0.35.0`.

- Fix gossipsub metric (see [PR 2558]).

[PR 2558]: https://github.com/libp2p/rust-libp2p/pull/2558

# 0.36.0 [2022-02-22]

- Update to `libp2p-core` `v0.32.0`.
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl Metrics {
);

let rejected_messages = register_family!(
"accepted_messages_per_topic",
"rejected_messages_per_topic",
"Number of rejected messages received for each topic"
);

Expand Down

0 comments on commit b98d232

Please sign in to comment.