Improved how stats are handled
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m25s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m25s
This commit is contained in:
@@ -34,8 +34,8 @@ pub async fn to_row(tunnel: &Tunnel) -> Vec<Span<'static>> {
|
||||
access,
|
||||
tunnel.port.to_string().into(),
|
||||
address,
|
||||
tunnel.get_connections().to_string().into(),
|
||||
tunnel.get_rx_string().into(),
|
||||
tunnel.get_tx_string().into(),
|
||||
tunnel.stats.connections().to_string().into(),
|
||||
tunnel.stats.rx().to_string().into(),
|
||||
tunnel.stats.tx().to_string().into(),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user