func()

in spectator/registry.go [112:114]


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