jamesnetherton opened a new pull request, #9217:
URL: https://github.com/apache/camel-quarkus/pull/9217
Fixes #9216.
Adds `quarkus.camel.micrometer-observability.trace-custom-id-only`,
mirroring the equivalent option added for opentelemetry2 in #9214. 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.
The config Javadoc now uses backticks instead of `{@code}`, so the generated
reference docs render inline code properly.
🤖 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]