otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

Fix the per-stream jitter parameter

Open jmacd opened this issue 9 months ago • 0 comments

Currently, OTel-Arrow exporter will add a small jitter to the stream lifetime. However, it re-evaluates the jitter on every stream, which cancels the effect of this logic. The jitter should be fixed per stream, so that they diverge in terms of start/end times more readily.

jmacd avatar May 20 '24 21:05 jmacd