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

Commit d3fdb0f

Browse files
Merge pull request #75 from libp2p/prometheus
expose some Prometheus metrics
2 parents 2b0b384 + 62fde9e commit d3fdb0f

File tree

4 files changed

+550
-89
lines changed

4 files changed

+550
-89
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ 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/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
13+
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
1114
github.com/multiformats/go-multiaddr v0.3.1
1215
github.com/multiformats/go-multiaddr-fmt v0.1.0
16+
github.com/multiformats/go-multihash v0.0.15 // indirect
17+
github.com/prometheus/client_golang v1.10.0
1318
)
1419

1520
go 1.12

0 commit comments

Comments
 (0)