lighthouse/beacon_node/lighthouse_network/src
Akihito Nakano 7117772fb3
Fix peer count metrics (#5404)
* Set the peers_per_client metrics directly, rather than using increment/decrement

* Move PEERS_CONNECTED related update to the same place

* Move PEERS_CONNECTED_MULTI related update to the same place

* Rename

* Remove unused variables
2024-03-20 06:45:16 +00:00
..
discovery improve libp2p connected peer metrics (#5314) 2024-02-28 03:52:55 +00:00
gossipsub Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
peer_manager Fix peer count metrics (#5404) 2024-03-20 06:45:16 +00:00
rpc Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
service Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
types Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
config.rs Explicit peers (#5333) 2024-03-07 22:22:39 +00:00
lib.rs Add gossipsub as a Lighthouse behaviour (#5066) 2024-01-31 17:32:31 +00:00
listen_addr.rs Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
metrics.rs improve libp2p connected peer metrics (#5314) 2024-02-28 03:52:55 +00:00