• Peter Mrekaj's avatar
    feat(kademlia): extend information kept about peers (#1658) · a7c05c20
    Peter Mrekaj authored
    The following extended metrics information are exposed through
    the debug API:
    - last seen timestamp - updated every time when the peer
    connects/disconnects
    - connection total duration - sums of the duration of the sessions
      (in seconds)
    - session connection retry count - number of attempts to create
      a new connection
    - session connection duration - duration (in seconds) of last or
      current (if in progress) session
    - session connection direction - specifies whether the connection is
      outbound or inbound
    a7c05c20
Name
Last commit
Last update
.githooks Loading commit data...
.github Loading commit data...
cmd/bee Loading commit data...
openapi Loading commit data...
packaging Loading commit data...
pkg Loading commit data...
.deepsource.toml Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yml Loading commit data...
.goreleaser.yml Loading commit data...
CODING.md Loading commit data...
Dockerfile Loading commit data...
Dockerfile.goreleaser Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
commitlint.config.js Loading commit data...
doc.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
install.sh Loading commit data...
version.go Loading commit data...