Categorygithub.com/libp2p/go-libp2p-introspector
modulepackage
0.0.4
Repository: https://github.com/libp2p/go-libp2p-introspector.git
Documentation: pkg.go.dev

# README

go-libp2p-introspector

A go module allowing users to extract, stream and save data from their p2p host.

# Functions

No description provided by the author
NewWsServer creates a WebSockets server to serve introspection data.
WsServerWithConfig returns a function compatible with the libp2p.Introspection constructor option, which when called, creates a WsServer with the supplied configuration.

# Structs

DefaultIntrospector is a registry of subsystem data/metrics providers and also allows clients to inspect the system state by calling all the providers registered with it.
No description provided by the author
No description provided by the author