Automatic Instrumentation on http-connector using Apache client not working

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

Hi, we were able to fix this by adding “camunda-connect-connectors-all” maven dependency.

Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.