func()

in spectator/meter/counter.go [32:35]


func (c *Counter) Increment() {
	var line = fmt.Sprintf("%s:%s:%d", c.meterTypeSymbol, c.id.spectatordId, 1)
	c.writer.Write(line)
}