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
It looks like dealWithSentTrace is not setting 0 sample rates to 1 before doing its multiplication. The result is that some spans show up at Honeycomb without having SampleRate set (because the sample rate is the zero value so therefore not set).
Additional context
There is an internal slack thread at Honeycomb where this problem was discovered.
The text was updated successfully, but these errors were encountered:
It looks like dealWithSentTrace is not setting 0 sample rates to 1 before doing its multiplication. The result is that some spans show up at Honeycomb without having SampleRate set (because the sample rate is the zero value so therefore not set).
Additional context
There is an internal slack thread at Honeycomb where this problem was discovered.
The text was updated successfully, but these errors were encountered: