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.

Get started

For more information on the installation and configuration, please see .NET extension in the Dynatrace Documentation.

Dynatrace
DocumentationMore Information
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

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
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
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
Metric nameMetric keyDescriptionUnit
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 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
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
Metric nameMetric keyDescriptionUnit
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
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
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

Related to .NET

Azure App Service logo

Azure App Service

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

Azure SignalR logo

Azure SignalR

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

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

Release 2.0.0 (2026-05-20)

⚠️WARNING⚠️: Possible breaking changes and warnings - PLEASE READ before upgrading

  • This version requires a minimum Dynatrace version of 1.338.0 and a minimum EEC version of 1.318.0.
  • This version includes a breaking change for Dynatrace on Grail.
    • With the inclusion of OpenPipeline processing rules, any metrics ingested from the extension will be processed by a dedicated OpenPipeline pipeline.
    • This means that any dynamic route configured to process any metrics from the extension will be dropped in favor of the dedicated pipeline. Please, refer to pipeline groups to continue using dynamic routes.
    • Additionally, some field names are handled differently in OpenPipeline, e.g. capitalization. Please double-check any custom dashboards and alerts you have created for this extension.
    • You must opt-in to OpenPipeline configuration via Settings API – see the documentation.

New in this version:

  • Smartscape on Grail.
  • Added feature set metadata for recommended metrics.
  • Updated unified analysis screen chart colors for improved readability in the Infrastructure and Operations app.

Full version history

v1.2.8

This version of the extension requires cluster version 1.318+.

  • Updated 3rd generation dashboard to link to Infrastructure and Operations app.
  • Added requiredDimensions to extension topology.
  • Added extension keyword metadata.

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
Dynatrace Intelligence - Agentic Operations SystemThe Dynatrace Agentic AI ecosystem
All (914)Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication SecurityBusiness ObservabilityDigital Experience
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

Application Observability

Optimize your service performance, innovate faster, and collaborate efficiently with automatic and intelligent observability at scale and end-to-end distributed tracing for cloud-native workloads and enterprise apps.

Essentials

Get started with these popular tools for monitoring your applications and microservices.

OpenTelemetry logo

OpenTelemetry

Ingest and analyze OTel traces & metrics, set health alerts & view in context.

Serverless logo

Serverless

Seamless integration with serverless technologies to eliminate blind spots through OOTB integrations with AWS, Azure, and Google Cloud.

Kubernetes logo

Kubernetes

All-in-one Kubernetes observability for K8s infrastructure and apps teams.

Distributed Tracing logo

Distributed Tracing

Analyze and slice distributed traces by any attribute and from any source.

Runtimes

Java logo

Java

Optimize Java performance with E2E monitoring and AI-driven root cause analysis.

.NET logo

.NET

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

Go logo

Go

Automatic and intelligent end-to-end observability for Go applications.

Node.js logo

Node.js

Automatic and intelligent end-to-end observability for Node.js applications.

Python logo

Python

Trace your Python apps and services with real-time metrics and automatic RCA.

PHP logo

PHP

Automatic and intelligent end-to-end observability for PHP applications.

Observability frameworks

OpenTelemetry logo

OpenTelemetry

Ingest and analyze OTel traces & metrics, set health alerts & view in context.

Micrometer logo

Micrometer

Ingest Spring metrics and put them in context of trace, log and diagnostics data.

Prometheus logo

Prometheus

Unlock Prometheus power with intelligent analytics and automated insights.

Fluentd logo

Fluentd

Stream log data to Dynatrace via Fluentd for analysis.

Fluent Bit logo

Fluent Bit

Stream logs to Dynatrace via Fluent Bit for analysis and AI observability.

Logstash logo

Logstash

Stream log data from Logstash and analyze it in Dynatrace.

Serverless

AWS Lambda logo

AWS Lambda

Automatic and intelligent end-to-end observability of AWS Lambda traces and logs.

Azure Functions logo

Azure Functions

Observability for serverless and hybrid environments using Azure Functions.

Google Cloud Functions logo

Google Cloud Functions

E2E observability for serverless and hybrid environments using Google Functions.

Azure App Service logo

Azure App Service

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

