This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
...onfiguration of certain environment variable flags. Specifically, the following flags can disable profiling:
DOTNET_EnableDiagnostics=0
COMPlus_EnableDiagnostics=0
DOTNET...
Self Service Summary
Issue
Solution
Tasks
Metrics such as Total Heap, Thread Metrics, Contention Rate, and GC metrics stop being visible under .NET metrics or Further Details ta...
If instead of usual service detection over a .NET process, you are getting Requests executed in background threads (Microsoft.AspNetCore.Hosting.HttpRequestIn)
Try o...
...ttps://github.com/Dynatrace/OneAgent-SDK-for-dotnet https://www.dynatrace.com/support/help/extend-dynatrace/extend-tracing/oneagent-sdk If still desired services are not getting reflected , p...
Hi, I am monitoring a .NET ASP.NET core application, and with OneAgent enabled I get all my spans wrapped in a AsyncAwait.Invoke span. Since it is too verbose for my application, how can I disab...
Hello,
From Data explorer we can have the active threads per process or per pod. My question is, can we filter the number of active threads per Service? Thanks
Hello,
I couldn't find anything related to Dynatrace and .NET 7.
By any chance, is there someone who tried one agent with this version and can confirm that it is supported?
I couldn't find anyt...
Can dynatrace be used to monitor user session/action, resource utilizations and other parameter of the Devices such as RFGen (scanning devices) which are developed in .NET MAUI without causing overhe...
...pplication run on docker image mcr.microsoft.com/dotnet/aspnet:6.0.30-alpine3.19
Let me know if you have any idea on why Dynatrace OneAgent could make my application crash😄
...FROM <PRIVATE-CONTAINER-REGISTRY>/aspnet-core:$VERSION AS aspnet_core
EXPOSE 8080
EXPOSE 8081
USER dotnet
FROM aspnet_core AS release
#ENV DT_HOME=/opt/dynatrace/oneagent
COPY --from=<D...