Documentation
¶
Overview ¶
Package debugstats simplifies metric troubleshooting by sending metrics to any io.Writer.
By default, metrics will be printed to os.Stdout. Use the Dst and Grep fields to customize the output as appropriate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client will print out received metrics. If Dst is nil, metrics will be printed to stdout, otherwise they will be printed to Dst.
You can optionally provide a Grep regexp to limit printed metrics to ones matching the regular expression.
func (*Client) HandleMeasures ¶
Click to show internal directories.
Click to hide internal directories.