quarkiverse/quarkus-cxf

Test integration with `@io.opentelemetry.instrumentation.annotations.WithSpan`

Closed this issue · 0 comments

If a bean method annotated with @WithSpan is called from within a service method, then the span of the bean method should have the span of the service method as its parent.

Inspired by this Camel issue.