Hello! I'm using Spring and I would like to use K...
# spring
d
Hello! I'm using Spring and I would like to use Ktor as client instead of classic Webflux Everything works well, except to integrate span with Datadog. With Webflux, the integration was native, but in Ktor it seems not to be. Is someone of you know how I can have call traces in datadog with Ktor and Spring please?
k
I assume datadogs agent doesn't support ktor. I also assume there is some (otel) api that can be used to manually manage spans
OkHttp is natively supported by Datadog so I got traces 🫡
👍 1