Please Help me~ APM Exclude Option Sample

Kibana version:
8.13.2
Elasticsearch version:
8.13.2
APM Server version:
8.13.2
APM Agent language and version:
elastic_apm_profiler_1.27.1

I am running a .NET CORE web service in IIS. (Version 10)

I wonder if monitoring is possible except for specific web services Transaction.

Ex) Transaction Name : POST /TEST/temp.svc/SavePermit

I want to Exclude Transaction Name "/TEST/temp.svc/SavePermit"

Hi @eagles40cnuh, I don't use .NET myself, but my guess is that you could do this with the TransactionIgnoreUrls configuration option for the .NET APM agent: HTTP configuration options | APM .NET Agent Reference [1.x] | Elastic

Thank you so much for the perfect answer!

A specific URL web service becomes slow when using the profiler....

perfect answer~ thx Trent