in appender.go [818:824]
func timeFunc(f func()) time.Duration { t0 := time.Now() if f != nil { f() } return time.Since(t0) }