pub fn install(context: Context, listen_addr: SocketAddr) -> Handle<Result<()>>Expand description
Installs a metrics server so that commonware can publish its metrics.
This is lifted straight from [commonware_runtime::tokio::telemetry::init],
because it also wants to install a tracing subscriber, which clashes with
reth ethereum cli doing the same thing.