ManagedClusterAzureMonitorProfileAppMonitoring Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterAzureMonitorProfileAppMonitoring
- com.
Implements
public final class ManagedClusterAzureMonitorProfileAppMonitoring
implements JsonSerializable<ManagedClusterAzureMonitorProfileAppMonitoring>
Application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterAzureMonitorProfileAppMonitoring() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Managed |
autoInstrumentation()
Get the auto |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Managed |
openTelemetryLogs()
Get the open |
|
Managed |
openTelemetryMetrics()
Get the open |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAutoInstrumentation(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation)
Set the auto |
|
Managed |
withOpenTelemetryLogs(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs openTelemetryLogs)
Set the open |
|
Managed |
withOpenTelemetryMetrics(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics)
Set the open |
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 Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See 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:
openTelemetryLogs
public ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs openTelemetryLogs()
Get the openTelemetryLogs property: Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview.
Returns:
openTelemetryMetrics
public ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics()
Get the openTelemetryMetrics property: Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See 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 Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview.
Parameters:
Returns:
withOpenTelemetryLogs
public ManagedClusterAzureMonitorProfileAppMonitoring withOpenTelemetryLogs(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs openTelemetryLogs)
Set the openTelemetryLogs property: Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview.
Parameters:
Returns:
withOpenTelemetryMetrics
public ManagedClusterAzureMonitorProfileAppMonitoring withOpenTelemetryMetrics(ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics openTelemetryMetrics)
Set the openTelemetryMetrics property: Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview.
Parameters:
Returns: