Unable to integrate jaeger agent with APM

Sir, we have a jaeger agents running in kubernetes env as a daemon set and want to integrate the agent with APM. As per the documentation we have added below args in jaeger agent.yml

--reporter.grpc.tls.enabled=true
--reporter.grpc.host-port=apm-url:8200
--agent.tags="elastic-apm-auth=Bearer "

in addition to above added this arg as we are using the self signed certificates
--reporter.grpc.tls.skip-host-verify=true

But im not able to any data in kibana/APM app. Whether are we missing anything?

can anyone help us in resolving the issue pls?