You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: