ManagedClusterAzureMonitorProfileAppMonitoring Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterAzureMonitorProfileAppMonitoring
- com.
Implements
public final class ManagedClusterAzureMonitorProfileAppMonitoring
implements JsonSerializable<ManagedClusterAzureMonitorProfileAppMonitoring>
Application Monitoring profile for AKS.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterAzureMonitorProfileAppMonitoring() |
Creates an instance of Managed |
Method Summary
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:
fromJson
public static ManagedClusterAzureMonitorProfileAppMonitoring fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterAzureMonitorProfileAppMonitoring from the JsonReader.
Parameters:
Returns:
Throws:
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:
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:
toJson
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:
Returns:
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:
Returns:
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:
Returns: