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
We would like to configure our distributed vector pipeline to batch all logs with the same trace id before sampling at some sample rate. The sample component's key_field does exactly this but since sample is a completely stateless component, I assume that logs with the same trace id flowing through different vector pipeline hosts are not guaranteed to be sampled together. Furthermore, in an ideal world, we would like to also batch traces too. I'd appreciate any insight on how we might achieve this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We would like to configure our distributed vector pipeline to batch all logs with the same trace id before sampling at some sample rate. The sample component's
key_field
does exactly this but sincesample
is a completely stateless component, I assume that logs with the same trace id flowing through different vector pipeline hosts are not guaranteed to be sampled together. Furthermore, in an ideal world, we would like to also batch traces too. I'd appreciate any insight on how we might achieve this.Thank you
Beta Was this translation helpful? Give feedback.
All reactions