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

Commit

Permalink
Merge pull request #75 from libp2p/prometheus
Browse files Browse the repository at this point in the history
expose some Prometheus metrics
  • Loading branch information
marten-seemann committed Apr 8, 2021
2 parents 2b0b384 + 62fde9e commit d3fdb0f
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 89 deletions.
5 changes: 5 additions & 0 deletions go.mod
Expand Up @@ -6,10 +6,15 @@ require (
github.com/libp2p/go-libp2p-mplex v0.2.3
github.com/libp2p/go-libp2p-testing v0.1.1
github.com/libp2p/go-libp2p-transport-upgrader v0.2.0
github.com/libp2p/go-netroute v0.1.5 // indirect
github.com/libp2p/go-reuseport v0.0.2
github.com/libp2p/go-reuseport-transport v0.0.4
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr-fmt v0.1.0
github.com/multiformats/go-multihash v0.0.15 // indirect
github.com/prometheus/client_golang v1.10.0
)

go 1.12

0 comments on commit d3fdb0f

Please sign in to comment.