Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 9f1696d

Browse files
expose some Prometheus metrics
1 parent 2b0b384 commit 9f1696d

File tree

5 files changed

+592
-96
lines changed

5 files changed

+592
-96
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ require (
66
github.com/libp2p/go-libp2p-mplex v0.2.3
77
github.com/libp2p/go-libp2p-testing v0.1.1
88
github.com/libp2p/go-libp2p-transport-upgrader v0.2.0
9+
github.com/libp2p/go-netroute v0.1.5 // indirect
910
github.com/libp2p/go-reuseport v0.0.2
1011
github.com/libp2p/go-reuseport-transport v0.0.4
12+
github.com/mikioh/tcp v0.0.0-20190314235350-803a9b46060c
13+
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
14+
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
1115
github.com/multiformats/go-multiaddr v0.3.1
1216
github.com/multiformats/go-multiaddr-fmt v0.1.0
17+
github.com/multiformats/go-multihash v0.0.15 // indirect
18+
github.com/prometheus/client_golang v1.10.0
1319
)
1420

1521
go 1.12

0 commit comments

Comments
 (0)