Azure Container Instance logo

Azure Container Instance

Deploy and manage serverless containers on the Microsoft Azure cloud, without having to manage any underlying infrastructure.

Google Cloud Run logo

Google Cloud Run

Dynatrace provides AI-powered observability into serverless containerized apps running on Google Cloud Run.

Databases

Redis logo

Redis

Automatically and intelligently observe, analyze & optimize your Redis server.

MySQL logo

MySQL

Automatically and intelligently observe, analyze and optimize how your the usage, health and performance of your database.

Apache Cassandra logo

Apache Cassandra

Improve Apache Cassandra observability.

Couchbase logo

Couchbase

Couchbase Capella (SaaS) database monitoring.

Message queues

Apache Kafka logo

Apache Kafka

Automatic and intelligent observability with trace and metric insights.

RabbitMQ logo

RabbitMQ

Automatic end-to-end traces of producers and consumers for RabbitMQ.

Apache ActiveMQ Classic logo

Apache ActiveMQ Classic

Automatic and smart observability for ActiveMQ with trace and metric insights.

Apache ActiveMQ Artemis logo

Apache ActiveMQ Artemis

ActiveMQ Artemis observability with end-to-end producers and consumers tracers.

Microsoft Message Queuing (MSMQ) logo

Microsoft Message Queuing (MSMQ)

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

Application stacks

Reactor Core logo

Reactor Core

End-to-end trace your applications when the Reactor Core publishers Mono and Flux are used.

Spring logo

Spring

End-to-end observability for Java Spring apps, automatic and intelligent.

Netty logo

Netty

End-to-end observability for your Netty web framework with code-level insight.

IBM WebSphere Application Server logo

IBM WebSphere Application Server

Automatically and intelligently monitor, analyze, and optimize your application server and all applications deployed anywhere in your stack.

More resources

Adobe Experience Manager Cloud Service logo

Adobe Experience Manager Cloud Service

End-to-end observability for your Adobe Experience Manager Cloud Service.

Adobe PhoneGap logo

Adobe PhoneGap

Monitor hybrid mobile apps built with Adobe PhoneGap running on iOS or Android.

Amazon Corretto logo

Amazon Corretto

Automatically and intelligently monitor, analyze, and optimize the performance of your virtual machine.

AngularJS logo

AngularJS

JavaScript-based open-source front-end web framework mainly maintained by Google.

Apache Axis2 logo

Apache Axis2

Core engine for Web services.

Apache Camel logo

Apache Camel

Intelligently monitor, analyze, and optimize your integration framework and all applications deployed in your stack.

Apache CXF logo

Apache CXF

Open-source, fully featured Web services framework.

Apache OpenEJB logo

Apache OpenEJB

Automatically and intelligently monitor, analyze and optimize your applications based on Apache OpenEJB.

Apache Tomcat logo

Apache Tomcat

Automatically and intelligently monitor, analyze, and optimize your application server and all applications deployed anywhere in your stack.

Apache TomEE logo

Apache TomEE

Automatically and intelligently monitor, analyze, and optimize your application server and all applications deployed anywhere in your stack.

Apache Zookeeper logo

Apache Zookeeper

Monitor and analyze your Apache Zookeeper with this JMX-based extension.

Apigee logo

Apigee

Remotely monitor your Apigee proxies.

Azul Platform Core (Zulu) logo

Azul Platform Core (Zulu)

Automatically and intelligently monitor, analyze, and optimize the performance of your virtual machine.

Azul Platform Prime (Zing) logo

Azul Platform Prime (Zing)

Automatically and intelligently monitor, analyze, and optimize the performance of your virtual machine.

Backbone.js logo

Backbone.js

JavaScript library based on the Model–view–presenter application design paradigm.

BellSoft Liberica logo

BellSoft Liberica

Automatically and intelligently monitor, analyze, and optimize the performance of your virtual machine.

BOSH bpm logo

BOSH bpm

Automated monitoring of platform processes running in BOSH bpm containers.

C logo

C

Procedural programming language supporting lexical variable scope, and recursion.

CakePHP logo

CakePHP

Automatically and intelligently monitor, analyze, and optimize your applications developed with CakePHP.

CentOS logo

