on
05 Sep 2023
02:00 PM
- edited on
06 Sep 2023
07:55 AM
by
MaciejNeumann
If instead of usual service detection over a .NET process, you are getting Requests executed in background threads (Microsoft.AspNetCore.Hosting.HttpRequestIn)
Try out below options to rectify it .
1) Create a span exclusion rule as expalined below:
2) Disabling the feature (OpenTelemetry (.NET) [Opt-In])
Thanks