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
This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.
github-actionsbot
added
the
Stale
Issues and pull requests which have been flagged for closing due to inactivity
label
Oct 8, 2024
I've been looking at a TraceIdRatioSampler, which has some bitwise operations to try and get a ratio from the traceID. It copies the TraceID into a span, then iterates over its lower 8 bits to get an int64.
It seems like calling GetHashCode would have the same probability distribution, and be faster?
The text was updated successfully, but these errors were encountered: