Documentation ¶
Overview ¶
Package expvar manages the publishing of metrics to stdout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expvar ¶
type Expvar struct {
// contains filtered or unexported fields
}
Expvar provide our basic publishing.
func New ¶
func New(log *logger.Logger, host string, route string, readTimeout, writeTimeout time.Duration, idleTimeout time.Duration) *Expvar
New starts a service for consuming the raw expvar stats.
Click to show internal directories.
Click to hide internal directories.