Expose libp2p_bandwidth_bytes Prometheus metrics.
See PR 4727.
0.12.3
Changed
Add libp2p-lookup to Dockerfile to enable healthchecks.
Fixed
Disable QUIC draft-29 support.
Listening on /quic and /quic-v1 addresses with the same port would otherwise result in an "Address already in use" error by the OS.
See PR 4467.
0.12.2
Fixed
Adhere to --metrics-path flag and listen on 0.0.0.0:8888 (default IPFS metrics port).
PR 4392