Open tobiasstadler opened 2 years ago
If a composite span is dropped because it was below exit_span_min_duration, should duration.count be increased by 1 or by the number spans the composite spans represents. I personally think the later is more accurate.
exit_span_min_duration
duration.count
I agree. This seems to be a gap in the spec for https://github.com/elastic/apm/blob/main/specs/agents/handling-huge-traces/tracing-spans-dropped-stats.md.
If a composite span is dropped because it was below
exit_span_min_duration
, shouldduration.count
be increased by 1 or by the number spans the composite spans represents. I personally think the later is more accurate.