func()

in spectator/registry.go [128:130]


func (r *spectatordRegistry) Gauge(name string, tags map[string]string) *meter.Gauge {
	return meter.NewGauge(r.NewId(name, tags), r.writer)
}