Hi, recently we tried adding open telemetry in camunda 7 spring boot project, to trace all http calls, but traces were not visible in open telemetry.
We checked that open telemetry supports Apache client, and camunda http-connector also uses http-connector, but it’s not working
Wanted to know why it doesn’t work for connector jar having Apache client, for now only way which we can think of is using interceptors to manually create spans and trace.
Would be great if there is some proper solution to this ?
Thanks