DiagnosticMonitorConfiguration Class
Updated: September 18, 2014
Basic diagnostics configuration.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() | DiagnosticMonitorConfiguration() | Initializes a new instance of the DiagnosticMonitorConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | CrashDumps | Optional. Enable collection of crash dumps. |
![]() | DiagnosticInfrastructureLogs | Optional. Enable collection of logs generated by the agent. The diagnostic infrastructure logs are useful for troubleshooting the diagnostics system itself. |
![]() | Directories | Optional. Enable the collection of the contents of a directory, IIS failed access request logs and/or IIS logs. |
![]() | EtwProviders | Optional. Configures collection of ETW events from EventSource and/or ETW Manifest based providers. |
![]() | Metrics | Optional. This element enables you to generate a performance counter table that is optimized for fast queries. Each performance counter that is defined in the PerformanceCounters element is stored in the Metrics table in addition to the Performance Counter table. |
![]() | OverallQuotaInMB | Optional. The maximum amount of local disk space that may be consumed by the various types of diagnostic data collected by the agent. The default setting is 5120MB. |
![]() | PerformanceCounters | Optional. Enable the collection of Performance Counters. |
![]() | WindowsEventLog | Optional. Enable the collection of Windows Event Logs. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)