ManagedClusterAzureMonitorProfileAppMonitoring Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application Monitoring profile for AKS.
public class ManagedClusterAzureMonitorProfileAppMonitoring : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring>
type ManagedClusterAzureMonitorProfileAppMonitoring = class
interface IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoring>
interface IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoring>
Public Class ManagedClusterAzureMonitorProfileAppMonitoring
Implements IJsonModel(Of ManagedClusterAzureMonitorProfileAppMonitoring), IPersistableModel(Of ManagedClusterAzureMonitorProfileAppMonitoring)
- Inheritance
-
ManagedClusterAzureMonitorProfileAppMonitoring
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterAzureMonitorProfileAppMonitoring() |
Initializes a new instance of ManagedClusterAzureMonitorProfileAppMonitoring. |
Properties
| Name | Description |
|---|---|
| IsAppMonitoringAutoInstrumentationEnabled |
Indicates if Application Monitoring Auto-instrumentation is enabled or not. |
| OpenTelemetryLogsAndTraces |
Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. |
| OpenTelemetryMetrics |
Application Monitoring Open Telemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. |