ManagedClusterAzureMonitorProfileAppMonitoring.AutoInstrumentation Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="autoInstrumentation")]
public Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation AutoInstrumentation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoInstrumentation")>]
member this.AutoInstrumentation : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation with get, set
Public Property AutoInstrumentation As ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to