ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces Class

Definition

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.

public class ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>
type ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces = class
    interface IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>
    interface IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>
Public Class ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces
Implements IJsonModel(Of ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces), IPersistableModel(Of ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces)
Inheritance
ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces
Implements

Constructors

Name Description
ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces()

Initializes a new instance of ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces.

Properties

Name Description
GrpcPort

The host port for Open Telemetry GRPC logs and traces. If not specified, the default port is 28332.

HttpPort

The host port for Open Telemetry HTTP/PROTOBUF logs and traces. If not specified, the default port is 28331.

IsAppMonitoringOpenTelemetryLogsAndTracesEnabled

Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces>.Write(ModelReaderWriterOptions)

Applies to