quarkiverse / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.
Apache License 2.0
71 stars 57 forks source link

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

Closed ppalaga closed 1 month ago

ppalaga commented 1 month ago

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.