When do ProcessSpanSet connection , we need to enhance response_duration condition, force parent's response_duration must greater than childs' response_duration .( when both can get a value greater than 0)
but, for OTEL span, response_duration was calculated by APM sdk, when child span completion in async thread and parent span complete before child, it may cause child's response_duration greater than parent's response_duration, so I ignore OTEL singal source for response_duration limitation.
When do ProcessSpanSet connection , we need to enhance
response_duration
condition, forceparent
's response_duration must greater than childs' response_duration .( when both can get a value greater than 0)but, for OTEL span, response_duration was calculated by APM sdk, when child span completion in async thread and parent span complete before child, it may cause child's response_duration greater than parent's response_duration, so I ignore OTEL singal source for
response_duration
limitation.