CentOS

Community-supported computing platform compatible with Red Hat Enterprise Linux.

IBM CICS Transaction Gateway for z/OS logo

IBM CICS Transaction Gateway for z/OS

Intelligently monitor your transactions end-to-end and analyze the performance of your CICS Transaction Gateway on z/OS.

Cloud Foundry logo

Cloud Foundry

Harness automation and AI to simplify observability on Cloud Foundry at scale.

Connection Pools: JBoss logo

Connection Pools: JBoss

Application server method of pooling and sharing connections to a database.

Connection Pools: Apache Commons logo

Connection Pools: Apache Commons

Application method of pooling and sharing multiple connections to a database.

Connection Pools: C3P0 logo

Connection Pools: C3P0

Application server method of pooling and sharing connections to a database.

Tomcat (JMX) logo

Tomcat (JMX)

JMX monitoring of Tomcat connection and thread pools, and web request activity.

Connection Pools: WebLogic logo

Connection Pools: WebLogic

Application server method of pooling and sharing connections to a database.

Connection Pools: WebSphere Liberty logo

Connection Pools: WebSphere Liberty

Application server method of pooling and sharing connections to a database.

Consul Service Mesh (StatsD) logo

Consul Service Mesh (StatsD)

Extend visibility into your Consul Service Mesh instances to monitor health and improve performance.

containerd logo

containerd

Distributed tracing and metrics for services in containerd in Kubernetes.

Red Hat Enterprise Linux CoreOS logo

Red Hat Enterprise Linux CoreOS

Open-source lightweight OS based on the Linux, providing infrastructure to clustered deployments.

cri-o logo

cri-o

Distributed tracing and metrics for services in cri-o containers in Kubernetes.

Observability for Developers on Cursor logo

Observability for Developers on Cursor

Get Real time Code-Level data directly to your Cursor IDE.

Debian logo

Debian

Association of individuals who have made common cause to create a free operating system.

Disk Analytics logo

Disk Analytics

This extension allows more detailed visibility on Linux hosts' local datastores where OneAgent is installed.

Drupal logo

Drupal

Web content management for back-end framework.

Dynatrace Bindplane logo

Dynatrace Bindplane

Optimize and manage your telemetry at the edge before it reaches Dynatrace.

Eclipse Jetty logo

Eclipse Jetty

Automatically and intelligently monitor and analyze your Jetty applications.

Eclipse OpenJ9 logo

Eclipse OpenJ9

Automatically and intelligently monitor, analyze, and optimize the performance of your virtual machine.

Eclipse Temurin (Adoptium) logo

Eclipse Temurin (Adoptium)

Automatically and intelligently monitor, analyze, and optimize the performance of your virtual machine.

Ember.js logo

Ember.js

Open-source JavaScript web framework, based on the Model–view–viewmodel pattern.

etcd for OpenShift logo

etcd for OpenShift

Get deep insights into your OpenShift control plane using etcd metrics.

Express logo

Express

Fast, unopinionated, minimalist web framework for Node.js.

Fedora logo

Fedora

Linux distribution sponsored primarily by Red Hat, a subsidiary of IBM.

Garden-RunC logo

Garden-RunC

Automated distributed tracing and metrics for microservices running in garden runc containers in Cloud Foundry.

GlassFish logo

GlassFish

Automatically and intelligently monitor, analyze, and optimize your application server and all applications deployed anywhere in your stack.

GraalVM Native Image logo

GraalVM Native Image

Intelligently monitor and optimize the performance of your native Java apps.

gRPC logo

gRPC

Open source remote procedure call (RPC) system.

Are you looking for something different?

We have hundreds of apps, extensions, and other technologies to customize your environment

Extend your knowledge

Discover distributed tracing

Discover distributed tracing

Observe requests across distributed systems and microservices and generate high-quality data for analysis.
Read more
Discover OpenTelemetry

Discover OpenTelemetry

Ingest and chart custom OpenTelemetry traces and metrics, set alerts, and analyze them with traces, logs, and diagnostics data.
Read more
Profile and optimize

Profile and optimize

Go beyond automated problem detection to manually detect problems with the analysis toolset for profiling and optimization.
Read more