Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
.NET.NET
.NET

.NET

Automatic end-to-end observability for .NET applications and processes.

Extension
Free trialDocumentation
  • Product information
  • Release notes

Overview

With Dynatrace, you can get observability for all applications based on .NET, .NET Core, .NET Framework, ADO.NET, and ASP.NET Owin/Katana. Dynatrace analyzes your applications and detects issues in real-time, including your users' behavior. Thanks to our proprietary AI engine, you can pinpoint the root cause of problems down to the code level, reduce mean time to repair, and proactively stabilize application performance before your customers are affected. Comprehensive memory and thread metrics give you insight into the resource contention of your .NET processes.

Use cases

  • Monitor the performance of your distributed applications across every layer.
  • Trace requests end-to-end from frontend apps via message queues to backend services and databases.
  • Troubleshoot issues with deep code-level visibility down to a single line of code.
  • Analyze resource contention issues with memory, thread, and other process metrics.
  • Capture memory dumps for advanced troubleshooting.
  • Investigate logs in the context of traces and workloads.
Dynatrace
DocumentationMore Information
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen properties
1
screen layout
2
document dashboard
1
screen chart groups
6
list screen layout
1
screen injections
4
screen entities lists
3
generic relationship
2
screen actions
1
dashboards
1
generic type
1
metric metadata
14
screen dql table
2

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
Total bytes in all heapsdotnet.memory.numberbytesinallheapsThis counter is the sum of four other counters; Gen 0 Heap Size; Gen 1 Heap Size; Gen 2 Heap Size and the Large Object Heap Size. This counter indicates the current memory allocated in bytes on the GC Heaps.Byte
Gen 0 collectionsdotnet.memory.numbergen0collections.countThis counter displays the number of times the generation 0 objects (youngest; most recently allocated) are garbage collected (Gen 0 GC) since the start of the application. Gen 0 GC occurs when the available memory in generation 0 is not sufficient to satisfy an allocation request. This counter is incremented at the end of a Gen 0 GC. Higher generation GCs include all lower generation GCs. This counter is explicitly incremented when a higher generation (Gen 1 or Gen 2) GC occurs. _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.Count
Gen 1 collectionsdotnet.memory.numbergen1collections.countThis counter displays the number of times the generation 1 objects are garbage collected since the start of the application. The counter is incremented at the end of a Gen 1 GC. Higher generation GCs include all lower generation GCs. This counter is explicitly incremented when a higher generation (Gen 2) GC occurs. _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.Count
Gen 2 collectionsdotnet.memory.numbergen2collections.countThis counter displays the number of times the generation 2 objects (older) are garbage collected since the start of the application. The counter is incremented at the end of a Gen 2 GC (also called full GC). _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.Count
Total commited bytesdotnet.memory.numbertotalcommittedbytesThis counter displays the amount of virtual memory (in bytes) currently committed by the Garbage Collector. (Committed memory is the physical memory for which space has been reserved on the disk paging file).Bytes
Total reserved bytesdotnet.memory.numbertotaleeservedbytesThis counter displays the amount of virtual memory (in bytes) currently reserved by the Garbage Collector. (Reserved memory is the virtual memory space reserved for the application but no disk or main memory pages have been used.)Bytes
Percent of time in GCdotnet.memory.percenttimeingcThe percentage of elapsed time that was spent in performing a garbage collection (GC) since the last GC cycle. This counter is usually an indicator of the work done by the Garbage Collector on behalf of the application to collect and compact memory. This counter is updated only at the end of every GC and the counter value reflects the last observed value; its not an average.Percent
Gen 0 heap sizedotnet.memory.gen0heapsizeThis counter displays the maximum bytes that can be allocated in generation 0 (Gen 0); its does not indicate the current number of bytes allocated in Gen 0. A Gen 0 GC is triggered when the allocations since the last GC exceed this size. The Gen 0 size is tuned by the Garbage Collector and can change during the execution of the application. At the end of a Gen 0 collection the size of the Gen 0 heap is infact 0 bytes; this counter displays the size (in bytes) of allocations that would trigger the next Gen 0 GC. This counter is updated at the end of a GC; its not updated on every allocation.Bytes
Gen 1 heap sizedotnet.memory.gen1heapsizeThis counter displays the current number of bytes in generation 1 (Gen 1); this counter does not display the maximum size of Gen 1. Objects are not directly allocated in this generation; they are promoted from previous Gen 0 GCs. This counter is updated at the end of a GC; its not updated on every allocation.Bytes
Gen 2 heap sizedotnet.memory.gen2heapsizeThis counter displays the current number of bytes in generation 2 (Gen 2). Objects are not directly allocated in this generation; they are promoted from Gen 1 during previous Gen 1 GCs. This counter is updated at the end of a GC; its not updated on every allocation.Bytes
Number of current logical threadsdotnet.locksandthreads.numberofcurrentlogicalthreadsThis counter displays the number of current .NET thread objects in the application. A .NET thread object is created either by new System.Threading.Thread or when an unmanaged thread enters the managed environment. This counters maintains the count of both running and stopped threads. This counter is not an average over time; it just displays the last observed value.Count
Number of current physical threadsdotnet.locksandthreads.numberofcurrentphysicalthreadsThis counter displays the number of native OS threads created and owned by the CLR to act as underlying threads for .NET thread objects. This counters value does not include the threads used by the CLR in its internal operations; it is a subset of the threads in the OS process.Count
Current queue lengthdotnet.locksandthreads.currentqueuelengthThis counter displays the total number of threads currently waiting to acquire some managed lock in the application. This counter is not an average over time; it displays the last observed value.Count
Contention rate per seconddotnet.locksandthreads.contentionratepersecRate at which threads in the runtime attempt to acquire a managed lock unsuccessfully. Managed locks can be acquired in many ways; by the "lock" statement in C# or by calling System.Monitor.Enter or by using MethodImplOptions.Synchronized custom attribute.PerSecond

Related to .NET

Azure SignalR logo

Azure SignalR

Adding real-time communications to your web application is as simple as provisioning a service.

Azure App Service logo

Azure App Service

Cloud platform for hosting websites, created and operated by Microsoft.

Microsoft Message Queuing (MSMQ) logo

Microsoft Message Queuing (MSMQ)

Observability for MSMQ with end-to-end traces of connected producers/consumers.

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

v1.2.3

  • Fix for invalid entitySelectorTemplate on UA screen

Full version history

  • Fix dashboard links on Platform dashboard
  • Lower minimum version to 1.309

Full version history

v1.2

⚠️ This version of the extension requires a minimum Dynatrace Cluster version 1.313

✨ What's new:

  • Add Platform dashboard
  • Add dt.security_context to entities
  • Add Platform UA definitions

Full version history

  • Changes relationship between wmi:dotnet_process entity and process_group_instance from CALLS to SAME_AS

Full version history

  • Fix for display conditions on host and process UA screens

Full version history

No release notes

Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Observability
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

All

1 Results filtered by:

Nobl9 SLO Platform logo

Nobl9 SLO Platform

Nobl9 simplifies SLO usage with an integrated approach that enables SLI collection, SLO calculation, and error budget alerts.