Beispiel #1
0
func (stat *Stat) report(statsd *statsd.StatsdBuffer) {
	statsd.Timing(`requesttime.`+stat.path, int64(Round(stat.responseTime)))
}