ManagedClusterAzureMonitorProfileAppMonitoring Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterAzureMonitorProfileAppMonitoring

Implements

public final class ManagedClusterAzureMonitorProfileAppMonitoring
implements JsonSerializable<ManagedClusterAzureMonitorProfileAppMonitoring>

Application Monitoring profile for AKS.

Constructor Summary

Constructor Description
ManagedClusterAzureMonitorProfileAppMonitoring()

Creates an instance of ManagedClusterAzureMonitorProfileAppMonitoring class.

Method Summary

Modifier and Type Method and Description
ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation()

Get the autoInstrumentation property: Application Monitoring auto-instrumentation for AKS.

static ManagedClusterAzureMonitorProfileAppMonitoring fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAzureMonitorProfileAppMonitoring from the JsonReader.

ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces openTelemetryLogsAndTraces()

Get the openTelemetryLogsAndTraces property: Application Monitoring OpenTelemetry logs and traces profile for AKS.

ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics()

Get the openTelemetryMetrics property: Application Monitoring OpenTelemetry Metrics Profile for AKS.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterAzureMonitorProfileAppMonitoring withAutoInstrumentation(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation)

Set the autoInstrumentation property: Application Monitoring auto-instrumentation for AKS.

ManagedClusterAzureMonitorProfileAppMonitoring withOpenTelemetryLogsAndTraces(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces openTelemetryLogsAndTraces)

Set the openTelemetryLogsAndTraces property: Application Monitoring OpenTelemetry logs and traces profile for AKS.

ManagedClusterAzureMonitorProfileAppMonitoring withOpenTelemetryMetrics(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics)

Set the openTelemetryMetrics property: Application Monitoring OpenTelemetry Metrics Profile for AKS.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterAzureMonitorProfileAppMonitoring

public ManagedClusterAzureMonitorProfileAppMonitoring()

Creates an instance of ManagedClusterAzureMonitorProfileAppMonitoring class.

Method Details

autoInstrumentation

public ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation()

Get the autoInstrumentation property: 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.

Returns:

the autoInstrumentation value.

fromJson

public static ManagedClusterAzureMonitorProfileAppMonitoring fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAzureMonitorProfileAppMonitoring from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterAzureMonitorProfileAppMonitoring if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ManagedClusterAzureMonitorProfileAppMonitoring.

openTelemetryLogsAndTraces

public ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces openTelemetryLogsAndTraces()

Get the openTelemetryLogsAndTraces property: Application Monitoring OpenTelemetry 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.

Returns:

the openTelemetryLogsAndTraces value.

openTelemetryMetrics

public ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics()

Get the openTelemetryMetrics property: Application Monitoring OpenTelemetry 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.

Returns:

the openTelemetryMetrics value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAutoInstrumentation

public ManagedClusterAzureMonitorProfileAppMonitoring withAutoInstrumentation(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation)

Set the autoInstrumentation property: 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.

Parameters:

autoInstrumentation - the autoInstrumentation value to set.

Returns:

the ManagedClusterAzureMonitorProfileAppMonitoring object itself.

withOpenTelemetryLogsAndTraces

public ManagedClusterAzureMonitorProfileAppMonitoring withOpenTelemetryLogsAndTraces(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces openTelemetryLogsAndTraces)

Set the openTelemetryLogsAndTraces property: Application Monitoring OpenTelemetry 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.

Parameters:

openTelemetryLogsAndTraces - the openTelemetryLogsAndTraces value to set.

Returns:

the ManagedClusterAzureMonitorProfileAppMonitoring object itself.

withOpenTelemetryMetrics

public ManagedClusterAzureMonitorProfileAppMonitoring withOpenTelemetryMetrics(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics)

Set the openTelemetryMetrics property: Application Monitoring OpenTelemetry 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.

Parameters:

openTelemetryMetrics - the openTelemetryMetrics value to set.

Returns:

the ManagedClusterAzureMonitorProfileAppMonitoring object itself.

Applies to