jamesnetherton opened a new pull request, #9214: URL: https://github.com/apache/camel-quarkus/pull/9214
Fixes #9213. Adds `quarkus.camel.opentelemetry2.trace-custom-id-only`, mirroring the equivalent option added in [camel-spring-boot](https://github.com/apache/camel-spring-boot/commit/6b6fd3f333f0a4cd7429fb8382a4c9b77c16d112). When enabled, spans are only created for routes and nodes that have a custom id assigned. Integration tests cover both halves of the behaviour: * A route with a custom `routeId` and a node with an explicit `id` are still traced. * A node without a custom id produces no processor span, and a route without a custom `routeId` produces no spans at all. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
