smongiar opened a new pull request, #25431: URL: https://github.com/apache/camel/pull/25431
The opentelemetry2 component uses camel-telemetry (not camel-tracing) as its base framework. The original CAMEL-21622 fix only added camel.route.id to camel-tracing, so spans produced by the otel2 component are missing this attribute. Port the same logic: read Exchange.getFromRouteId() in AbstractSpanDecorator.beforeTracingEvent() and set it as a span tag. # Description Cherry pick from https://github.com/apache/camel/commit/e2ff44fc50f10a15fc9415dd096c4eddc55fa996 # Target - [X ] I checked that the commit is targeting the correct branch (Camel 4 uses the `camel-4.18.x` branch) -- 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]
