Can anyone point me to the documentation for the ElasticAPM appsettings.json configuration?
I need to specify an array of URLs to ignore. I've seen documentation for Java and Node that has it as an option but I'm not sure how to use it for dotnet. Would it be as simple as this?
At the moment .NET APM Agent doesn't support IgnoreUrls configuration setting. The list of all the configuration settings supported by the agent is here.
As a workaround, you can use .NET Agent's FIlter API to discard transactions based on the request URL.
Of course, you can also open an issue at the Github repo to add support for IgnoreUrls configuration setting.
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.