func()

in spectator/registry.go [148:150]


func (r *spectatordRegistry) MaxGaugeWithId(id *meter.Id) *meter.MaxGauge {
	return meter.NewMaxGauge(id, r.writer)
}