Tracing with New relic

I have a New Relic java agent running with my spring boot application with micrometer-tracing-bridge-otel library. I have also used OpenTracingWorkerInterceptor and OpenTracingClientInterceptor to propagate tracing info to workers and activities

I can see the transactions with details from spring boot in new relic but the transaction details for grpc to temporal do not have any information. Some of the activities make API calls to external services, those also do not appear in the new relic transactions.

What am i missing?