When http requests are made to my SpringBoot-based service the APM agent records fields such as client.geo.city_name/client.geo.location/... in the resulting transaction.
I would like to redact that location information before it's sent to the APM server, but it's not clear from the APM agent configuration documents how I can achieve that. Can anyone help?
From what I understand the location is worked out in the APM Server based off the source.ip? In which case how can we filter the ip address out? I can redact it in the http request header but it still appears under source.ip
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.