mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Update to latest discovery (#6486)
* Upgrade discv5 to v0.8 * Rename some logs * Improve the NAT reporting with new discv5 metrics * Merge branch 'unstable' into discv5-v8 * Limited Cargo.lock update * Update yanked futures-* crates
This commit is contained in:
@@ -136,8 +136,8 @@ pub async fn run<E: EthSpec>(
|
||||
"active_sessions" => metrics.active_sessions,
|
||||
"requests/s" => format_args!("{:.2}", metrics.unsolicited_requests_per_second),
|
||||
"ipv4_nodes" => ipv4_only_reachable,
|
||||
"ipv6_nodes" => ipv6_only_reachable,
|
||||
"ipv6_and_ipv4_nodes" => ipv4_ipv6_reachable,
|
||||
"ipv6_only_nodes" => ipv6_only_reachable,
|
||||
"dual_stack_nodes" => ipv4_ipv6_reachable,
|
||||
"unreachable_nodes" => unreachable_nodes,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user