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
I do have some traces that can generate 1000+ spans.
How can I limit the number of spans in a trace to a certain count? Is it possible to do this from the Agent side?
OTEL Tail sampling processor has a feature similiar to this, but it drops the traces completely. Instead, I am looking for a method to keep the first 100 spans.
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
-
Hey,
I do have some traces that can generate 1000+ spans.
How can I limit the number of spans in a trace to a certain count? Is it possible to do this from the Agent side?
OTEL Tail sampling processor has a feature similiar to this, but it drops the traces completely. Instead, I am looking for a method to keep the first 100 spans.
Beta Was this translation helpful? Give feedback.
All reactions