Versions in this module Expand all Collapse all v0 v0.0.13 Dec 1, 2021 Changes in this version + func StatsdWithTags(client *statsd.Client, tags []string) (*statsd.Client, error) + type StatsdBackgroundGaugeCallback func(name string, tags []string) + func StatsdBackgroundGauge(client *statsd.Client, name string, tags []string) (increment, decrement StatsdBackgroundGaugeCallback)