Documentation ¶ Index ¶ type Nop func New() *Nop func (n *Nop) Add(metric string, value float64, opt stats.Option) error func (n *Nop) Gauge(mmetric string, value float64, opt stats.Option) error func (n *Nop) Histogram(metric string, value float64, opt stats.Option) error func (n *Nop) Increment(metric string, opt stats.Option) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Nop ¶ type Nop struct{} Nop implements Stats but with no operation. func New ¶ func New() *Nop New creates new Nop stats func (*Nop) Add ¶ func (n *Nop) Add(metric string, value float64, opt stats.Option) error func (*Nop) Gauge ¶ func (n *Nop) Gauge(mmetric string, value float64, opt stats.Option) error func (*Nop) Histogram ¶ func (n *Nop) Histogram(metric string, value float64, opt stats.Option) error func (*Nop) Increment ¶ func (n *Nop) Increment(metric string, opt stats.Option) error Source Files ¶ View all Source files nop.go Click to show internal directories. Click to hide internal directories.