I am using the auto instrumentation for my .net core App (SignalFx Instrumentation) and would like to exclude the traces for requests to static files. How can I exclude the traces from being sent ?
Thanks
https://docs.splunk.com/Observability/gdi/opentelemetry/components/filter-processor.html
I think you can accomplish what you want by filtering out these spans in your open telemetry configuration.