Troubleshooting
Articles about how to solve the most common problems
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Vineet_Sinha
Dynatrace Guide
Dynatrace Guide

If instead of usual service detection over a .NET process, you are getting Requests executed in background threads (Microsoft.AspNetCore.Hosting.HttpRequestIn)

 

Vineet_Sinha_1-1693918370570.png

 

Try out below options to rectify it .

1)  Create a span exclusion rule as expalined below:

Vineet_Sinha_2-1693918493899.png

 

2) Disabling the feature (OpenTelemetry (.NET) [Opt-In])


Vineet_Sinha_3-1693918775387.png


Thanks 

Version history
Last update:
‎06 Sep 2023 07:55 AM
Updated by:
Comments
ChadTurner
DynaMight Legend
DynaMight Legend

Thanks for sharing this! 

DH
Frequent Guest

Thanks for sharing this.  We recently enabled the OpenTelemetry and discovered that it broke a number of our dashboards.  Support couldn't help but your info above got us back up and working by disabling this feature.

lukasz_luczko
Dynatrace Enthusiast
Dynatrace Enthusiast

Starting with OneAgent 339, the Microsoft.AspNetCore.Hosting.HttpRequestIn span is ignored by default:

.NET code module ignores OpenTelemetry spans for technologies supported by the module

The OneAgent .NET code module now automatically ignores OpenTelemetry spans for technologies supported by the OneAgent .NET code module.

https://docs.dynatrace.com/docs/whats-new/oneagent/sprint-339#net-code-module-ignores-opentelemetry-...