mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 06:41:34 +00:00
protocols/gossipsub: Fix metric name (#2558)
This commit is contained in:
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
- Update to `libp2p-swarm` `v0.35.0`.
|
- 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]
|
# 0.36.0 [2022-02-22]
|
||||||
|
|
||||||
- Update to `libp2p-core` `v0.32.0`.
|
- Update to `libp2p-core` `v0.32.0`.
|
||||||
|
@ -182,7 +182,7 @@ impl Metrics {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let rejected_messages = register_family!(
|
let rejected_messages = register_family!(
|
||||||
"accepted_messages_per_topic",
|
"rejected_messages_per_topic",
|
||||||
"Number of rejected messages received for each topic"
|
"Number of rejected messages received for each topic"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user