tracer
tracer copied to clipboard
add possibility to preallocate checkpoints
call := tracer.Fetch(ctx).With(make([]Checkpoint, 0, 10)).Start()
defer call.Stop()
...
call.Checkpoint()
...
call.Checkpoint("id", "labelX", "labelY")
...