kamon-io / Kamon

Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
https://kamon.io
Other
1.41k stars 328 forks source link

Added instrumentation for apache cxf client. #1335

Closed atyutin90 closed 6 months ago

atyutin90 commented 7 months ago

Added instrumentation code for apache cxf client (support synchronous and asynchronous Client HTTP Transport) The tests written to confirm the tracing are passing.

ihostage commented 7 months ago

@ivantopo, @hughsimpson Hi, folks! Playframework co-maintainer is here 👋 Is it possible to review this PR as soon and give a first feedback to @atyutin90? I find it very useful for our Play SOAP module. 💪

hughsimpson commented 6 months ago

Tests are failing for scala 3

hughsimpson commented 6 months ago

Have remediation here - if you update your pr with those changes I'll merge