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
| Modifier and Type | Method and Description |
|---|---|
|
Managed |
autoInstrumentation()
Get the auto |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAutoInstrumentation(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation)
Set the auto |
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:
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: