Replies: 2 comments
-
Anyone has any idea? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello everyone, Is it a good practice to use groupbytrace in the processors of an open telemetry collector tracing?
I am using tail sampling to exclude tracings that are shorter than <200ms, but some spans are coming with the value:
Has anyone solved this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using Elastic and its sampling.
I would like to replace it with OpenTelemetry collector's tail sampling processor.
With tail sampling processor, when the spans are not sampled, it drops all spans with the same Trace ID.
However Elastic sampling drops all children spans but keeps the root spans (transactions).
Is there any way to achieve the same behaviour as Elastic's sampling?
I have tried using ottl_condition to filter the root span, but it ends up sampling all spans within the same context.
Beta Was this translation helpful? Give feedback.
All reactions