ManagedClusterAzureMonitorProfileAppMonitoring Constructors
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.
Overloads
| Name | Description |
|---|---|
| ManagedClusterAzureMonitorProfileAppMonitoring() |
Initializes a new instance of the ManagedClusterAzureMonitorProfileAppMonitoring class. |
| ManagedClusterAzureMonitorProfileAppMonitoring(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation) |
Initializes a new instance of the ManagedClusterAzureMonitorProfileAppMonitoring class. |
ManagedClusterAzureMonitorProfileAppMonitoring()
Initializes a new instance of the ManagedClusterAzureMonitorProfileAppMonitoring class.
public ManagedClusterAzureMonitorProfileAppMonitoring();
Public Sub New ()
Applies to
ManagedClusterAzureMonitorProfileAppMonitoring(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation)
Initializes a new instance of the ManagedClusterAzureMonitorProfileAppMonitoring class.
public ManagedClusterAzureMonitorProfileAppMonitoring(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring
Public Sub New (Optional autoInstrumentation As ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation = Nothing)
Parameters
- autoInstrumentation
- ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.