ammachado commented on PR #15496: URL: https://github.com/apache/camel/pull/15496#issuecomment-2346720829
Yes, @davsclaus, you are correct. I understand the issue, but this PR is handling only thread pools that are created by Camel itself. I don't have enough time/resources to test all components, but I'll be happy to help as much as possible. Regarding the exchanges and it's span ids, this is already / should be handled by `org.apache.camel.opentelemetry.OpenTelemetryTracer`, and `org.apache.camel.tracing.SpanDecorator` component-specific implementations. New spans are created by default for all components which have a `SpanDecorator` implementation, except for `LogComponent`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
