Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConn ¶
NewConn returns a net.Conn object that wraps c and produces metrics on the default engine.
func NewConnWith ¶
NewConn returns a net.Conn object that wraps c and produces metrics on eng.
Types ¶
type Handler ¶
Handler is an interface that can be implemented by types that serve network connections.
func NewHandler ¶
NewHandler returns a Handler object that warps hdl and produces metrics on the default engine.
func NewHandlerWith ¶
NewHandlerWith returns a Handler object that warps hdl and produces metrics on eng.
Click to show internal directories.
Click to hide internal directories.