Thanks for making this library for auto instrumentation otel in go.
Before read the report below, i would like to ask how do you group spans into one tracing id?
is it coming from same goroutine id?
Thanks,
Expected Behavior
Different request different tracing id
Actual Behavior
Different request same tracing id, (idk, maybe because golang/mux reused goroutine for another requests)
Hi keyval-dev team,
Thanks for making this library for auto instrumentation otel in go. Before read the report below, i would like to ask how do you group spans into one tracing id? is it coming from same goroutine id?
Thanks,
Expected Behavior
Different request different tracing id
Actual Behavior
Different request same tracing id, (idk, maybe because golang/mux reused goroutine for another requests)
Steps to Reproduce the Problem
Additional Info
operation-system/kernel version:
Darwin 21.1.0
go version:
1.17