NET

Материал из Документация Ключ-АСТРОМ
Версия от 07:31, 1 декабря 2021; IKolomin (обсуждение | вклад) (Новая страница: «Dynatrace OneAgent instruments your .NET applications by placing trace statements at strategic locations in your code for code tracing, performance metrics, error...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

Dynatrace OneAgent instruments your .NET applications by placing trace statements at strategic locations in your code for code tracing, performance metrics, error detection, dependency tracking, and more.

Not every detected .NET application is instrumented by default. Dynatrace maintains a set of rules to instrument specific processes (for example, IIS application-pools, which you can extend with our own rules). To learn the basics about process group monitoring setup (automatic deep monitoring, custom monitoring rules, and built-in monitoring rules), see Set up process group monitoring.

Capabilities

Dynatrace provides extensive .NET monitoring capabilities:

  • End-to-end transaction tracing of requests to web services, remoting services, queues, and databases. Learn more about services.
  • Garbage collection, process metrics, and much more.
  • Always-on 24x7 production grade CPU profiling.
  • OneAgent SDK for custom tracing.

See our supported technologies matrix for details on supported frameworks.

.NET runtimes

Dynatrace provides support for .NET Framework as well as .NET Core.

.NET Framework Vendor released Vendor End of life Supported by Dynatrace until First supported Dynatrace OneAgent version Last supported Dynatrace OneAgent version
4, 4.5, 4.5.1 2016/01/12
3.5 SP1, 4.5.2 - 4.8
.NET Core Vendor released Vendor End of life Supported by Dynatrace until First supported Dynatrace OneAgent version Last supported Dynatrace OneAgent version
5.0 2020/11/10 1.203
3.1 2019/12/03 1.183
3.0 2019/09/23 1.177
2.2 2019/12/23
2.1
2.0 2018/10/01
1.0, 1.1 2019/06/27 2019/12/01 1.177

Trimming

With .NET Core 3.1, a new, optional feature called trimmed self-contained deployments and executables has been introduced to optimize the size of packaged applications. To successfully instrument your application with OneAgent, trimming needs to be turned off.

Support lifecycle

Dynatrace is committed to support each version according to its support lifetime.

.NET Framework

The .NET Framework support policy can be found at Microsoft Support Lifecycle.

.NET Core

.NET Core is open source but officially supported by Microsoft. The support policy can be found on Microsoft Support Lifecycle.