Grafana Jaeger sending remote_addr

Guys,

I am using Jaeger to grab some information from grafana.

For example in the default.ini file, in the section
[tracing.jaeger]

I have something like that
always_included_tag = name:myprojetc-dev

So, I would like to send to Jaeger the “remote_addr” visible on the command line each time a user is logged

logger=context userId=1 orgId=1 uname=admin method=GET path=/logout status=302 remote_addr=122.11.28.137

Is there any way to define that in the grafana configuration file?

Thanks in advance!